Home
last modified time | relevance | path

Searched refs:BACKCHAR (Results 1 – 5 of 5) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_intmodedep.h55 #undef BACKCHAR
340 #define BACKCHAR(eptr) while((*eptr & 0xc0u) == 0x80u) eptr-- macro
446 #define BACKCHAR(eptr) if ((*eptr & 0xfc00u) == 0xdc00u) eptr-- macro
519 #define BACKCHAR(eptr) do { } while (0) macro
Dpcre2_newline.c178 BACKCHAR(ptr); in PRIV()
Dpcre2_match.c1715 BACKCHAR(eptr); in match()
2276 BACKCHAR(lastptr); in match()
3164 BACKCHAR(eptr); in match()
3322 if (utf) BACKCHAR(eptr); in match()
3596 BACKCHAR(eptr); in match()
3997 BACKCHAR(eptr); in match()
4136 BACKCHAR(eptr); in match()
5711 if (utf) BACKCHAR(eptr); in match()
5770 BACKCHAR(eptr); in match()
5781 BACKCHAR(fptr); in match()
[all …]
Dpcre2_dfa_match.c956 if (utf) { BACKCHAR(temp); } in internal_dfa_match()
Dpcre2_compile.c5209 BACKCHAR(lastchar); in compile_branch()