Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c599 #define IN_UCHARS(x) (x) macro
603 #define IN_UCHARS(x) ((x) * 2) macro
607 #define IN_UCHARS(x) ((x) * 4) macro

Completed in 59 milliseconds