Home
last modified time | relevance | path

Searched refs:CHAR_a (Results 1 – 4 of 4) sorted by last modified time

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c284 (c >= CHAR_a && c <= CHAR_f) || in PRIV()
H A Dpcre2_internal.h768 #define CHAR_a 'a' macro
1065 #define CHAR_a '\141' macro
H A Dpcre2_compile.c560 #define ESCAPES_FIRST CHAR_a
2092 if (c >= CHAR_a && c <= CHAR_z) c = UPPER_CASE(c); in PRIV()
4245 case CHAR_a: in parse_regex()
H A Dpcre2_convert.c492 if (c < CHAR_a || c > CHAR_z) break; in convert_glob_parse_class()

Completed in 43 milliseconds