Lines Matching refs:charpos_othercasebit
11445 unsigned int charpos_othercasebit; in compile_iterator_matchingpath() local
11629 charpos_othercasebit = 0; in compile_iterator_matchingpath()
11640 charpos_othercasebit = char_get_othercase_bit(common, end + 1); in compile_iterator_matchingpath()
11641 if (charpos_othercasebit == 0) in compile_iterator_matchingpath()
11651 SLJIT_ASSERT((charpos_othercasebit >> 8) == 0); in compile_iterator_matchingpath()
11653 SLJIT_ASSERT((charpos_othercasebit >> 9) == 0); in compile_iterator_matchingpath()
11654 if ((charpos_othercasebit & 0x100) != 0) in compile_iterator_matchingpath()
11655 charpos_othercasebit = (charpos_othercasebit & 0xff) << 8; in compile_iterator_matchingpath()
11657 if (charpos_othercasebit != 0) in compile_iterator_matchingpath()
11658 charpos_char |= charpos_othercasebit; in compile_iterator_matchingpath()
11662 BACKTRACK_AS(char_iterator_backtrack)->u.charpos.othercasebit = charpos_othercasebit; in compile_iterator_matchingpath()
11686 if (charpos_othercasebit != 0) in compile_iterator_matchingpath()
11687 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, SLJIT_IMM, charpos_othercasebit); in compile_iterator_matchingpath()
11708 if (charpos_othercasebit != 0) in compile_iterator_matchingpath()
11709 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, SLJIT_IMM, charpos_othercasebit); in compile_iterator_matchingpath()