Searched refs:GETCHARINCTEST (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_match.c | 2431 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 …]
|
D | pcre2_intmodedep.h | 64 #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
|
D | pcre2_substitute.c | 659 GETCHARINCTEST(ch, subptr); in pcre2_substitute() 759 GETCHARINCTEST(ch, ptr); /* Get character value, increment pointer */ in pcre2_substitute()
|
D | pcre2_auto_possess.c | 387 GETCHARINCTEST(chr, code); in get_chr_property_list() 395 GETCHARINCTEST(chr, code); in get_chr_property_list()
|
D | pcre2_jit_compile.c | 5515 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()
|
D | pcre2_compile.c | 1846 GETCHARINCTEST(c, ptr); /* Get character value, increment pointer */ in PRIV()
|