Searched refs:char_has_othercase (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 2368 static SLJIT_INLINE BOOL char_has_othercase(compiler_common *common, pcre_uchar *cc) in char_has_othercase() function 3491 if (caseless && char_has_othercase(common, cc)) in scan_prefix() 4615 if (caseless && char_has_othercase(common, cc)) in byte_sequence_compare() 5671 …if (common->mode == JIT_COMPILE && (type == OP_CHAR || !char_has_othercase(common, cc) || char_get… in compile_char1_matchingpath() 5694 if (type == OP_CHAR || !char_has_othercase(common, cc)) in compile_char1_matchingpath() 5726 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath() 5752 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath() 5888 if (char_has_othercase(common, cc + 1) && char_get_othercase_bit(common, cc + 1) == 0) in compile_charn_matchingpath() 5895 if (char_has_othercase(common, cc + 1) && char_get_othercase_bit(common, cc + 1) == 0) in compile_charn_matchingpath()
|
Completed in 22 milliseconds