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

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c4749 const pcre_uint32 *other_cases; local
4794 other_cases = PRIV(ucd_caseless_sets) + cc[1];
4795 while (*other_cases != NOTACHAR)
4797 if (*other_cases > max) max = *other_cases;
4798 if (*other_cases < min) min = *other_cases;
4799 other_cases++;
5086 other_cases = PRIV(ucd_caseless_sets) + cc[1];
5090 SLJIT_ASSERT(other_cases[
[all...]

Completed in 95 milliseconds