Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_substitute.c91 if (ptr[0] == CHAR_BACKSLASH && ptr < ptrend - 1 && ptr[1] == CHAR_E) in find_text_end()
503 if (ptr[0] == CHAR_BACKSLASH && ptr < repend - 1 && ptr[1] == CHAR_E) in pcre2_substitute()
Dpcre2_internal.h723 #define CHAR_E 'E' macro
1013 #define CHAR_E '\105' macro
Dpcre2_compile.c2614 if (c == CHAR_BACKSLASH && ptr < ptrend && *ptr == CHAR_E) in parse_regex()
2748 if (*ptr == CHAR_Q || *ptr == CHAR_E) in parse_regex()
3272 if (ptr < ptrend && *ptr == CHAR_E) ptr++; in parse_regex()
3320 if (c == CHAR_BACKSLASH && ptr < ptrend && *ptr == CHAR_E) in parse_regex()