usleep tests: Avoid failure due to known Cygwin 3.5.3 bug.
[gnulib.git] / lib / unilbrk / lbrkprop1.h
blobd4afed86f04a8387c4021cd1d11aec06ea5ff37e
1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2 /* Line breaking properties of Unicode characters. */
3 /* Generated automatically by gen-uni-tables.c for Unicode 15.1.0. */
5 /* Copyright (C) 2000-2024 Free Software Foundation, Inc.
7 This file is free software.
8 It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+".
9 You can redistribute it and/or modify it under either
10 - the terms of the GNU Lesser General Public License as published
11 by the Free Software Foundation, either version 3, or (at your
12 option) any later version, or
13 - the terms of the GNU General Public License as published by the
14 Free Software Foundation; either version 2, or (at your option)
15 any later version, or
16 - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+".
18 This file is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 Lesser General Public License and the GNU General Public License
22 for more details.
24 You should have received a copy of the GNU Lesser General Public
25 License and of the GNU General Public License along with this
26 program. If not, see <https://www.gnu.org/licenses/>. */
28 #define lbrkprop_header_0 16
29 #define lbrkprop_header_1 15
30 #define lbrkprop_header_2 7
31 #define lbrkprop_header_3 511
32 #define lbrkprop_header_4 127
34 typedef struct
36 int level1[15];
37 int level2[4 << 9];
38 unsigned char level3[250 << 7];
40 lbrkprop_t;
41 extern const lbrkprop_t unilbrkprop;