Lines Matching refs:charpos_othercasebit
11214 unsigned int charpos_othercasebit; in compile_iterator_matchingpath() local
11398 charpos_othercasebit = 0; in compile_iterator_matchingpath()
11409 charpos_othercasebit = char_get_othercase_bit(common, end + 1); in compile_iterator_matchingpath()
11410 if (charpos_othercasebit == 0) in compile_iterator_matchingpath()
11420 SLJIT_ASSERT((charpos_othercasebit >> 8) == 0); in compile_iterator_matchingpath()
11422 SLJIT_ASSERT((charpos_othercasebit >> 9) == 0); in compile_iterator_matchingpath()
11423 if ((charpos_othercasebit & 0x100) != 0) in compile_iterator_matchingpath()
11424 charpos_othercasebit = (charpos_othercasebit & 0xff) << 8; in compile_iterator_matchingpath()
11426 if (charpos_othercasebit != 0) in compile_iterator_matchingpath()
11427 charpos_char |= charpos_othercasebit; in compile_iterator_matchingpath()
11431 BACKTRACK_AS(char_iterator_backtrack)->u.charpos.othercasebit = charpos_othercasebit; in compile_iterator_matchingpath()
11455 if (charpos_othercasebit != 0) in compile_iterator_matchingpath()
11456 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, SLJIT_IMM, charpos_othercasebit); in compile_iterator_matchingpath()
11477 if (charpos_othercasebit != 0) in compile_iterator_matchingpath()
11478 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, SLJIT_IMM, charpos_othercasebit); in compile_iterator_matchingpath()