summaryrefslogtreecommitdiff
path: root/tests/unictype/test-categ_Mc.c
blob: 4984b4b9bd1c6bb1779272ad1e8ab1208afb1b04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Test the Unicode character type functions.
   Copyright (C) 2007 Free Software Foundation, Inc.

   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 3 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */

#include "test-predicate-part1.h"

    { 0x0903, 0x0903 },
    { 0x093E, 0x0940 },
    { 0x0949, 0x094C },
    { 0x0982, 0x0983 },
    { 0x09BE, 0x09C0 },
    { 0x09C7, 0x09C8 },
    { 0x09CB, 0x09CC },
    { 0x09D7, 0x09D7 },
    { 0x0A03, 0x0A03 },
    { 0x0A3E, 0x0A40 },
    { 0x0A83, 0x0A83 },
    { 0x0ABE, 0x0AC0 },
    { 0x0AC9, 0x0AC9 },
    { 0x0ACB, 0x0ACC },
    { 0x0B02, 0x0B03 },
    { 0x0B3E, 0x0B3E },
    { 0x0B40, 0x0B40 },
    { 0x0B47, 0x0B48 },
    { 0x0B4B, 0x0B4C },
    { 0x0B57, 0x0B57 },
    { 0x0BBE, 0x0BBF },
    { 0x0BC1, 0x0BC2 },
    { 0x0BC6, 0x0BC8 },
    { 0x0BCA, 0x0BCC },
    { 0x0BD7, 0x0BD7 },
    { 0x0C01, 0x0C03 },
    { 0x0C41, 0x0C44 },
    { 0x0C82, 0x0C83 },
    { 0x0CBE, 0x0CBE },
    { 0x0CC0, 0x0CC4 },
    { 0x0CC7, 0x0CC8 },
    { 0x0CCA, 0x0CCB },
    { 0x0CD5, 0x0CD6 },
    { 0x0D02, 0x0D03 },
    { 0x0D3E, 0x0D40 },
    { 0x0D46, 0x0D48 },
    { 0x0D4A, 0x0D4C },
    { 0x0D57, 0x0D57 },
    { 0x0D82, 0x0D83 },
    { 0x0DCF, 0x0DD1 },
    { 0x0DD8, 0x0DDF },
    { 0x0DF2, 0x0DF3 },
    { 0x0F3E, 0x0F3F },
    { 0x0F7F, 0x0F7F },
    { 0x102B, 0x102C },
    { 0x1031, 0x1031 },
    { 0x1038, 0x1038 },
    { 0x103B, 0x103C },
    { 0x1056, 0x1057 },
    { 0x1062, 0x1064 },
    { 0x1067, 0x106D },
    { 0x1083, 0x1084 },
    { 0x1087, 0x108C },
    { 0x108F, 0x108F },
    { 0x17B6, 0x17B6 },
    { 0x17BE, 0x17C5 },
    { 0x17C7, 0x17C8 },
    { 0x1923, 0x1926 },
    { 0x1929, 0x192B },
    { 0x1930, 0x1931 },
    { 0x1933, 0x1938 },
    { 0x19B0, 0x19C0 },
    { 0x19C8, 0x19C9 },
    { 0x1A19, 0x1A1B },
    { 0x1B04, 0x1B04 },
    { 0x1B35, 0x1B35 },
    { 0x1B3B, 0x1B3B },
    { 0x1B3D, 0x1B41 },
    { 0x1B43, 0x1B44 },
    { 0x1B82, 0x1B82 },
    { 0x1BA1, 0x1BA1 },
    { 0x1BA6, 0x1BA7 },
    { 0x1BAA, 0x1BAA },
    { 0x1C24, 0x1C2B },
    { 0x1C34, 0x1C35 },
    { 0xA823, 0xA824 },
    { 0xA827, 0xA827 },
    { 0xA880, 0xA881 },
    { 0xA8B4, 0xA8C3 },
    { 0xA952, 0xA953 },
    { 0xAA2F, 0xAA30 },
    { 0xAA33, 0xAA34 },
    { 0xAA4D, 0xAA4D },
    { 0x1D165, 0x1D166 },
    { 0x1D16D, 0x1D172 }

#define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Mc)
#include "test-predicate-part2.h"