Searched refs:GETCHARINCTEST (Results 1 – 7 of 7) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_match.c | 1475 GETCHARINCTEST(Lc, Fecode); in match() 2080 GETCHARINCTEST(fc, Feptr); in match() 2103 GETCHARINCTEST(fc, Feptr); in match() 2170 GETCHARINCTEST(fc, Feptr); in match() 2182 GETCHARINCTEST(fc, Feptr); in match() 2194 GETCHARINCTEST(fc, Feptr); in match() 2206 GETCHARINCTEST(fc, Feptr); in match() 2218 GETCHARINCTEST(fc, Feptr); in match() 2230 GETCHARINCTEST(fc, Feptr); in match() 2242 GETCHARINCTEST(fc, Feptr); in match() [all …]
|
D | pcre2_intmodedep.h | 65 #undef GETCHARINCTEST 265 #define GETCHARINCTEST(c, eptr) c = *eptr++; macro 323 #define GETCHARINCTEST(c, eptr) \ macro 421 #define GETCHARINCTEST(c, eptr) \ macro 501 #define GETCHARINCTEST(c, eptr) \ macro
|
D | pcre2_convert.c | 645 GETCHARINCTEST(c, pattern); in convert_glob_parse_range() 693 GETCHARINCTEST(c, pattern); in convert_glob_parse_range() 700 GETCHARINCTEST(c, pattern); in convert_glob_parse_range() 724 GETCHARINCTEST(c, pattern); in convert_glob_parse_range()
|
D | pcre2_substitute.c | 689 GETCHARINCTEST(ch, subptr); in pcre2_substitute() 789 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_compile.c | 1427 GETCHARINCTEST(c, ptr); /* Get character value, increment pointer */ in PRIV() 2383 GETCHARINCTEST(c, ptr); in parse_regex() 2436 GETCHARINCTEST(c, ptr); in parse_regex() 2721 GETCHARINCTEST(c, ptr); /* Get character value, increment pointer */ in parse_regex() 3061 GETCHARINCTEST(c, ptr); in parse_regex() 3283 GETCHARINCTEST(c, ptr); /* Get character value, increment pointer */ in parse_regex() 3424 GETCHARINCTEST(c, ptr); in parse_regex()
|
D | pcre2_jit_compile.c | 6474 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 6484 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 6486 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 6660 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 6665 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 6666 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 6726 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 6750 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 6752 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath()
|