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.c1228 BACKCHAR(Feptr); in match()
1605 BACKCHAR(Feptr); in match()
1743 BACKCHAR(Feptr); in match()
1975 BACKCHAR(Feptr); in match()
2144 if (utf) BACKCHAR(Feptr); in match()
4023 if (utf) BACKCHAR(Feptr); in match()
4073 BACKCHAR(Feptr); in match()
4084 BACKCHAR(fptr); in match()
4339 BACKCHAR(Feptr); in match()
5417 BACKCHAR(Feptr); in match()
[all …]
Dpcre2_dfa_match.c1104 if (utf) { BACKCHAR(temp); } in internal_dfa_match()
Dpcre2_compile.c6784 BACKCHAR(lastchar); in compile_branch()
Dpcre2_jit_compile.c8439 BACKCHAR(bptr); in do_extuni_utf()
/external/pcre/dist2/
DChangeLog470 27. Tidied up the ACROSSCHAR macro to be like FORWARDCHAR and BACKCHAR, using a