Imported Upstream version 0.9.4
[platform/upstream/libunistring.git] / tests / unictype / test-categ_Sm.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     { 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     { 0x2308, 0x230B },
48     { 0x2320, 0x2321 },
49     { 0x237C, 0x237C },
50     { 0x239B, 0x23B3 },
51     { 0x23DC, 0x23E1 },
52     { 0x25B7, 0x25B7 },
53     { 0x25C1, 0x25C1 },
54     { 0x25F8, 0x25FF },
55     { 0x266F, 0x266F },
56     { 0x27C0, 0x27C4 },
57     { 0x27C7, 0x27CA },
58     { 0x27CC, 0x27CC },
59     { 0x27CE, 0x27E5 },
60     { 0x27F0, 0x27FF },
61     { 0x2900, 0x2982 },
62     { 0x2999, 0x29D7 },
63     { 0x29DC, 0x29FB },
64     { 0x29FE, 0x2AFF },
65     { 0x2B30, 0x2B44 },
66     { 0x2B47, 0x2B4C },
67     { 0xFB29, 0xFB29 },
68     { 0xFE62, 0xFE62 },
69     { 0xFE64, 0xFE66 },
70     { 0xFF0B, 0xFF0B },
71     { 0xFF1C, 0xFF1E },
72     { 0xFF5C, 0xFF5C },
73     { 0xFF5E, 0xFF5E },
74     { 0xFFE2, 0xFFE2 },
75     { 0xFFE9, 0xFFEC },
76     { 0x1D6C1, 0x1D6C1 },
77     { 0x1D6DB, 0x1D6DB },
78     { 0x1D6FB, 0x1D6FB },
79     { 0x1D715, 0x1D715 },
80     { 0x1D735, 0x1D735 },
81     { 0x1D74F, 0x1D74F },
82     { 0x1D76F, 0x1D76F },
83     { 0x1D789, 0x1D789 },
84     { 0x1D7A9, 0x1D7A9 },
85     { 0x1D7C3, 0x1D7C3 }
86
87 #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Sm)
88 #include "test-predicate-part2.h"