| 1 | // Converted from http://www.unicode.org/Public/UCD/latest/ucd/Blocks.txt by block_scripts.l |
| 2 | #include <reflex/unicode.h> |
| 3 | void reflex::Unicode::Tables::block_scripts(void) |
| 4 | { |
| 5 | static const int IsAdlam[] = { 125184, 125279, 0, 0 }; |
| 6 | range["IsAdlam"] = IsAdlam; |
| 7 | static const int IsAegeanNumbers[] = { 65792, 65855, 0, 0 }; |
| 8 | range["IsAegeanNumbers"] = IsAegeanNumbers; |
| 9 | static const int IsAhom[] = { 71424, 71503, 0, 0 }; |
| 10 | range["IsAhom"] = IsAhom; |
| 11 | static const int IsAlchemicalSymbols[] = { 128768, 128895, 0, 0 }; |
| 12 | range["IsAlchemicalSymbols"] = IsAlchemicalSymbols; |
| 13 | static const int IsAlphabeticPresentationForms[] = { 64256, 64335, 0, 0 }; |
| 14 | range["IsAlphabeticPresentationForms"] = IsAlphabeticPresentationForms; |
| 15 | static const int IsAnatolianHieroglyphs[] = { 82944, 83583, 0, 0 }; |
| 16 | range["IsAnatolianHieroglyphs"] = IsAnatolianHieroglyphs; |
| 17 | static const int IsAncientGreekMusicalNotation[] = { 119296, 119375, 0, 0 }; |
| 18 | range["IsAncientGreekMusicalNotation"] = IsAncientGreekMusicalNotation; |
| 19 | static const int IsAncientGreekNumbers[] = { 65856, 65935, 0, 0 }; |
| 20 | range["IsAncientGreekNumbers"] = IsAncientGreekNumbers; |
| 21 | static const int IsAncientSymbols[] = { 65936, 65999, 0, 0 }; |
| 22 | range["IsAncientSymbols"] = IsAncientSymbols; |
| 23 | static const int IsArabic[] = { 1536, 1791, 0, 0 }; |
| 24 | range["IsArabic"] = IsArabic; |
| 25 | static const int IsArabicExtended_A[] = { 2208, 2303, 0, 0 }; |
| 26 | range["IsArabicExtended-A"] = IsArabicExtended_A; |
| 27 | static const int IsArabicExtended_B[] = { 2160, 2207, 0, 0 }; |
| 28 | range["IsArabicExtended-B"] = IsArabicExtended_B; |
| 29 | static const int IsArabicExtended_C[] = { 69312, 69375, 0, 0 }; |
| 30 | range["IsArabicExtended-C"] = IsArabicExtended_C; |
| 31 | static const int IsArabicMathematicalAlphabeticSymbols[] = { 126464, 126719, 0, 0 }; |
| 32 | range["IsArabicMathematicalAlphabeticSymbols"] = IsArabicMathematicalAlphabeticSymbols; |
| 33 | static const int IsArabicPresentationForms_A[] = { 64336, 65023, 0, 0 }; |
| 34 | range["IsArabicPresentationForms-A"] = IsArabicPresentationForms_A; |
| 35 | static const int IsArabicPresentationForms_B[] = { 65136, 65279, 0, 0 }; |
| 36 | range["IsArabicPresentationForms-B"] = IsArabicPresentationForms_B; |
| 37 | static const int IsArabicSupplement[] = { 1872, 1919, 0, 0 }; |
| 38 | range["IsArabicSupplement"] = IsArabicSupplement; |
| 39 | static const int IsArmenian[] = { 1328, 1423, 0, 0 }; |
| 40 | range["IsArmenian"] = IsArmenian; |
| 41 | static const int IsArrows[] = { 8592, 8703, 0, 0 }; |
| 42 | range["IsArrows"] = IsArrows; |
| 43 | static const int IsAvestan[] = { 68352, 68415, 0, 0 }; |
| 44 | range["IsAvestan"] = IsAvestan; |
| 45 | static const int IsBalinese[] = { 6912, 7039, 0, 0 }; |
| 46 | range["IsBalinese"] = IsBalinese; |
| 47 | static const int IsBamum[] = { 42656, 42751, 0, 0 }; |
| 48 | range["IsBamum"] = IsBamum; |
| 49 | static const int IsBamumSupplement[] = { 92160, 92735, 0, 0 }; |
| 50 | range["IsBamumSupplement"] = IsBamumSupplement; |
| 51 | static const int IsBasicLatin[] = { 0, 127, 0, 0 }; |
| 52 | range["IsBasicLatin"] = IsBasicLatin; |
| 53 | static const int IsBassaVah[] = { 92880, 92927, 0, 0 }; |
| 54 | range["IsBassaVah"] = IsBassaVah; |
| 55 | static const int IsBatak[] = { 7104, 7167, 0, 0 }; |
| 56 | range["IsBatak"] = IsBatak; |
| 57 | static const int IsBengali[] = { 2432, 2559, 0, 0 }; |
| 58 | range["IsBengali"] = IsBengali; |
| 59 | static const int IsBhaiksuki[] = { 72704, 72815, 0, 0 }; |
| 60 | range["IsBhaiksuki"] = IsBhaiksuki; |
nothing calls this directly
no outgoing calls
no test coverage detected