Searched refs:charpos_char (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 8812 PCRE2_UCHAR charpos_char; in compile_iterator_matchingpath() local 8924 charpos_char = 0; in compile_iterator_matchingpath() 8942 charpos_char = end[1]; in compile_iterator_matchingpath() 8953 charpos_char |= charpos_othercasebit; in compile_iterator_matchingpath() 8956 BACKTRACK_AS(char_iterator_backtrack)->u.charpos.chr = charpos_char; in compile_iterator_matchingpath() 8983 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, charpos_char, label); in compile_iterator_matchingpath() 9006 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, charpos_char, label); in compile_iterator_matchingpath() 9011 jump = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, charpos_char); in compile_iterator_matchingpath()
|