Searched defs:utf8_table2 (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2_tables.c | 108 const int PRIV(utf8_table2)[] = { 0, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc}; variable
|
H A D | pcre2grep.c | 517 const int utf8_table2[] = { 0, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc}; variable
|
/aosp_15_r20/external/pcre/maint/ |
H A D | utf8.c | 64 static const int utf8_table2[] = { variable
|