Lines Matching defs:caseless
2622 MINUPTO, and POSUPTO and their caseless and negative versions may be
4146 /* If caseless matching is required, scan the range and process alternate
4469 or zero, according to the current setting of the caseless flag. The
4933 /* If matching is caseless, upper and lower are converted to
5344 /* For caseless UTF-8 mode when UCP support is available, check
7406 caseless checking of required bytes.
7915 /* For caseless UTF-8 mode when UCP support is available, check whether
9373 if (firstcharflags >= 0) /* Remove caseless flag for non-caseable chars */
9411 variable length item in the regex. Remove the caseless flag for non-caseable
9459 const char *caseless =
9460 ((re->flags & PCRE_FCH_CASELESS) == 0)? "" : " (caseless)";
9461 if (PRINTABLE(ch)) printf("First char = %c%s\n", ch, caseless);
9462 else printf("First char = \\x%02x%s\n", ch, caseless);
9468 const char *caseless =
9469 ((re->flags & PCRE_RCH_CASELESS) == 0)? "" : " (caseless)";
9470 if (PRINTABLE(ch)) printf("Req char = %c%s\n", ch, caseless);
9471 else printf("Req char = \\x%02x%s\n", ch, caseless);