root/maint/gnulib/tests/unictype/test-pr_bidi_arabic_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     { 0x0608, 0x0608 },
  21     { 0x060B, 0x060B },
  22     { 0x060D, 0x060D },
  23     { 0x061B, 0x064A },
  24     { 0x066D, 0x066F },
  25     { 0x0671, 0x06D5 },
  26     { 0x06E5, 0x06E6 },
  27     { 0x06EE, 0x06EF },
  28     { 0x06FA, 0x0710 },
  29     { 0x0712, 0x072F },
  30     { 0x074B, 0x07A5 },
  31     { 0x07B1, 0x07BF },
  32     { 0x08A0, 0x08B4 },
  33     { 0x08B6, 0x08BD },
  34     { 0x2065, 0x2065 },
  35     { 0xFB50, 0xFD3D },
  36     { 0xFD40, 0xFDCF },
  37     { 0xFDF0, 0xFDFC },
  38     { 0xFDFE, 0xFDFF },
  39     { 0xFE1A, 0xFE1F },
  40     { 0xFE53, 0xFE53 },
  41     { 0xFE67, 0xFE67 },
  42     { 0xFE6C, 0xFEFE },
  43     { 0x1EE00, 0x1EE03 },
  44     { 0x1EE05, 0x1EE1F },
  45     { 0x1EE21, 0x1EE22 },
  46     { 0x1EE24, 0x1EE24 },
  47     { 0x1EE27, 0x1EE27 },
  48     { 0x1EE29, 0x1EE32 },
  49     { 0x1EE34, 0x1EE37 },
  50     { 0x1EE39, 0x1EE39 },
  51     { 0x1EE3B, 0x1EE3B },
  52     { 0x1EE42, 0x1EE42 },
  53     { 0x1EE47, 0x1EE47 },
  54     { 0x1EE49, 0x1EE49 },
  55     { 0x1EE4B, 0x1EE4B },
  56     { 0x1EE4D, 0x1EE4F },
  57     { 0x1EE51, 0x1EE52 },
  58     { 0x1EE54, 0x1EE54 },
  59     { 0x1EE57, 0x1EE57 },
  60     { 0x1EE59, 0x1EE59 },
  61     { 0x1EE5B, 0x1EE5B },
  62     { 0x1EE5D, 0x1EE5D },
  63     { 0x1EE5F, 0x1EE5F },
  64     { 0x1EE61, 0x1EE62 },
  65     { 0x1EE64, 0x1EE64 },
  66     { 0x1EE67, 0x1EE6A },
  67     { 0x1EE6C, 0x1EE72 },
  68     { 0x1EE74, 0x1EE77 },
  69     { 0x1EE79, 0x1EE7C },
  70     { 0x1EE7E, 0x1EE7E },
  71     { 0x1EE80, 0x1EE89 },
  72     { 0x1EE8B, 0x1EE9B },
  73     { 0x1EEA1, 0x1EEA3 },
  74     { 0x1EEA5, 0x1EEA9 },
  75     { 0x1EEAB, 0x1EEBB }
  76 
  77 #define PREDICATE(c) uc_is_property_bidi_arabic_right_to_left (c)
  78 #include "test-predicate-part2.h"

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