Searched refs:charpos_othercasebit (Results 1 – 1 of 1) sorted by relevance
8813 unsigned int charpos_othercasebit; in compile_iterator_matchingpath() local8925 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()[all …]