Home | History | Annotate | Download | only in pcre

Lines Matching refs:utf8_table3

288 const int utf8_table3[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01};
694 c = (c & utf8_table3[extra]) << gcss;
738 c = (c & utf8_table3[extra]) << gcss;
844 c = (c & utf8_table3[extra]) << gcss;