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

/external/pcre/dist/
H A Dpcre_study.c578 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, argument
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
[all...]
H A Dpcrecpp.h200 // bool caseless(),
385 bool caseless() const { function in class:pcrecpp::RE_Options
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
2699 caseless = op == OP_DNREFI;
2726 caseless = op == OP_REFI;
2762 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.c2618 MINUPTO, and POSUPTO and their caseless and negative versions may be
4142 /* If caseless matching is required, scan the range and process alternate
4465 or zero, according to the current setting of the caseless flag. The
4929 /* If matching is caseless, upper and lower are converted to
5340 /* For caseless UTF-8 mode when UCP support is available, check
7402 caseless checking of required bytes.
7911 /* For caseless UTF-8 mode when UCP support is available, check whether
9369 if (firstcharflags >= 0) /* Remove caseless flag for non-caseable chars */
9407 variable length item in the regex. Remove the caseless flag for non-caseable
9455 const char *caseless local
9464 const char *caseless = local
[all...]
H A Dpcretest.c4232 ((get_options & PCRE_CASELESS) != 0)? " caseless" : "",
4285 const char *caseless = local
4287 "" : " (caseless)";
4290 fprintf(outfile, "First char = \'%c\'%s\n", first_char, caseless);
4295 fprintf(outfile, "%s\n", caseless);
4309 const char *caseless = local
4311 "" : " (caseless)";
4314 fprintf(outfile, "Need char = \'%c\'%s\n", need_char, caseless);
4319 fprintf(outfile, "%s\n", caseless);
H A Dpcre_jit_compile.c3188 BOOL last, any, caseless; local
3205 caseless = FALSE;
3209 caseless = TRUE;
3240 caseless = TRUE;
3248 caseless = TRUE;
3258 caseless = TRUE;
3435 if (caseless && char_has_othercase(common, cc))
3452 caseless = FALSE;
3469 if (caseless)
3771 static SLJIT_INLINE void fast_forward_first_char(compiler_common *common, pcre_uchar first_char, BOOL caseless, BOO argument
3995 search_requested_char(compiler_common *common, pcre_uchar req_char, BOOL caseless, BOOL has_firstchar) argument
4557 byte_sequence_compare(compiler_common *common, BOOL caseless, pcre_uchar *cc, compare_context* context, jump_list **backtracks) argument
[all...]

Completed in 222 milliseconds