Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3442 static SLJIT_INLINE BOOL char_has_othercase(compiler_common *common, PCRE2_SPTR cc) in char_has_othercase() function
5707 if (caseless && char_has_othercase(common, cc)) in scan_prefix()
7171 if (caseless && char_has_othercase(common, cc)) in byte_sequence_compare()
8649 if (type == OP_CHAR || !char_has_othercase(common, cc) || char_get_othercase_bit(common, cc) != 0) in compile_char1_matchingpath()
8672 SLJIT_ASSERT(type == OP_CHARI && char_has_othercase(common, cc)); in compile_char1_matchingpath()
8710 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
8736 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
8854 if (char_has_othercase(common, cc + 1) && char_get_othercase_bit(common, cc + 1) == 0) in compile_charn_matchingpath()
8861 if (char_has_othercase(common, cc + 1) && char_get_othercase_bit(common, cc + 1) == 0) in compile_charn_matchingpath()
11330 if (charpos_enabled && *end == OP_CHARI && char_has_othercase(common, end + 1)) in compile_iterator_matchingpath()

Completed in 39 milliseconds