Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_substitute.c90 if (ptr[0] == CHAR_BACKSLASH && ptr < ptrend - 1 && ptr[1] == CHAR_E) in find_text_end()
434 if (ptr[0] == CHAR_BACKSLASH && ptr < repend - 1 && ptr[1] == CHAR_E) in pcre2_substitute()
Dpcre2_internal.h715 #define CHAR_E 'E' macro
987 #define CHAR_E '\105' macro
Dpcre2_compile.c2443 if (c == CHAR_BACKSLASH && ptr < ptrend && *ptr == CHAR_E) in parse_regex()
2562 if (*ptr == CHAR_Q || *ptr == CHAR_E) in parse_regex()
3064 if (ptr < ptrend && *ptr == CHAR_E) ptr++; in parse_regex()
3112 if (c == CHAR_BACKSLASH && ptr < ptrend && *ptr == CHAR_E) in parse_regex()