Home
last modified time | relevance | path

Searched refs:CHAR_z (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_convert.c493 if (c < CHAR_a || c > CHAR_z) break; in convert_glob_parse_class()
1013 out.out_str[1] = CHAR_z; in convert_glob()
H A Dpcre2_internal.h768 #define CHAR_z 'z' macro
1040 #define CHAR_z '\172' macro
H A Dpcre2_compile.c487 #define ESCAPES_LAST CHAR_z
1864 if (c >= CHAR_a && c <= CHAR_z) c = UPPER_CASE(c); in PRIV()
5519 (d <= CHAR_z) == (d <= CHAR_z)) in compile_branch()
5521 uint32_t uc = (d <= CHAR_z)? 0 : 64; in compile_branch()

Completed in 44 milliseconds