1/* == Start of generated table == */
2/*
3 * The following tables are generated by running:
4 *
5 * ./gen-emoji-table.py emoji-data.txt
6 *
7 * on file with this header:
8 *
9 * # emoji-data.txt
10 * # Date: 2022-08-02, 00:26:10 GMT
11 * # © 2022 Unicode®, Inc.
12 * # Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
13 * # For terms of use, see https://www.unicode.org/terms_of_use.html
14 * #
15 * # Emoji Data for UTS #51
16 * # Used with Emoji Version 15.0 and subsequent minor revisions (if any)
17 * #
18 * # For documentation and usage, see https://www.unicode.org/reports/tr51
19 */
20
21#ifndef HB_UNICODE_EMOJI_TABLE_HH
22#define HB_UNICODE_EMOJI_TABLE_HH
23
24#include "hb-unicode.hh"
25
26static const uint8_t
27_hb_emoji_u8[464] =
28{
29 16, 17, 17, 17, 50, 20, 21, 17, 17, 17, 17, 17, 17, 17, 17, 17,
30 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
31 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,
32 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17,118,152,
33 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
34 2, 0, 3, 4, 0, 0, 5, 6, 0, 7, 0, 8, 9, 10, 11, 12,
35 0, 0, 13, 0, 0, 0, 14, 0, 15, 0, 0, 0, 0, 16, 0, 0,
36 17, 17, 18, 19, 20, 17, 17, 21, 17, 17, 22, 17, 23, 17, 24, 25,
37 26, 27, 28, 17, 17, 17, 0, 0, 17, 17, 17, 17, 17, 17, 17, 29,
38 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 3, 0, 0, 4, 0, 0,
39 5, 6, 0, 0, 7, 8, 0, 0, 8, 0, 9, 10, 0, 0, 11, 0,
40 0, 12, 13, 14, 15, 16, 16, 16, 17, 16, 16, 16, 18, 19, 20, 21,
41 22, 23, 0, 0, 0, 24, 0, 0, 25, 0, 26, 0, 0, 27, 0, 0,
42 28, 0, 0, 0, 16, 16, 16, 16, 29, 9, 0, 30, 31, 32, 16, 33,
43 34, 35, 36, 16, 16, 16, 16, 37, 16, 38, 39, 16, 16, 16, 40, 0,
44 0, 0, 0, 41, 0, 0, 42, 16, 43, 0, 44, 0, 45, 46, 16, 16,
45 47, 48, 49, 16, 16, 16, 16, 38, 0, 0, 0, 0, 0, 66, 0, 0,
46 0, 0, 0, 16, 0, 2, 0, 0, 4, 0, 0, 2, 0, 0,240, 3,
47 0, 6, 0, 0, 0, 0, 0, 12, 0, 1, 0, 0, 0,128, 0, 0,
48 0,254, 15, 7, 4, 0, 0, 0, 0, 12, 64, 0, 1, 0, 0, 0,
49 0, 0, 0,120,191,255,247,255,255,255,255,255, 63, 0,255,255,
50 63,255, 87, 32, 2, 1, 24, 0,144, 80,184, 0,248, 0, 0, 0,
51 0, 0,224, 0, 2, 0, 1,128, 0, 0, 48, 0,224, 0, 0, 24,
52 0, 0, 33, 0, 0, 0, 1, 32, 0, 0,128, 2, 0,224, 0, 0,
53 0,240, 3,192, 0, 64,254, 7, 0,224,255,255, 63, 0, 0, 0,
54 254,255, 0, 4, 0,128,252,247, 0,254,255,255,255,255,255, 7,
55 255,255,255, 63,192,255,255,255,255,255, 0, 0, 0, 0,240,255,
56 0, 0,224,255, 0,240, 0, 0, 0,255, 0,252, 0,255, 0, 0,
57 0,192,255,255, 0,240,255,255,255,255,255,247,191,255,255,255,
58};
59
60static inline unsigned
61_hb_emoji_b4 (const uint8_t* a, unsigned i)
62{
63 return (a[i>>1]>>((i&1u)<<2))&15u;
64}
65static inline unsigned
66_hb_emoji_b1 (const uint8_t* a, unsigned i)
67{
68 return (a[i>>3]>>((i&7u)<<0))&1u;
69}
70static inline uint_fast8_t
71_hb_emoji_is_Extended_Pictographic (unsigned u)
72{
73 return u<131070u?_hb_emoji_b1(264+_hb_emoji_u8,((_hb_emoji_u8[144+(((_hb_emoji_u8[64+(((_hb_emoji_b4(_hb_emoji_u8,u>>5>>2>>3))<<3)+((u>>5>>2)&7u))])<<2)+((u>>5)&3u))])<<5)+((u)&31u)):0;
74}
75
76
77#endif /* HB_UNICODE_EMOJI_TABLE_HH */
78
79/* == End of generated table == */
80