root/maint/gnulib/tests/unictype/test-categ_Nd.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     { 0x0030, 0x0039 },
  21     { 0x0660, 0x0669 },
  22     { 0x06F0, 0x06F9 },
  23     { 0x07C0, 0x07C9 },
  24     { 0x0966, 0x096F },
  25     { 0x09E6, 0x09EF },
  26     { 0x0A66, 0x0A6F },
  27     { 0x0AE6, 0x0AEF },
  28     { 0x0B66, 0x0B6F },
  29     { 0x0BE6, 0x0BEF },
  30     { 0x0C66, 0x0C6F },
  31     { 0x0CE6, 0x0CEF },
  32     { 0x0D66, 0x0D6F },
  33     { 0x0DE6, 0x0DEF },
  34     { 0x0E50, 0x0E59 },
  35     { 0x0ED0, 0x0ED9 },
  36     { 0x0F20, 0x0F29 },
  37     { 0x1040, 0x1049 },
  38     { 0x1090, 0x1099 },
  39     { 0x17E0, 0x17E9 },
  40     { 0x1810, 0x1819 },
  41     { 0x1946, 0x194F },
  42     { 0x19D0, 0x19D9 },
  43     { 0x1A80, 0x1A89 },
  44     { 0x1A90, 0x1A99 },
  45     { 0x1B50, 0x1B59 },
  46     { 0x1BB0, 0x1BB9 },
  47     { 0x1C40, 0x1C49 },
  48     { 0x1C50, 0x1C59 },
  49     { 0xA620, 0xA629 },
  50     { 0xA8D0, 0xA8D9 },
  51     { 0xA900, 0xA909 },
  52     { 0xA9D0, 0xA9D9 },
  53     { 0xA9F0, 0xA9F9 },
  54     { 0xAA50, 0xAA59 },
  55     { 0xABF0, 0xABF9 },
  56     { 0xFF10, 0xFF19 },
  57     { 0x104A0, 0x104A9 },
  58     { 0x11066, 0x1106F },
  59     { 0x110F0, 0x110F9 },
  60     { 0x11136, 0x1113F },
  61     { 0x111D0, 0x111D9 },
  62     { 0x112F0, 0x112F9 },
  63     { 0x11450, 0x11459 },
  64     { 0x114D0, 0x114D9 },
  65     { 0x11650, 0x11659 },
  66     { 0x116C0, 0x116C9 },
  67     { 0x11730, 0x11739 },
  68     { 0x118E0, 0x118E9 },
  69     { 0x11C50, 0x11C59 },
  70     { 0x16A60, 0x16A69 },
  71     { 0x16B50, 0x16B59 },
  72     { 0x1D7CE, 0x1D7FF },
  73     { 0x1E950, 0x1E959 }
  74 
  75 #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Nd)
  76 #include "test-predicate-part2.h"

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