Searched refs:utf8_table3 (Results 1 – 5 of 5) sorted by relevance
/external/pcre/dist/ |
D | pcregrep.c | 413 const int utf8_table3[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01}; variable 1172 c = (c & utf8_table3[extra]) << gcss; in end_of_line() 1216 c = (c & utf8_table3[extra]) << gcss; in end_of_line() 1324 c = (c & utf8_table3[extra]) << gcss; in previous_line()
|
D | pcre_printint.c | 146 c = (c & PRIV(utf8_table3)[a]) << s; in print_char()
|
D | pcre_tables.c | 90 const int PRIV(utf8_table3)[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01}; variable
|
D | pcre_internal.h | 2648 extern const int PRIV(utf8_table3)[];
|
D | pcretest.c | 1598 d = (c & utf8_table3[i]) << s; in utf82ord()
|