Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_extuni.c112 if (utf) BACKCHAR(bptr); in PRIV()
121 BACKCHAR(bptr); in PRIV()
Dpcre2_intmodedep.h55 #undef BACKCHAR
346 #define BACKCHAR(eptr) while((*eptr & 0xc0u) == 0x80u) eptr-- macro
452 #define BACKCHAR(eptr) if ((*eptr & 0xfc00u) == 0xdc00u) eptr-- macro
525 #define BACKCHAR(eptr) do { } while (0) macro
Dpcre2_newline.c178 BACKCHAR(ptr); in PRIV()
Dpcre2_match.c1227 BACKCHAR(Feptr); in match()
1604 BACKCHAR(Feptr); in match()
1742 BACKCHAR(Feptr); in match()
1974 BACKCHAR(Feptr); in match()
2143 if (utf) BACKCHAR(Feptr); in match()
4022 if (utf) BACKCHAR(Feptr); in match()
4072 BACKCHAR(Feptr); in match()
4083 BACKCHAR(fptr); in match()
4338 BACKCHAR(Feptr); in match()
5415 BACKCHAR(Feptr); in match()
[all …]
Dpcre2_dfa_match.c1097 if (utf) { BACKCHAR(temp); } in internal_dfa_match()
Dpcre2_compile.c6490 BACKCHAR(lastchar); in compile_branch()
Dpcre2_jit_compile.c7256 BACKCHAR(bptr); in do_extuni_utf()
/external/pcre/dist2/
DChangeLog314 27. Tidied up the ACROSSCHAR macro to be like FORWARDCHAR and BACKCHAR, using a