Searched refs:utf8_table2 (Results 1 – 7 of 7) sorted by relevance
/third_party/pcre2/pcre2/maint/ |
D | utf8.c | 64 static const int utf8_table2[] = { variable 99 *buffer = utf8_table2[i] | cvalue; in ord2utf8()
|
D | ucptest.c | 214 static const int utf8_table2[] = { variable 281 *buffer = utf8_table2[i] | cvalue; in ord2utf8()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_ord2utf.c | 95 *buffer = PRIV(utf8_table2)[i] | cvalue; in PRIV()
|
D | pcre2_tables.c | 108 const int PRIV(utf8_table2)[] = { 0, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc}; variable
|
D | pcre2grep.c | 500 const int utf8_table2[] = { 0, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc}; variable 568 *utf8bytes = utf8_table2[i] | value; in ord2utf8()
|
D | pcre2_internal.h | 1906 extern const int PRIV(utf8_table2)[];
|
D | pcre2test.c | 3117 *utf8bytes = utf8_table2[i] | cvalue; in ord2utf8()
|