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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c620 corresponding bit for the other version of a letter if we are caseless. In
621 UTF-8 mode, for characters greater than 127, we can only do the caseless thing
627 caseless the caseless flag
635 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, argument
648 if (caseless)
664 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
672 caseless = FALSE;
681 if (caseless)
695 if (caseless
[all...]
H A Dpcre_dfa_exec.c641 BOOL caseless = FALSE; local
2313 caseless = TRUE;
2328 if (caseless)
2362 caseless = TRUE;
2375 if (caseless)
2407 caseless = TRUE;
2420 if (caseless)
2448 caseless = TRUE;
2457 if (caseless)
2487 caseless
[all...]
H A Dpcre_exec.c149 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
2706 caseless = op == OP_DNREFI;
2733 caseless = op == OP_REFI;
2769 if ((length = match_ref(offset, eptr, length, md, caseless)) <
165 match_ref(int offset, register PCRE_PUCHAR eptr, int length, match_data *md, BOOL caseless) argument
[all...]
H A Dpcre_compile.c2674 MINUPTO, and POSUPTO and their caseless and negative versions may be
4211 /* If caseless matching is required, scan the range and process alternate
4538 or zero, according to the current setting of the caseless flag. The
5040 /* If matching is caseless, upper and lower are converted to
5476 /* For caseless UTF-8 mode when UCP support is available, check
8138 /* For caseless UTF-8 mode when UCP support is available, check whether
9606 if (firstcharflags >= 0) /* Remove caseless flag for non-caseable chars */
9644 variable length item in the regex. Remove the caseless flag for non-caseable
9692 const char *caseless = local
9693 ((re->flags & PCRE_FCH_CASELESS) == 0)? "" : " (caseless)";
9701 const char *caseless = local
[all...]

Completed in 83 milliseconds