Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c7317 PCRE2_SPTR othercasechar = NULL; in byte_sequence_compare() local
7328 othercasechar = cc + (othercasebit >> 8); in byte_sequence_compare()
7335 othercasechar = cc + (othercasebit >> 9); in byte_sequence_compare()
7380 if (othercasebit != 0 && othercasechar == cc) in byte_sequence_compare()
7445 if (othercasebit != 0 && othercasechar == cc) in byte_sequence_compare()

Completed in 14 milliseconds