HomeSort by relevance Sort by last modified time
    Searched refs:caseless (Results 1 - 7 of 7) sorted by null

  /external/pcre/dist/
pcre_study.c 578 corresponding bit for the other version of a letter if we are caseless. In
579 UTF-8 mode, for characters greater than 127, we can only do the caseless thing
585 caseless the caseless flag
593 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless,
606 if (caseless)
622 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
630 caseless = FALSE;
639 if (caseless)
653 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c])
    [all...]
pcre_dfa_exec.c 641 BOOL caseless = FALSE; local
    [all...]
pcrecpp.h 200 // bool caseless(),
240 // CASELESS(), UTF8(), MULTILINE(), DOTALL(), EXTENDED()
385 bool caseless() const { function in class:pcrecpp::RE_Options
469 static inline RE_Options CASELESS() {
pcre_exec.c 149 the length passed is zero. Note that in caseless UTF-8 mode, the number of
157 caseless TRUE if caseless
166 BOOL caseless)
192 /* Separate the caseless case for speed. In UTF-8 mode we can only do this
196 if (caseless)
527 BOOL caseless; local
    [all...]
pcretest.c 4285 const char *caseless = local
4309 const char *caseless = local
    [all...]
pcre_compile.c 9455 const char *caseless = local
9464 const char *caseless = local
    [all...]
pcre_jit_compile.c 3188 BOOL last, any, caseless; local
    [all...]

Completed in 322 milliseconds