MCPcopy Create free account
hub / github.com/Genivia/ugrep / language_scripts

Method language_scripts

lib/language_scripts.cpp:3–12084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Converted from http://www.unicode.org/Public/UCD/latest/ucd/Scripts.txt by language_scripts.l
2#include <reflex/unicode.h>
3void reflex::Unicode::Tables::language_scripts(void)
4{
5 static const int ASCII[] = {
6 0, 127,
7 0, 0
8 };
9 range["ASCII"] = ASCII;
10 static const int Adlam[] = {
11 125184, 125259,
12 125264, 125273,
13 125278, 125279,
14 0, 0
15 };
16 range["Adlam"] = Adlam;
17 static const int Ahom[] = {
18 71424, 71450,
19 71453, 71467,
20 71472, 71494,
21 0, 0
22 };
23 range["Ahom"] = Ahom;
24 static const int Anatolian_Hieroglyphs[] = {
25 82944, 83526,
26 0, 0
27 };
28 range["Anatolian_Hieroglyphs"] = Anatolian_Hieroglyphs;
29 static const int Arabic[] = {
30 1536, 1540,
31 1542, 1547,
32 1549, 1562,
33 1564, 1566,
34 1568, 1599,
35 1601, 1610,
36 1622, 1647,
37 1649, 1756,
38 1758, 1791,
39 1872, 1919,
40 2160, 2190,
41 2192, 2193,
42 2200, 2273,
43 2275, 2303,
44 64336, 64450,
45 64467, 64829,
46 64832, 64911,
47 64914, 64967,
48 64975, 64975,
49 65008, 65023,
50 65136, 65140,
51 65142, 65276,
52 69216, 69246,
53 69373, 69375,
54 126464, 126467,
55 126469, 126495,
56 126497, 126498,
57 126500, 126500,
58 126503, 126503,
59 126505, 126514,
60 126516, 126519,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected