Home | History | Annotate | Download | only in pcre

Lines Matching refs:othercase

253             int othercase = jsc_pcre_ucp_othercase(c);
255 if (c != d && othercase != d)
450 int othercase; /* Declare here to avoid errors during jumps */
1190 othercase = md.ignoreCase ? jsc_pcre_ucp_othercase(stack.currentFrame->locals.fc) : -1;
1193 if (*stack.currentFrame->args.subjectPtr != stack.currentFrame->locals.fc && *stack.currentFrame->args.subjectPtr != othercase)
1202 stack.currentFrame->locals.repeatOthercase = othercase;
1219 if (*stack.currentFrame->args.subjectPtr != stack.currentFrame->locals.fc && *stack.currentFrame->args.subjectPtr != othercase)
1233 /* No case on surrogate pairs, so no need to bother with "othercase". */