Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c6453 const sljit_u32 *other_cases; in compile_xclass_matchingpath() local
6499 other_cases = PRIV(ucd_caseless_sets) + cc[1]; in compile_xclass_matchingpath()
6500 while (*other_cases != NOTACHAR) in compile_xclass_matchingpath()
6502 if (*other_cases > max) max = *other_cases; in compile_xclass_matchingpath()
6503 if (*other_cases < min) min = *other_cases; in compile_xclass_matchingpath()
6504 other_cases++; in compile_xclass_matchingpath()
6846 other_cases = PRIV(ucd_caseless_sets) + cc[1]; in compile_xclass_matchingpath()
6850 …SLJIT_ASSERT(other_cases[0] != NOTACHAR && other_cases[1] != NOTACHAR && other_cases[2] != NOTACHA… in compile_xclass_matchingpath()
6851 SLJIT_ASSERT(other_cases[0] < other_cases[1] && other_cases[1] < other_cases[2]); in compile_xclass_matchingpath()
6854 if (is_powerof2(other_cases[1] ^ other_cases[0])) in compile_xclass_matchingpath()
[all …]