Lines Matching refs:charpos_othercasebit
8813 unsigned int charpos_othercasebit; in compile_iterator_matchingpath() local
8925 charpos_othercasebit = 0; in compile_iterator_matchingpath()
8935 charpos_othercasebit = char_get_othercase_bit(common, end + 1); in compile_iterator_matchingpath()
8936 if (charpos_othercasebit == 0) in compile_iterator_matchingpath()
8946 SLJIT_ASSERT((charpos_othercasebit >> 8) == 0); in compile_iterator_matchingpath()
8948 SLJIT_ASSERT((charpos_othercasebit >> 9) == 0); in compile_iterator_matchingpath()
8949 if ((charpos_othercasebit & 0x100) != 0) in compile_iterator_matchingpath()
8950 charpos_othercasebit = (charpos_othercasebit & 0xff) << 8; in compile_iterator_matchingpath()
8952 if (charpos_othercasebit != 0) in compile_iterator_matchingpath()
8953 charpos_char |= charpos_othercasebit; in compile_iterator_matchingpath()
8957 BACKTRACK_AS(char_iterator_backtrack)->u.charpos.othercasebit = charpos_othercasebit; in compile_iterator_matchingpath()
8981 if (charpos_othercasebit != 0) in compile_iterator_matchingpath()
8982 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, SLJIT_IMM, charpos_othercasebit); in compile_iterator_matchingpath()
9002 if (charpos_othercasebit != 0) in compile_iterator_matchingpath()
9003 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, SLJIT_IMM, charpos_othercasebit); in compile_iterator_matchingpath()