Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h751 #define CHAR_a 'a' macro
1041 #define CHAR_a '\141' macro
H A Dpcre2_convert.c493 if (c < CHAR_a || c > CHAR_z) break; in convert_glob_parse_class()
H A Dpcre2_compile.c558 #define ESCAPES_FIRST CHAR_a
1990 if (c >= CHAR_a && c <= CHAR_z) c = UPPER_CASE(c); in PRIV()

Completed in 50 milliseconds