Searched defs:IN_UCHARS (Results 1 - 1 of 1) sorted by relevance
/third_party/pcre2/pcre2/src/ | ||
H A D | pcre2_jit_compile.c | 599 #define IN_UCHARS(x) (x) macro 603 #define IN_UCHARS(x) ((x) * 2) macro 607 #define IN_UCHARS(x) ((x) * 4) macro [all...] |
Completed in 11 milliseconds