8d6c284bdc3be44b7cda8383b8fa215a6f46ca94
[platform/upstream/libunistring.git] / tests / unictype / test-pr_decimal_digit.c
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     { 0x0030, 0x0039 },
21     { 0x0660, 0x0669 },
22     { 0x06F0, 0x06F9 },
23     { 0x07C0, 0x07C9 },
24     { 0x0966, 0x096F },
25     { 0x09E6, 0x09EF },
26     { 0x0A66, 0x0A6F },
27     { 0x0AE6, 0x0AEF },
28     { 0x0B66, 0x0B6F },
29     { 0x0BE6, 0x0BEF },
30     { 0x0C66, 0x0C6F },
31     { 0x0CE6, 0x0CEF },
32     { 0x0D66, 0x0D6F },
33     { 0x0E50, 0x0E59 },
34     { 0x0ED0, 0x0ED9 },
35     { 0x0F20, 0x0F29 },
36     { 0x1040, 0x1049 },
37     { 0x1090, 0x1099 },
38     { 0x17E0, 0x17E9 },
39     { 0x1810, 0x1819 },
40     { 0x1946, 0x194F },
41     { 0x19D0, 0x19D9 },
42     { 0x1B50, 0x1B59 },
43     { 0x1BB0, 0x1BB9 },
44     { 0x1C40, 0x1C49 },
45     { 0x1C50, 0x1C59 },
46     { 0xA620, 0xA629 },
47     { 0xA8D0, 0xA8D9 },
48     { 0xA900, 0xA909 },
49     { 0xAA50, 0xAA59 },
50     { 0xFF10, 0xFF19 },
51     { 0x104A0, 0x104A9 },
52     { 0x1D7CE, 0x1D7FF }
53
54 #define PREDICATE(c) uc_is_property_decimal_digit (c)
55 #include "test-predicate-part2.h"