Home
last modified time | relevance | path

Searched refs:utf8_table2 (Results 1 – 7 of 7) sorted by relevance

/third_party/pcre2/pcre2/maint/
Dutf8.c64 static const int utf8_table2[] = { variable
99 *buffer = utf8_table2[i] | cvalue; in ord2utf8()
Ducptest.c214 static const int utf8_table2[] = { variable
281 *buffer = utf8_table2[i] | cvalue; in ord2utf8()
/third_party/pcre2/pcre2/src/
Dpcre2_ord2utf.c95 *buffer = PRIV(utf8_table2)[i] | cvalue; in PRIV()
Dpcre2_tables.c108 const int PRIV(utf8_table2)[] = { 0, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc}; variable
Dpcre2grep.c500 const int utf8_table2[] = { 0, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc}; variable
568 *utf8bytes = utf8_table2[i] | value; in ord2utf8()
Dpcre2_internal.h1906 extern const int PRIV(utf8_table2)[];
Dpcre2test.c3117 *utf8bytes = utf8_table2[i] | cvalue; in ord2utf8()