Imported Upstream version 0.9.4
[platform/upstream/libunistring.git] / tests / unictype / test-categ_No.c
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 <http://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     { 0x0D70, 0x0D75 },
28     { 0x0F2A, 0x0F33 },
29     { 0x1369, 0x137C },
30     { 0x17F0, 0x17F9 },
31     { 0x19DA, 0x19DA },
32     { 0x2070, 0x2070 },
33     { 0x2074, 0x2079 },
34     { 0x2080, 0x2089 },
35     { 0x2150, 0x215F },
36     { 0x2189, 0x2189 },
37     { 0x2460, 0x249B },
38     { 0x24EA, 0x24FF },
39     { 0x2776, 0x2793 },
40     { 0x2CFD, 0x2CFD },
41     { 0x3192, 0x3195 },
42     { 0x3220, 0x3229 },
43     { 0x3251, 0x325F },
44     { 0x3280, 0x3289 },
45     { 0x32B1, 0x32BF },
46     { 0xA830, 0xA835 },
47     { 0x10107, 0x10133 },
48     { 0x10175, 0x10178 },
49     { 0x1018A, 0x1018A },
50     { 0x10320, 0x10323 },
51     { 0x10858, 0x1085F },
52     { 0x10916, 0x1091B },
53     { 0x10A40, 0x10A47 },
54     { 0x10A7D, 0x10A7E },
55     { 0x10B58, 0x10B5F },
56     { 0x10B78, 0x10B7F },
57     { 0x10E60, 0x10E7E },
58     { 0x11052, 0x11065 },
59     { 0x1D360, 0x1D371 },
60     { 0x1F100, 0x1F10A }
61
62 #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_No)
63 #include "test-predicate-part2.h"