Searched refs:GETCHARINCTEST (Results 1 – 4 of 4) sorted by relevance
/external/pcre/dist/ |
D | pcre_exec.c | 2353 GETCHARINCTEST(c, eptr); in match() 2370 GETCHARINCTEST(c, eptr); in match() 2387 GETCHARINCTEST(c, eptr); in match() 2404 GETCHARINCTEST(c, eptr); in match() 2421 GETCHARINCTEST(c, eptr); in match() 2438 GETCHARINCTEST(c, eptr); in match() 2455 GETCHARINCTEST(c, eptr); in match() 2490 GETCHARINCTEST(c, eptr); in match() 2505 GETCHARINCTEST(c, eptr); in match() 2520 GETCHARINCTEST(c, eptr); in match() [all …]
|
D | pcre_internal.h | 616 #define GETCHARINCTEST(c, eptr) c = *eptr++; macro 734 #define GETCHARINCTEST(c, eptr) \ macro 859 #define GETCHARINCTEST(c, eptr) \ macro 929 #define GETCHARINCTEST(c, eptr) \ macro
|
D | pcre_compile.c | 1015 GETCHARINCTEST(c, ptr); /* Get character value, increment pointer */ in check_escape() 2994 GETCHARINCTEST(chr, code); in get_chr_property_list() 3002 GETCHARINCTEST(chr, code); in get_chr_property_list()
|
D | pcre_jit_compile.c | 4817 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 4827 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 4829 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 5014 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 5038 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath() 5040 GETCHARINCTEST(c, cc); in compile_xclass_matchingpath()
|