Searched refs:utf8_table3 (Results 1 – 5 of 5) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2grep.c | 463 const int utf8_table3[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01}; variable 1439 c = (c & utf8_table3[extra]) << gcss; in end_of_line() 1483 c = (c & utf8_table3[extra]) << gcss; in end_of_line() 1596 c = (c & utf8_table3[extra]) << gcss; in previous_line()
|
D | pcre2_printint.c | 145 c = (c & PRIV(utf8_table3)[a]) << s; in print_char()
|
D | pcre2_internal.h | 1812 extern const int PRIV(utf8_table3)[];
|
D | pcre2_tables.c | 109 const int PRIV(utf8_table3)[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01}; variable
|
D | pcre2test.c | 2801 d = (c & utf8_table3[i]) << s; in utf82ord()
|