| 1 | // Converted from http://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt by letter_scripts.l |
| 2 | #include <reflex/unicode.h> |
| 3 | void reflex::Unicode::Tables::letter_scripts(void) |
| 4 | { |
| 5 | |
| 6 | // Alnum class has 4744 code points in 213 blocks |
| 7 | static const int Alnum[] = { |
| 8 | 48, 57, |
| 9 | 65, 90, |
| 10 | 97, 122, |
| 11 | 181, 181, |
| 12 | 192, 214, |
| 13 | 216, 246, |
| 14 | 248, 442, |
| 15 | 444, 447, |
| 16 | 452, 452, |
| 17 | 454, 455, |
| 18 | 457, 458, |
| 19 | 460, 497, |
| 20 | 499, 659, |
| 21 | 661, 687, |
| 22 | 880, 883, |
| 23 | 886, 887, |
| 24 | 891, 893, |
| 25 | 895, 895, |
| 26 | 902, 902, |
| 27 | 904, 906, |
| 28 | 908, 908, |
| 29 | 910, 929, |
| 30 | 931, 1013, |
| 31 | 1015, 1153, |
| 32 | 1162, 1327, |
| 33 | 1329, 1366, |
| 34 | 1376, 1416, |
| 35 | 1632, 1641, |
| 36 | 1776, 1785, |
| 37 | 1984, 1993, |
| 38 | 2406, 2415, |
| 39 | 2534, 2543, |
| 40 | 2662, 2671, |
| 41 | 2790, 2799, |
| 42 | 2918, 2927, |
| 43 | 3046, 3055, |
| 44 | 3174, 3183, |
| 45 | 3302, 3311, |
| 46 | 3430, 3439, |
| 47 | 3558, 3567, |
| 48 | 3664, 3673, |
| 49 | 3792, 3801, |
| 50 | 3872, 3881, |
| 51 | 4160, 4169, |
| 52 | 4240, 4249, |
| 53 | 4256, 4293, |
| 54 | 4295, 4295, |
| 55 | 4301, 4301, |
| 56 | 4304, 4346, |
| 57 | 4349, 4351, |
| 58 | 5024, 5109, |
| 59 | 5112, 5117, |
| 60 | 6112, 6121, |
nothing calls this directly
no outgoing calls
no test coverage detected