HomeSort by relevance Sort by last modified time
    Searched refs:utf8_table3 (Results 1 - 2 of 2) sorted by null

  /external/pcre/
pcregrep.c 288 const int utf8_table3[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01}; variable
694 c = (c & utf8_table3[extra]) << gcss;
738 c = (c & utf8_table3[extra]) << gcss;
844 c = (c & utf8_table3[extra]) << gcss;
    [all...]
pcretest.c 118 #define _pcre_utf8_table3 utf8_table3
725 d = (c & utf8_table3[i]) << s;
    [all...]

Completed in 23 milliseconds