1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2 /* Test the Unicode character type functions.
3 Copyright (C) 2007 Free Software Foundation, Inc.
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.
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.
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/>. */
18 #include "test-predicate-part1.h"
100 { 0x109BC, 0x109BD },
101 { 0x109C0, 0x109CF },
102 { 0x109D2, 0x109FF },
103 { 0x10A40, 0x10A47 },
104 { 0x10A7D, 0x10A7E },
105 { 0x10A9D, 0x10A9F },
106 { 0x10AEB, 0x10AEF },
107 { 0x10B58, 0x10B5F },
108 { 0x10B78, 0x10B7F },
109 { 0x10BA9, 0x10BAF },
110 { 0x10CFA, 0x10CFF },
111 { 0x10E60, 0x10E7E },
112 { 0x11052, 0x1106F },
113 { 0x110F0, 0x110F9 },
114 { 0x11136, 0x1113F },
115 { 0x111D0, 0x111D9 },
116 { 0x111E1, 0x111F4 },
117 { 0x112F0, 0x112F9 },
118 { 0x114D0, 0x114D9 },
119 { 0x11650, 0x11659 },
120 { 0x116C0, 0x116C9 },
121 { 0x11730, 0x1173B },
122 { 0x118E0, 0x118F2 },
123 { 0x12400, 0x1246E },
124 { 0x16A60, 0x16A69 },
125 { 0x16B50, 0x16B59 },
126 { 0x16B5B, 0x16B61 },
127 { 0x1D360, 0x1D371 },
128 { 0x1D7CE, 0x1D7FF },
129 { 0x1E8C7, 0x1E8CF },
132 #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_N)
133 #include "test-predicate-part2.h"