summaryrefslogtreecommitdiff
path: root/tests/unictype/test-categ_No.c
blob: 5d47eb3db12cc5bc73a381ff391547f4553a4dce (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
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Test the Unicode character type functions.
   Copyright (C) 2007-2022 Free Software Foundation, Inc.

   This file 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 file 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 <https://www.gnu.org/licenses/>.  */

#include "test-predicate-part1.h"

    { 0x00B2, 0x00B3 },
    { 0x00B9, 0x00B9 },
    { 0x00BC, 0x00BE },
    { 0x09F4, 0x09F9 },
    { 0x0B72, 0x0B77 },
    { 0x0BF0, 0x0BF2 },
    { 0x0C78, 0x0C7E },
    { 0x0D58, 0x0D5E },
    { 0x0D70, 0x0D78 },
    { 0x0F2A, 0x0F33 },
    { 0x1369, 0x137C },
    { 0x17F0, 0x17F9 },
    { 0x19DA, 0x19DA },
    { 0x2070, 0x2070 },
    { 0x2074, 0x2079 },
    { 0x2080, 0x2089 },
    { 0x2150, 0x215F },
    { 0x2189, 0x2189 },
    { 0x2460, 0x249B },
    { 0x24EA, 0x24FF },
    { 0x2776, 0x2793 },
    { 0x2CFD, 0x2CFD },
    { 0x3192, 0x3195 },
    { 0x3220, 0x3229 },
    { 0x3248, 0x324F },
    { 0x3251, 0x325F },
    { 0x3280, 0x3289 },
    { 0x32B1, 0x32BF },
    { 0xA830, 0xA835 },
    { 0x10107, 0x10133 },
    { 0x10175, 0x10178 },
    { 0x1018A, 0x1018B },
    { 0x102E1, 0x102FB },
    { 0x10320, 0x10323 },
    { 0x10858, 0x1085F },
    { 0x10879, 0x1087F },
    { 0x108A7, 0x108AF },
    { 0x108FB, 0x108FF },
    { 0x10916, 0x1091B },
    { 0x109BC, 0x109BD },
    { 0x109C0, 0x109CF },
    { 0x109D2, 0x109FF },
    { 0x10A40, 0x10A48 },
    { 0x10A7D, 0x10A7E },
    { 0x10A9D, 0x10A9F },
    { 0x10AEB, 0x10AEF },
    { 0x10B58, 0x10B5F },
    { 0x10B78, 0x10B7F },
    { 0x10BA9, 0x10BAF },
    { 0x10CFA, 0x10CFF },
    { 0x10E60, 0x10E7E },
    { 0x10F1D, 0x10F26 },
    { 0x10F51, 0x10F54 },
    { 0x10FC5, 0x10FCB },
    { 0x11052, 0x11065 },
    { 0x111E1, 0x111F4 },
    { 0x1173A, 0x1173B },
    { 0x118EA, 0x118F2 },
    { 0x11C5A, 0x11C6C },
    { 0x11FC0, 0x11FD4 },
    { 0x16B5B, 0x16B61 },
    { 0x16E80, 0x16E96 },
    { 0x1D2E0, 0x1D2F3 },
    { 0x1D360, 0x1D378 },
    { 0x1E8C7, 0x1E8CF },
    { 0x1EC71, 0x1ECAB },
    { 0x1ECAD, 0x1ECAF },
    { 0x1ECB1, 0x1ECB4 },
    { 0x1ED01, 0x1ED2D },
    { 0x1ED2F, 0x1ED3D },
    { 0x1F100, 0x1F10C }

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