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

  /external/pcre/dist/
pcregrep.c 413 const int utf8_table3[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01}; variable
    [all...]
pcre_printint.c 146 c = (c & PRIV(utf8_table3)[a]) << s;
pcre_tables.c 90 const int PRIV(utf8_table3)[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01};
pcretest.c     [all...]

Completed in 3407 milliseconds