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

    { 0x00A9, 0x00A9 },
    { 0x00AE, 0x00AE },
    { 0x203C, 0x203C },
    { 0x2049, 0x2049 },
    { 0x2122, 0x2122 },
    { 0x2139, 0x2139 },
    { 0x2194, 0x2199 },
    { 0x21A9, 0x21AA },
    { 0x231A, 0x231B },
    { 0x2328, 0x2328 },
    { 0x2388, 0x2388 },
    { 0x23CF, 0x23CF },
    { 0x23E9, 0x23F3 },
    { 0x23F8, 0x23FA },
    { 0x24C2, 0x24C2 },
    { 0x25AA, 0x25AB },
    { 0x25B6, 0x25B6 },
    { 0x25C0, 0x25C0 },
    { 0x25FB, 0x25FE },
    { 0x2600, 0x2605 },
    { 0x2607, 0x2612 },
    { 0x2614, 0x2685 },
    { 0x2690, 0x2705 },
    { 0x2708, 0x2712 },
    { 0x2714, 0x2714 },
    { 0x2716, 0x2716 },
    { 0x271D, 0x271D },
    { 0x2721, 0x2721 },
    { 0x2728, 0x2728 },
    { 0x2733, 0x2734 },
    { 0x2744, 0x2744 },
    { 0x2747, 0x2747 },
    { 0x274C, 0x274C },
    { 0x274E, 0x274E },
    { 0x2753, 0x2755 },
    { 0x2757, 0x2757 },
    { 0x2763, 0x2767 },
    { 0x2795, 0x2797 },
    { 0x27A1, 0x27A1 },
    { 0x27B0, 0x27B0 },
    { 0x27BF, 0x27BF },
    { 0x2934, 0x2935 },
    { 0x2B05, 0x2B07 },
    { 0x2B1B, 0x2B1C },
    { 0x2B50, 0x2B50 },
    { 0x2B55, 0x2B55 },
    { 0x3030, 0x3030 },
    { 0x303D, 0x303D },
    { 0x3297, 0x3297 },
    { 0x3299, 0x3299 },
    { 0x1F000, 0x1F0FF },
    { 0x1F10D, 0x1F10F },
    { 0x1F12F, 0x1F12F },
    { 0x1F16C, 0x1F171 },
    { 0x1F17E, 0x1F17F },
    { 0x1F18E, 0x1F18E },
    { 0x1F191, 0x1F19A },
    { 0x1F1AD, 0x1F1E5 },
    { 0x1F201, 0x1F20F },
    { 0x1F21A, 0x1F21A },
    { 0x1F22F, 0x1F22F },
    { 0x1F232, 0x1F23A },
    { 0x1F23C, 0x1F23F },
    { 0x1F249, 0x1F3FA },
    { 0x1F400, 0x1F53D },
    { 0x1F546, 0x1F64F },
    { 0x1F680, 0x1F6FF },
    { 0x1F774, 0x1F77F },
    { 0x1F7D5, 0x1F7FF },
    { 0x1F80C, 0x1F80F },
    { 0x1F848, 0x1F84F },
    { 0x1F85A, 0x1F85F },
    { 0x1F888, 0x1F88F },
    { 0x1F8AE, 0x1F8FF },
    { 0x1F90C, 0x1F93A },
    { 0x1F93C, 0x1F945 },
    { 0x1F947, 0x1FAFF },
    { 0x1FC00, 0x1FFFD }

#define PREDICATE(c) uc_is_property_extended_pictographic (c)
#include "test-predicate-part2.h"