Searched defs:utf8_table3 (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcregrep.c413 const int utf8_table3[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01}; variable
1172 c = (c & utf8_table3[extra]) << gcss;
1216 c = (c & utf8_table3[extra]) << gcss;
1324 c = (c & utf8_table3[extra]) << gcss;

Completed in 48 milliseconds