Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h751 #define CHAR_a 'a' macro
1041 #define CHAR_a '\141' macro
Dpcre2_convert.c493 if (c < CHAR_a || c > CHAR_z) break; in convert_glob_parse_class()
Dpcre2_compile.c558 #define ESCAPES_FIRST CHAR_a
1990 if (c >= CHAR_a && c <= CHAR_z) c = UPPER_CASE(c); in PRIV()