Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c7520 const sljit_u32 *other_cases; in compile_xclass_matchingpath() local
7566 other_cases = PRIV(ucd_caseless_sets) + cc[1]; in compile_xclass_matchingpath()
7567 while (*other_cases != NOTACHAR) in compile_xclass_matchingpath()
7569 if (*other_cases > max) max = *other_cases; in compile_xclass_matchingpath()
7570 if (*other_cases < min) min = *other_cases; in compile_xclass_matchingpath()
7571 other_cases++; in compile_xclass_matchingpath()
8093 other_cases = PRIV(ucd_caseless_sets) + cc[1]; in compile_xclass_matchingpath()
8097 SLJIT_ASSERT(other_cases[ in compile_xclass_matchingpath()
[all...]

Completed in 10 milliseconds