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    { 0x00B2, 0x00B3 },
21    { 0x00B9, 0x00B9 },
22    { 0x00BC, 0x00BE },
23    { 0x09F4, 0x09F9 },
24    { 0x0BF0, 0x0BF2 },
25    { 0x0C78, 0x0C7E },
26    { 0x0D70, 0x0D75 },
27    { 0x0F2A, 0x0F33 },
28    { 0x1369, 0x137C },
29    { 0x17F0, 0x17F9 },
30    { 0x2070, 0x2070 },
31    { 0x2074, 0x2079 },
32    { 0x2080, 0x2089 },
33    { 0x2153, 0x215F },
34    { 0x2460, 0x249B },
35    { 0x24EA, 0x24FF },
36    { 0x2776, 0x2793 },
37    { 0x2CFD, 0x2CFD },
38    { 0x3192, 0x3195 },
39    { 0x3220, 0x3229 },
40    { 0x3251, 0x325F },
41    { 0x3280, 0x3289 },
42    { 0x32B1, 0x32BF },
43    { 0x10107, 0x10133 },
44    { 0x10175, 0x10178 },
45    { 0x1018A, 0x1018A },
46    { 0x10320, 0x10323 },
47    { 0x10916, 0x10919 },
48    { 0x10A40, 0x10A47 },
49    { 0x1D360, 0x1D371 }
50
51#define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_No)
52#include "test-predicate-part2.h"
53