Searched refs:utf8_table2 (Results 1 – 5 of 5) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_ord2utf.c | 95 *buffer = PRIV(utf8_table2)[i] | cvalue; in PRIV()
|
D | pcre2_internal.h | 1864 extern const int PRIV(utf8_table2)[];
|
D | pcre2grep.c | 508 const int utf8_table2[] = { 0, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc}; variable 576 *utf8bytes = utf8_table2[i] | value; in ord2utf8()
|
D | pcre2_tables.c | 108 const int PRIV(utf8_table2)[] = { 0, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc}; variable
|
D | pcre2test.c | 3106 *utf8bytes = utf8_table2[i] | cvalue; in ord2utf8()
|