Home
last modified time | relevance | path

Searched refs:utf8_table3 (Results 1 – 8 of 8) sorted by relevance

/third_party/pcre2/pcre2/maint/
Dutf8.c67 static const int utf8_table3[] = { variable
166 d = (c & utf8_table3[i]) << s; in utf82ord()
/third_party/pcre2/pcre2/src/
Dpcre2grep.c512 const int utf8_table3[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01}; variable
1516 c = (c & utf8_table3[extra]) << gcss; in end_of_line()
1560 c = (c & utf8_table3[extra]) << gcss; in end_of_line()
1673 c = (c & utf8_table3[extra]) << gcss; in previous_line()
Dpcre2_printint.c145 c = (c & PRIV(utf8_table3)[a]) << s; in print_char()
Dpcre2_internal.h1865 extern const int PRIV(utf8_table3)[];
Dpcre2_tables.c109 const int PRIV(utf8_table3)[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01}; variable
Dpcre2test.c2878 d = (c & utf8_table3[i]) << s; in utf82ord()
/third_party/glib/glib/pcre/
Dpcre_tables.c82 const int PRIV(utf8_table3)[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01}; variable
Dpcre_internal.h2239 extern const int PRIV(utf8_table3)[];