Searched defs:caseless (Results 1 - 5 of 5) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | 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, 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 D | pcre_dfa_exec.c | 641 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 D | 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 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 D | pcre_compile.c | 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 local 9468 const char *caseless = local [all...] |
H A D | pcre_jit_compile.c | 3188 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 184 milliseconds