root/maint/gnulib/tests/unictype/test-categ_Sk.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     { 0x005E, 0x005E },
  21     { 0x0060, 0x0060 },
  22     { 0x00A8, 0x00A8 },
  23     { 0x00AF, 0x00AF },
  24     { 0x00B4, 0x00B4 },
  25     { 0x00B8, 0x00B8 },
  26     { 0x02C2, 0x02C5 },
  27     { 0x02D2, 0x02DF },
  28     { 0x02E5, 0x02EB },
  29     { 0x02ED, 0x02ED },
  30     { 0x02EF, 0x02FF },
  31     { 0x0375, 0x0375 },
  32     { 0x0384, 0x0385 },
  33     { 0x1FBD, 0x1FBD },
  34     { 0x1FBF, 0x1FC1 },
  35     { 0x1FCD, 0x1FCF },
  36     { 0x1FDD, 0x1FDF },
  37     { 0x1FED, 0x1FEF },
  38     { 0x1FFD, 0x1FFE },
  39     { 0x309B, 0x309C },
  40     { 0xA700, 0xA716 },
  41     { 0xA720, 0xA721 },
  42     { 0xA789, 0xA78A },
  43     { 0xAB5B, 0xAB5B },
  44     { 0xFBB2, 0xFBC1 },
  45     { 0xFF3E, 0xFF3E },
  46     { 0xFF40, 0xFF40 },
  47     { 0xFFE3, 0xFFE3 },
  48     { 0x1F3FB, 0x1F3FF }
  49 
  50 #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Sk)
  51 #include "test-predicate-part2.h"

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