Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c11214 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()
[all …]