Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3474 static unsigned int char_get_othercase_bit(compiler_common *common, PCRE2_SPTR cc) in char_get_othercase_bit() function
7250 othercasebit = char_get_othercase_bit(common, cc); in byte_sequence_compare()
8726 if (type == OP_CHAR || !char_has_othercase(common, cc) || char_get_othercase_bit(common, cc) != 0) in compile_char1_matchingpath()
8931 if (char_has_othercase(common, cc + 1) && char_get_othercase_bit(common, cc + 1) == 0) in compile_charn_matchingpath()
8938 if (char_has_othercase(common, cc + 1) && char_get_othercase_bit(common, cc + 1) == 0) in compile_charn_matchingpath()
11409 charpos_othercasebit = char_get_othercase_bit(common, end + 1); in compile_iterator_matchingpath()

Completed in 30 milliseconds