root/maint/gnulib/tests/unictype/test-pr_sentence_terminal.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     { 0x0021, 0x0021 },
  21     { 0x002E, 0x002E },
  22     { 0x003F, 0x003F },
  23     { 0x0589, 0x0589 },
  24     { 0x061F, 0x061F },
  25     { 0x06D4, 0x06D4 },
  26     { 0x0700, 0x0702 },
  27     { 0x07F9, 0x07F9 },
  28     { 0x0964, 0x0965 },
  29     { 0x104A, 0x104B },
  30     { 0x1362, 0x1362 },
  31     { 0x1367, 0x1368 },
  32     { 0x166E, 0x166E },
  33     { 0x1735, 0x1736 },
  34     { 0x1803, 0x1803 },
  35     { 0x1809, 0x1809 },
  36     { 0x1944, 0x1945 },
  37     { 0x1AA8, 0x1AAB },
  38     { 0x1B5A, 0x1B5B },
  39     { 0x1B5E, 0x1B5F },
  40     { 0x1C3B, 0x1C3C },
  41     { 0x1C7E, 0x1C7F },
  42     { 0x203C, 0x203D },
  43     { 0x2047, 0x2049 },
  44     { 0x2E2E, 0x2E2E },
  45     { 0x2E3C, 0x2E3C },
  46     { 0x3002, 0x3002 },
  47     { 0xA4FF, 0xA4FF },
  48     { 0xA60E, 0xA60F },
  49     { 0xA6F3, 0xA6F3 },
  50     { 0xA6F7, 0xA6F7 },
  51     { 0xA876, 0xA877 },
  52     { 0xA8CE, 0xA8CF },
  53     { 0xA92F, 0xA92F },
  54     { 0xA9C8, 0xA9C9 },
  55     { 0xAA5D, 0xAA5F },
  56     { 0xAAF0, 0xAAF1 },
  57     { 0xABEB, 0xABEB },
  58     { 0xFE52, 0xFE52 },
  59     { 0xFE56, 0xFE57 },
  60     { 0xFF01, 0xFF01 },
  61     { 0xFF0E, 0xFF0E },
  62     { 0xFF1F, 0xFF1F },
  63     { 0xFF61, 0xFF61 },
  64     { 0x10A56, 0x10A57 },
  65     { 0x11047, 0x11048 },
  66     { 0x110BE, 0x110C1 },
  67     { 0x11141, 0x11143 },
  68     { 0x111C5, 0x111C6 },
  69     { 0x111CD, 0x111CD },
  70     { 0x111DE, 0x111DF },
  71     { 0x11238, 0x11239 },
  72     { 0x1123B, 0x1123C },
  73     { 0x112A9, 0x112A9 },
  74     { 0x1144B, 0x1144C },
  75     { 0x115C2, 0x115C3 },
  76     { 0x115C9, 0x115D7 },
  77     { 0x11641, 0x11642 },
  78     { 0x1173C, 0x1173E },
  79     { 0x11C41, 0x11C42 },
  80     { 0x16A6E, 0x16A6F },
  81     { 0x16AF5, 0x16AF5 },
  82     { 0x16B37, 0x16B38 },
  83     { 0x16B44, 0x16B44 },
  84     { 0x1BC9F, 0x1BC9F },
  85     { 0x1DA88, 0x1DA88 }
  86 
  87 #define PREDICATE(c) uc_is_property_sentence_terminal (c)
  88 #include "test-predicate-part2.h"

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