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

/external/pcre/
H A Dpcre_study.c448 corresponding bit for the other version of a letter if we are caseless. In
449 UTF-8 mode, for characters greater than 127, we can only do the caseless thing
455 caseless the caseless flag
463 set_table_bit(uschar *start_bits, const uschar *p, BOOL caseless, argument
475 if (caseless)
489 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
581 caseless the current state of the caseless flag
591 set_start_bits(const uschar *code, uschar *start_bits, BOOL caseless, argument
[all...]
H A Dpcrecpp.h200 // bool caseless(),
385 bool caseless() const { function in class:pcrecpp::RE_Options
H A Dpcretest.c1938 ((get_options & PCRE_CASELESS) != 0)? " caseless" : "",
1994 const char *caseless = ((first_char & REQ_CASELESS) == 0)? local
1995 "" : " (caseless)";
1997 fprintf(outfile, "First char = \'%c\'%s\n", ch, caseless);
1999 fprintf(outfile, "First char = %d%s\n", ch, caseless);
2009 const char *caseless = ((need_char & REQ_CASELESS) == 0)? local
2010 "" : " (caseless)";
2012 fprintf(outfile, "Need char = \'%c\'%s\n", ch, caseless);
2014 fprintf(outfile, "Need char = %d%s\n", ch, caseless);
H A Dpcre_compile.c2625 /* For CHARNC (caseless character) we must check the other case. If we have
3019 according to the current setting of the caseless flag. REQ_CASELESS is a bit
3426 /* If matching is caseless, upper and lower are converted to
3814 /* In UTF-8 mode, if the upper limit is > 255, or > 127 for caseless
3867 /* Now record the original range, possibly modified for UCP caseless
3875 caseless matching for UTF-8 characters > 127; we can use the bit map
5656 caseless checking of required bytes.
7231 if (firstbyte >= 0) /* Remove caseless flag for non-caseable chars */
7244 variable length item in the regex. Remove the caseless flag for non-caseable
7268 const char *caseless local
7277 const char *caseless = ((re->req_byte & REQ_CASELESS) == 0)? local
[all...]

Completed in 72 milliseconds