Home
last modified time | relevance | path

Searched refs:GETCHARINCTEST (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_match.c2431 GETCHARINCTEST(c, eptr); in match()
2448 GETCHARINCTEST(c, eptr); in match()
2465 GETCHARINCTEST(c, eptr); in match()
2482 GETCHARINCTEST(c, eptr); in match()
2499 GETCHARINCTEST(c, eptr); in match()
2516 GETCHARINCTEST(c, eptr); in match()
2533 GETCHARINCTEST(c, eptr); in match()
2568 GETCHARINCTEST(c, eptr); in match()
2583 GETCHARINCTEST(c, eptr); in match()
2598 GETCHARINCTEST(c, eptr); in match()
[all …]
Dpcre2_intmodedep.h64 #undef GETCHARINCTEST
259 #define GETCHARINCTEST(c, eptr) c = *eptr++; macro
317 #define GETCHARINCTEST(c, eptr) \ macro
415 #define GETCHARINCTEST(c, eptr) \ macro
495 #define GETCHARINCTEST(c, eptr) \ macro
Dpcre2_substitute.c659 GETCHARINCTEST(ch, subptr); in pcre2_substitute()
759 GETCHARINCTEST(ch, ptr); /* Get character value, increment pointer */ in pcre2_substitute()
Dpcre2_auto_possess.c387 GETCHARINCTEST(chr, code); in get_chr_property_list()
395 GETCHARINCTEST(chr, code); in get_chr_property_list()
Dpcre2_jit_compile.c5515 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath()
5525 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath()
5527 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath()
5691 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath()
5696 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath()
5697 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath()
5757 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath()
5781 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath()
5783 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath()
Dpcre2_compile.c1846 GETCHARINCTEST(c, ptr); /* Get character value, increment pointer */ in PRIV()