root/maint/gnulib/tests/unictype/test-categ_Sm.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     { 0x002B, 0x002B },
  21     { 0x003C, 0x003E },
  22     { 0x007C, 0x007C },
  23     { 0x007E, 0x007E },
  24     { 0x00AC, 0x00AC },
  25     { 0x00B1, 0x00B1 },
  26     { 0x00D7, 0x00D7 },
  27     { 0x00F7, 0x00F7 },
  28     { 0x03F6, 0x03F6 },
  29     { 0x0606, 0x0608 },
  30     { 0x2044, 0x2044 },
  31     { 0x2052, 0x2052 },
  32     { 0x207A, 0x207C },
  33     { 0x208A, 0x208C },
  34     { 0x2118, 0x2118 },
  35     { 0x2140, 0x2144 },
  36     { 0x214B, 0x214B },
  37     { 0x2190, 0x2194 },
  38     { 0x219A, 0x219B },
  39     { 0x21A0, 0x21A0 },
  40     { 0x21A3, 0x21A3 },
  41     { 0x21A6, 0x21A6 },
  42     { 0x21AE, 0x21AE },
  43     { 0x21CE, 0x21CF },
  44     { 0x21D2, 0x21D2 },
  45     { 0x21D4, 0x21D4 },
  46     { 0x21F4, 0x22FF },
  47     { 0x2320, 0x2321 },
  48     { 0x237C, 0x237C },
  49     { 0x239B, 0x23B3 },
  50     { 0x23DC, 0x23E1 },
  51     { 0x25B7, 0x25B7 },
  52     { 0x25C1, 0x25C1 },
  53     { 0x25F8, 0x25FF },
  54     { 0x266F, 0x266F },
  55     { 0x27C0, 0x27C4 },
  56     { 0x27C7, 0x27E5 },
  57     { 0x27F0, 0x27FF },
  58     { 0x2900, 0x2982 },
  59     { 0x2999, 0x29D7 },
  60     { 0x29DC, 0x29FB },
  61     { 0x29FE, 0x2AFF },
  62     { 0x2B30, 0x2B44 },
  63     { 0x2B47, 0x2B4C },
  64     { 0xFB29, 0xFB29 },
  65     { 0xFE62, 0xFE62 },
  66     { 0xFE64, 0xFE66 },
  67     { 0xFF0B, 0xFF0B },
  68     { 0xFF1C, 0xFF1E },
  69     { 0xFF5C, 0xFF5C },
  70     { 0xFF5E, 0xFF5E },
  71     { 0xFFE2, 0xFFE2 },
  72     { 0xFFE9, 0xFFEC },
  73     { 0x1D6C1, 0x1D6C1 },
  74     { 0x1D6DB, 0x1D6DB },
  75     { 0x1D6FB, 0x1D6FB },
  76     { 0x1D715, 0x1D715 },
  77     { 0x1D735, 0x1D735 },
  78     { 0x1D74F, 0x1D74F },
  79     { 0x1D76F, 0x1D76F },
  80     { 0x1D789, 0x1D789 },
  81     { 0x1D7A9, 0x1D7A9 },
  82     { 0x1D7C3, 0x1D7C3 },
  83     { 0x1EEF0, 0x1EEF1 }
  84 
  85 #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Sm)
  86 #include "test-predicate-part2.h"

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