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    { 0x0590, 0x0590 },
21    { 0x05BE, 0x05BE },
22    { 0x05C0, 0x05C0 },
23    { 0x05C3, 0x05C3 },
24    { 0x05C6, 0x05C6 },
25    { 0x05C8, 0x05FF },
26    { 0x07C0, 0x07EA },
27    { 0x07F4, 0x07F5 },
28    { 0x07FA, 0x08FF },
29    { 0x200F, 0x200F },
30    { 0xFB1D, 0xFB1D },
31    { 0xFB1F, 0xFB28 },
32    { 0xFB2A, 0xFB4F },
33    { 0x10800, 0x1091E },
34    { 0x10920, 0x10A00 },
35    { 0x10A04, 0x10A04 },
36    { 0x10A07, 0x10A0B },
37    { 0x10A10, 0x10A37 },
38    { 0x10A3B, 0x10A3E },
39    { 0x10A40, 0x10FFF }
40
41#define PREDICATE(c) uc_is_property_bidi_hebrew_right_to_left (c)
42#include "test-predicate-part2.h"
43