Home
last modified time | relevance | path

Searched refs:utf8_table2 (Results 1 – 10 of 10) 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.c173 static const int utf8_table2[] = { variable
205 *buffer = utf8_table2[i] | cvalue; in ord2utf8()
/third_party/glib/glib/pcre/
Dpcre_ord2utf8.c83 *buffer = PRIV(utf8_table2)[i] | cvalue; in PRIV()
Dpcre_tables.c81 const int PRIV(utf8_table2)[] = { 0, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc}; variable
Dpcre_internal.h2238 extern const int PRIV(utf8_table2)[];
/third_party/pcre2/pcre2/src/
Dpcre2_ord2utf.c95 *buffer = PRIV(utf8_table2)[i] | cvalue; in PRIV()
Dpcre2_internal.h1864 extern const int PRIV(utf8_table2)[];
Dpcre2grep.c511 const int utf8_table2[] = { 0, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc}; variable
579 *utf8bytes = utf8_table2[i] | value; in ord2utf8()
Dpcre2_tables.c108 const int PRIV(utf8_table2)[] = { 0, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc}; variable
Dpcre2test.c3109 *utf8bytes = utf8_table2[i] | cvalue; in ord2utf8()