Home
last modified time | relevance | path

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

/PHP-7.4/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.h776 #define CHAR_z 'z' macro
1066 #define CHAR_z '\172' macro
H A Dpcre2_compile.c506 #define ESCAPES_LAST CHAR_z
1990 if (c >= CHAR_a && c <= CHAR_z) c = UPPER_CASE(c); in PRIV()
5929 (c <= CHAR_z) == (d <= CHAR_z)) in compile_branch()
5931 uint32_t uc = (d <= CHAR_z)? 0 : 64; in compile_branch()

Completed in 37 milliseconds