root/maint/gnulib/tests/unictype/test-categ_No.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     { 0x00B2, 0x00B3 },
  21     { 0x00B9, 0x00B9 },
  22     { 0x00BC, 0x00BE },
  23     { 0x09F4, 0x09F9 },
  24     { 0x0B72, 0x0B77 },
  25     { 0x0BF0, 0x0BF2 },
  26     { 0x0C78, 0x0C7E },
  27     { 0x0D58, 0x0D5E },
  28     { 0x0D70, 0x0D78 },
  29     { 0x0F2A, 0x0F33 },
  30     { 0x1369, 0x137C },
  31     { 0x17F0, 0x17F9 },
  32     { 0x19DA, 0x19DA },
  33     { 0x2070, 0x2070 },
  34     { 0x2074, 0x2079 },
  35     { 0x2080, 0x2089 },
  36     { 0x2150, 0x215F },
  37     { 0x2189, 0x2189 },
  38     { 0x2460, 0x249B },
  39     { 0x24EA, 0x24FF },
  40     { 0x2776, 0x2793 },
  41     { 0x2CFD, 0x2CFD },
  42     { 0x3192, 0x3195 },
  43     { 0x3220, 0x3229 },
  44     { 0x3248, 0x324F },
  45     { 0x3251, 0x325F },
  46     { 0x3280, 0x3289 },
  47     { 0x32B1, 0x32BF },
  48     { 0xA830, 0xA835 },
  49     { 0x10107, 0x10133 },
  50     { 0x10175, 0x10178 },
  51     { 0x1018A, 0x1018B },
  52     { 0x102E1, 0x102FB },
  53     { 0x10320, 0x10323 },
  54     { 0x10858, 0x1085F },
  55     { 0x10879, 0x1087F },
  56     { 0x108A7, 0x108AF },
  57     { 0x108FB, 0x108FF },
  58     { 0x10916, 0x1091B },
  59     { 0x109BC, 0x109BD },
  60     { 0x109C0, 0x109CF },
  61     { 0x109D2, 0x109FF },
  62     { 0x10A40, 0x10A47 },
  63     { 0x10A7D, 0x10A7E },
  64     { 0x10A9D, 0x10A9F },
  65     { 0x10AEB, 0x10AEF },
  66     { 0x10B58, 0x10B5F },
  67     { 0x10B78, 0x10B7F },
  68     { 0x10BA9, 0x10BAF },
  69     { 0x10CFA, 0x10CFF },
  70     { 0x10E60, 0x10E7E },
  71     { 0x11052, 0x11065 },
  72     { 0x111E1, 0x111F4 },
  73     { 0x1173A, 0x1173B },
  74     { 0x118EA, 0x118F2 },
  75     { 0x11C5A, 0x11C6C },
  76     { 0x16B5B, 0x16B61 },
  77     { 0x1D360, 0x1D371 },
  78     { 0x1E8C7, 0x1E8CF },
  79     { 0x1F100, 0x1F10C }
  80 
  81 #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_No)
  82 #include "test-predicate-part2.h"

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