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

  /external/pcre/dist2/src/
pcre2_valid_utf.c 155 ab = PRIV(utf8_table4)[c & 0x3f]; /* Number of additional bytes (1-5) */
pcre2_printint.c 143 int a = PRIV(utf8_table4)[c & 0x3f]; /* Number of additional bytes */
pcre2_tables.c 114 const uint8_t PRIV(utf8_table4)[] = {
pcre2grep.c 432 const char utf8_table4[] = { variable
    [all...]
pcre2_jit_compile.c     [all...]
pcre2_intmodedep.h 286 #define GET_EXTRALEN(c) (PRIV(utf8_table4)[(c) & 0x3fu])
    [all...]
pcre2_internal.h     [all...]

Completed in 111 milliseconds