HomeSort by relevance Sort by last modified time
    Searched full:utf8_table4 (Results 1 - 6 of 6) sorted by null

  /external/pcre/dist/
pcre_valid_utf8.c 137 ab = PRIV(utf8_table4)[c & 0x3f]; /* Number of additional bytes */
pcre_printint.c 144 int a = PRIV(utf8_table4)[c & 0x3f]; /* Number of additional bytes */
pcre_tables.c 95 const pcre_uint8 PRIV(utf8_table4)[] = {
pcregrep.c 415 const char utf8_table4[] = { variable
    [all...]
pcre_jit_compile.c     [all...]
pcre_internal.h 703 #define GET_EXTRALEN(c) (PRIV(utf8_table4)[(c) & 0x3f])
    [all...]

Completed in 4566 milliseconds