Home
last modified time | relevance | path

Searched refs:charpos_othercasebit (Results 1 - 1 of 1) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c11445 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 ! in compile_iterator_matchingpath()
[all...]

Completed in 16 milliseconds