Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2411 static unsigned int char_get_othercase_bit(compiler_common *common, pcre_uchar *cc) in char_get_othercase_bit() function
4617 othercasebit = char_get_othercase_bit(common, cc); in byte_sequence_compare()
5671 …OMPILE && (type == OP_CHAR || !char_has_othercase(common, cc) || char_get_othercase_bit(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 28 milliseconds