Searched refs:charpos_othercasebit (Results 1 – 1 of 1) sorted by relevance
11445 unsigned int charpos_othercasebit; in compile_iterator_matchingpath() local11629 charpos_othercasebit = 0; 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()11686 if (charpos_othercasebit != 0) in compile_iterator_matchingpath()[all …]
Completed in 37 milliseconds