Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c4610 pcre_uchar *othercasechar = NULL; in byte_sequence_compare() local
4621 othercasechar = cc + (othercasebit >> 8); in byte_sequence_compare()
4628 othercasechar = cc + (othercasebit >> 9); in byte_sequence_compare()
4673 if (othercasebit != 0 && othercasechar == cc) in byte_sequence_compare()
4738 if (othercasebit != 0 && othercasechar == cc) in byte_sequence_compare()

Completed in 37 milliseconds