Imported Upstream version 0.9.3
[platform/upstream/libunistring.git] / tests / unictype / test-categ_N.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     { 0x0030, 0x0039 },
21     { 0x00B2, 0x00B3 },
22     { 0x00B9, 0x00B9 },
23     { 0x00BC, 0x00BE },
24     { 0x0660, 0x0669 },
25     { 0x06F0, 0x06F9 },
26     { 0x07C0, 0x07C9 },
27     { 0x0966, 0x096F },
28     { 0x09E6, 0x09EF },
29     { 0x09F4, 0x09F9 },
30     { 0x0A66, 0x0A6F },
31     { 0x0AE6, 0x0AEF },
32     { 0x0B66, 0x0B6F },
33     { 0x0BE6, 0x0BF2 },
34     { 0x0C66, 0x0C6F },
35     { 0x0C78, 0x0C7E },
36     { 0x0CE6, 0x0CEF },
37     { 0x0D66, 0x0D75 },
38     { 0x0E50, 0x0E59 },
39     { 0x0ED0, 0x0ED9 },
40     { 0x0F20, 0x0F33 },
41     { 0x1040, 0x1049 },
42     { 0x1090, 0x1099 },
43     { 0x1369, 0x137C },
44     { 0x16EE, 0x16F0 },
45     { 0x17E0, 0x17E9 },
46     { 0x17F0, 0x17F9 },
47     { 0x1810, 0x1819 },
48     { 0x1946, 0x194F },
49     { 0x19D0, 0x19D9 },
50     { 0x1B50, 0x1B59 },
51     { 0x1BB0, 0x1BB9 },
52     { 0x1C40, 0x1C49 },
53     { 0x1C50, 0x1C59 },
54     { 0x2070, 0x2070 },
55     { 0x2074, 0x2079 },
56     { 0x2080, 0x2089 },
57     { 0x2153, 0x2182 },
58     { 0x2185, 0x2188 },
59     { 0x2460, 0x249B },
60     { 0x24EA, 0x24FF },
61     { 0x2776, 0x2793 },
62     { 0x2CFD, 0x2CFD },
63     { 0x3007, 0x3007 },
64     { 0x3021, 0x3029 },
65     { 0x3038, 0x303A },
66     { 0x3192, 0x3195 },
67     { 0x3220, 0x3229 },
68     { 0x3251, 0x325F },
69     { 0x3280, 0x3289 },
70     { 0x32B1, 0x32BF },
71     { 0xA620, 0xA629 },
72     { 0xA8D0, 0xA8D9 },
73     { 0xA900, 0xA909 },
74     { 0xAA50, 0xAA59 },
75     { 0xFF10, 0xFF19 },
76     { 0x10107, 0x10133 },
77     { 0x10140, 0x10178 },
78     { 0x1018A, 0x1018A },
79     { 0x10320, 0x10323 },
80     { 0x10341, 0x10341 },
81     { 0x1034A, 0x1034A },
82     { 0x103D1, 0x103D5 },
83     { 0x104A0, 0x104A9 },
84     { 0x10916, 0x10919 },
85     { 0x10A40, 0x10A47 },
86     { 0x12400, 0x12462 },
87     { 0x1D360, 0x1D371 },
88     { 0x1D7CE, 0x1D7FF }
89
90 #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_N)
91 #include "test-predicate-part2.h"