root/maint/gnulib/tests/unictype/test-pr_bidi_hebrew_right_to_left.c

/* [previous][next][first][last][top][bottom][index][help] */
   1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
   2 /* Test the Unicode character type functions.
   3    Copyright (C) 2007 Free Software Foundation, Inc.
   4 
   5    This program is free software: you can redistribute it and/or modify
   6    it under the terms of the GNU General Public License as published by
   7    the Free Software Foundation; either version 3 of the License, or
   8    (at your option) any later version.
   9 
  10    This program is distributed in the hope that it will be useful,
  11    but WITHOUT ANY WARRANTY; without even the implied warranty of
  12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13    GNU General Public License for more details.
  14 
  15    You should have received a copy of the GNU General Public License
  16    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
  17 
  18 #include "test-predicate-part1.h"
  19 
  20     { 0x0590, 0x0590 },
  21     { 0x05BE, 0x05BE },
  22     { 0x05C0, 0x05C0 },
  23     { 0x05C3, 0x05C3 },
  24     { 0x05C6, 0x05C6 },
  25     { 0x05C8, 0x05FF },
  26     { 0x07C0, 0x07EA },
  27     { 0x07F4, 0x07F5 },
  28     { 0x07FA, 0x0815 },
  29     { 0x081A, 0x081A },
  30     { 0x0824, 0x0824 },
  31     { 0x0828, 0x0828 },
  32     { 0x082E, 0x0858 },
  33     { 0x085C, 0x089F },
  34     { 0x08B5, 0x08B5 },
  35     { 0x08BE, 0x08D3 },
  36     { 0x200F, 0x200F },
  37     { 0xFB1D, 0xFB1D },
  38     { 0xFB1F, 0xFB28 },
  39     { 0xFB2A, 0xFB4F },
  40     { 0x10800, 0x1091E },
  41     { 0x10920, 0x10A00 },
  42     { 0x10A04, 0x10A04 },
  43     { 0x10A07, 0x10A0B },
  44     { 0x10A10, 0x10A37 },
  45     { 0x10A3B, 0x10A3E },
  46     { 0x10A40, 0x10AE4 },
  47     { 0x10AE7, 0x10B38 },
  48     { 0x10B40, 0x10E5F },
  49     { 0x10E7F, 0x10FFF },
  50     { 0x1E800, 0x1E8C4 },
  51     { 0x1E8C7, 0x1E8CF },
  52     { 0x1E900, 0x1E943 },
  53     { 0x1E950, 0x1E959 },
  54     { 0x1E95E, 0x1E95F }
  55 
  56 #define PREDICATE(c) uc_is_property_bidi_hebrew_right_to_left (c)
  57 #include "test-predicate-part2.h"

/* [previous][next][first][last][top][bottom][index][help] */