Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h783 #define CHAR_z 'z' macro
1052 #define CHAR_z '\172' macro
Dpcre2_compile.c288 #define ESCAPES_LAST CHAR_z
2235 if (c >= CHAR_a && c <= CHAR_z) c = UPPER_CASE(c); in PRIV()
4825 (c <= CHAR_z) == (d <= CHAR_z)) in compile_branch()
4827 uint32_t uc = (c <= CHAR_z)? 0 : 64; in compile_branch()