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    { 0x0903, 0x0903 },
21    { 0x093E, 0x0940 },
22    { 0x0949, 0x094C },
23    { 0x0982, 0x0983 },
24    { 0x09BE, 0x09C0 },
25    { 0x09C7, 0x09C8 },
26    { 0x09CB, 0x09CC },
27    { 0x09D7, 0x09D7 },
28    { 0x0A03, 0x0A03 },
29    { 0x0A3E, 0x0A40 },
30    { 0x0A83, 0x0A83 },
31    { 0x0ABE, 0x0AC0 },
32    { 0x0AC9, 0x0AC9 },
33    { 0x0ACB, 0x0ACC },
34    { 0x0B02, 0x0B03 },
35    { 0x0B3E, 0x0B3E },
36    { 0x0B40, 0x0B40 },
37    { 0x0B47, 0x0B48 },
38    { 0x0B4B, 0x0B4C },
39    { 0x0B57, 0x0B57 },
40    { 0x0BBE, 0x0BBF },
41    { 0x0BC1, 0x0BC2 },
42    { 0x0BC6, 0x0BC8 },
43    { 0x0BCA, 0x0BCC },
44    { 0x0BD7, 0x0BD7 },
45    { 0x0C01, 0x0C03 },
46    { 0x0C41, 0x0C44 },
47    { 0x0C82, 0x0C83 },
48    { 0x0CBE, 0x0CBE },
49    { 0x0CC0, 0x0CC4 },
50    { 0x0CC7, 0x0CC8 },
51    { 0x0CCA, 0x0CCB },
52    { 0x0CD5, 0x0CD6 },
53    { 0x0D02, 0x0D03 },
54    { 0x0D3E, 0x0D40 },
55    { 0x0D46, 0x0D48 },
56    { 0x0D4A, 0x0D4C },
57    { 0x0D57, 0x0D57 },
58    { 0x0D82, 0x0D83 },
59    { 0x0DCF, 0x0DD1 },
60    { 0x0DD8, 0x0DDF },
61    { 0x0DF2, 0x0DF3 },
62    { 0x0F3E, 0x0F3F },
63    { 0x0F7F, 0x0F7F },
64    { 0x102B, 0x102C },
65    { 0x1031, 0x1031 },
66    { 0x1038, 0x1038 },
67    { 0x103B, 0x103C },
68    { 0x1056, 0x1057 },
69    { 0x1062, 0x1064 },
70    { 0x1067, 0x106D },
71    { 0x1083, 0x1084 },
72    { 0x1087, 0x108C },
73    { 0x108F, 0x108F },
74    { 0x17B6, 0x17B6 },
75    { 0x17BE, 0x17C5 },
76    { 0x17C7, 0x17C8 },
77    { 0x1923, 0x1926 },
78    { 0x1929, 0x192B },
79    { 0x1930, 0x1931 },
80    { 0x1933, 0x1938 },
81    { 0x19B0, 0x19C0 },
82    { 0x19C8, 0x19C9 },
83    { 0x1A19, 0x1A1B },
84    { 0x1B04, 0x1B04 },
85    { 0x1B35, 0x1B35 },
86    { 0x1B3B, 0x1B3B },
87    { 0x1B3D, 0x1B41 },
88    { 0x1B43, 0x1B44 },
89    { 0x1B82, 0x1B82 },
90    { 0x1BA1, 0x1BA1 },
91    { 0x1BA6, 0x1BA7 },
92    { 0x1BAA, 0x1BAA },
93    { 0x1C24, 0x1C2B },
94    { 0x1C34, 0x1C35 },
95    { 0xA823, 0xA824 },
96    { 0xA827, 0xA827 },
97    { 0xA880, 0xA881 },
98    { 0xA8B4, 0xA8C3 },
99    { 0xA952, 0xA953 },
100    { 0xAA2F, 0xAA30 },
101    { 0xAA33, 0xAA34 },
102    { 0xAA4D, 0xAA4D },
103    { 0x1D165, 0x1D166 },
104    { 0x1D16D, 0x1D172 }
105
106#define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Mc)
107#include "test-predicate-part2.h"
108