Home
last modified time | relevance | path

Searched defs:GET_EXTRALEN (Results 1 – 2 of 2) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_intmodedep.h291 #define GET_EXTRALEN(c) (PRIV(utf8_table4)[(c) & 0x3fu]) macro
377 #define GET_EXTRALEN(c) 1 macro
476 #define GET_EXTRALEN(c) (0) macro
/third_party/glib/glib/pcre/
Dpcre_internal.h574 #define GET_EXTRALEN(c) (PRIV(utf8_table4)[(c) & 0x3f]) macro
745 #define GET_EXTRALEN(c) 1 macro