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    { 0x0029, 0x0029 },
21    { 0x005D, 0x005D },
22    { 0x007D, 0x007D },
23    { 0x0F3B, 0x0F3B },
24    { 0x0F3D, 0x0F3D },
25    { 0x169C, 0x169C },
26    { 0x2046, 0x2046 },
27    { 0x207E, 0x207E },
28    { 0x208E, 0x208E },
29    { 0x232A, 0x232A },
30    { 0x2769, 0x2769 },
31    { 0x276B, 0x276B },
32    { 0x276D, 0x276D },
33    { 0x276F, 0x276F },
34    { 0x2771, 0x2771 },
35    { 0x2773, 0x2773 },
36    { 0x2775, 0x2775 },
37    { 0x27C6, 0x27C6 },
38    { 0x27E7, 0x27E7 },
39    { 0x27E9, 0x27E9 },
40    { 0x27EB, 0x27EB },
41    { 0x27ED, 0x27ED },
42    { 0x27EF, 0x27EF },
43    { 0x2984, 0x2984 },
44    { 0x2986, 0x2986 },
45    { 0x2988, 0x2988 },
46    { 0x298A, 0x298A },
47    { 0x298C, 0x298C },
48    { 0x298E, 0x298E },
49    { 0x2990, 0x2990 },
50    { 0x2992, 0x2992 },
51    { 0x2994, 0x2994 },
52    { 0x2996, 0x2996 },
53    { 0x2998, 0x2998 },
54    { 0x29D9, 0x29D9 },
55    { 0x29DB, 0x29DB },
56    { 0x29FD, 0x29FD },
57    { 0x2E23, 0x2E23 },
58    { 0x2E25, 0x2E25 },
59    { 0x2E27, 0x2E27 },
60    { 0x2E29, 0x2E29 },
61    { 0x3009, 0x3009 },
62    { 0x300B, 0x300B },
63    { 0x300D, 0x300D },
64    { 0x300F, 0x300F },
65    { 0x3011, 0x3011 },
66    { 0x3015, 0x3015 },
67    { 0x3017, 0x3017 },
68    { 0x3019, 0x3019 },
69    { 0x301B, 0x301B },
70    { 0x301E, 0x301F },
71    { 0xFD3F, 0xFD3F },
72    { 0xFE18, 0xFE18 },
73    { 0xFE36, 0xFE36 },
74    { 0xFE38, 0xFE38 },
75    { 0xFE3A, 0xFE3A },
76    { 0xFE3C, 0xFE3C },
77    { 0xFE3E, 0xFE3E },
78    { 0xFE40, 0xFE40 },
79    { 0xFE42, 0xFE42 },
80    { 0xFE44, 0xFE44 },
81    { 0xFE48, 0xFE48 },
82    { 0xFE5A, 0xFE5A },
83    { 0xFE5C, 0xFE5C },
84    { 0xFE5E, 0xFE5E },
85    { 0xFF09, 0xFF09 },
86    { 0xFF3D, 0xFF3D },
87    { 0xFF5D, 0xFF5D },
88    { 0xFF60, 0xFF60 },
89    { 0xFF63, 0xFF63 }
90
91#define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Pe)
92#include "test-predicate-part2.h"
93