summaryrefslogtreecommitdiff
path: root/tests/unictype/test-categ_Pe.c
blob: f5534dded268fdd87f36128b0276b6a355b85d19 (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
/* 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"

    { 0x0029, 0x0029 },
    { 0x005D, 0x005D },
    { 0x007D, 0x007D },
    { 0x0F3B, 0x0F3B },
    { 0x0F3D, 0x0F3D },
    { 0x169C, 0x169C },
    { 0x2046, 0x2046 },
    { 0x207E, 0x207E },
    { 0x208E, 0x208E },
    { 0x2309, 0x2309 },
    { 0x230B, 0x230B },
    { 0x232A, 0x232A },
    { 0x2769, 0x2769 },
    { 0x276B, 0x276B },
    { 0x276D, 0x276D },
    { 0x276F, 0x276F },
    { 0x2771, 0x2771 },
    { 0x2773, 0x2773 },
    { 0x2775, 0x2775 },
    { 0x27C6, 0x27C6 },
    { 0x27E7, 0x27E7 },
    { 0x27E9, 0x27E9 },
    { 0x27EB, 0x27EB },
    { 0x27ED, 0x27ED },
    { 0x27EF, 0x27EF },
    { 0x2984, 0x2984 },
    { 0x2986, 0x2986 },
    { 0x2988, 0x2988 },
    { 0x298A, 0x298A },
    { 0x298C, 0x298C },
    { 0x298E, 0x298E },
    { 0x2990, 0x2990 },
    { 0x2992, 0x2992 },
    { 0x2994, 0x2994 },
    { 0x2996, 0x2996 },
    { 0x2998, 0x2998 },
    { 0x29D9, 0x29D9 },
    { 0x29DB, 0x29DB },
    { 0x29FD, 0x29FD },
    { 0x2E23, 0x2E23 },
    { 0x2E25, 0x2E25 },
    { 0x2E27, 0x2E27 },
    { 0x2E29, 0x2E29 },
    { 0x2E56, 0x2E56 },
    { 0x2E58, 0x2E58 },
    { 0x2E5A, 0x2E5A },
    { 0x2E5C, 0x2E5C },
    { 0x3009, 0x3009 },
    { 0x300B, 0x300B },
    { 0x300D, 0x300D },
    { 0x300F, 0x300F },
    { 0x3011, 0x3011 },
    { 0x3015, 0x3015 },
    { 0x3017, 0x3017 },
    { 0x3019, 0x3019 },
    { 0x301B, 0x301B },
    { 0x301E, 0x301F },
    { 0xFD3E, 0xFD3E },
    { 0xFE18, 0xFE18 },
    { 0xFE36, 0xFE36 },
    { 0xFE38, 0xFE38 },
    { 0xFE3A, 0xFE3A },
    { 0xFE3C, 0xFE3C },
    { 0xFE3E, 0xFE3E },
    { 0xFE40, 0xFE40 },
    { 0xFE42, 0xFE42 },
    { 0xFE44, 0xFE44 },
    { 0xFE48, 0xFE48 },
    { 0xFE5A, 0xFE5A },
    { 0xFE5C, 0xFE5C },
    { 0xFE5E, 0xFE5E },
    { 0xFF09, 0xFF09 },
    { 0xFF3D, 0xFF3D },
    { 0xFF5D, 0xFF5D },
    { 0xFF60, 0xFF60 },
    { 0xFF63, 0xFF63 }

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