Home
last modified time | relevance | path

Searched refs:caseless (Results 1 – 11 of 11) sorted by relevance

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c629 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, in set_table_bit() argument
642 if (caseless) in set_table_bit()
658 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]); in set_table_bit()
666 caseless = FALSE; in set_table_bit()
675 if (caseless) in set_table_bit()
689 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]); in set_table_bit()
H A DHACKING224 casefully. For caseless matching, OP_CHARI is used. In UTF-8 or UTF-16 modes,
237 following opcodes, which come in caseful and caseless versions:
326 bits are counted from the least significant end of each unit. In caseless mode,
336 characters. In caseless mode, both cases are explicitly listed.
358 OP_REF (caseful) or OP_REFI (caseless) is followed by a count containing the
H A Dpcre_exec.c166 BOOL caseless) in match_ref() argument
196 if (caseless) in match_ref()
527 BOOL caseless; in match() local
2706 caseless = op == OP_DNREFI; in match()
2733 caseless = op == OP_REFI; in match()
2769 if ((length = match_ref(offset, eptr, length, md, caseless)) < 0) in match()
2795 if ((slength = match_ref(offset, eptr, length, md, caseless)) < 0) in match()
2819 if ((slength = match_ref(offset, eptr, length, md, caseless)) < 0) in match()
2838 if ((slength = match_ref(offset, eptr, length, md, caseless)) < 0) in match()
H A Dpcre_jit_compile.c3215 BOOL last, any, caseless; in scan_prefix() local
3232 caseless = FALSE; in scan_prefix()
3236 caseless = TRUE; in scan_prefix()
3267 caseless = TRUE; in scan_prefix()
3275 caseless = TRUE; in scan_prefix()
3285 caseless = TRUE; in scan_prefix()
3479 caseless = FALSE; in scan_prefix()
3496 if (caseless) in scan_prefix()
3806 if (caseless) in fast_forward_first_char()
4037 if (caseless) in search_requested_char()
[all …]
H A Dpcre_compile.c9536 const char *caseless = in pcre_compile2() local
9538 if (PRINTABLE(ch)) printf("First char = %c%s\n", ch, caseless); in pcre_compile2()
9539 else printf("First char = \\x%02x%s\n", ch, caseless); in pcre_compile2()
9545 const char *caseless = in pcre_compile2() local
9547 if (PRINTABLE(ch)) printf("Req char = %c%s\n", ch, caseless); in pcre_compile2()
9548 else printf("Req char = \\x%02x%s\n", ch, caseless); in pcre_compile2()
H A DChangeLog242 15. If a pattern that started with a caseless match for a character with more
323 12. In a caseless character class with UCP support, when a character with more
876 (f) General caseless matching of characters with more than one other case
1230 22. A caseless match of a UTF-8 character whose other case uses fewer bytes did
3120 12. Fixed two fairly obscure bugs concerned with quantified caseless matching
5713 3. Make ranges like [W-c] work in the same way as Perl for caseless matching.
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestoutput7108 Options: caseless utf
132 Options: caseless utf
170 Options: caseless utf
343 it behaves for caseless matching. --/
1353 Options: caseless utf
1354 First char = 'A' (caseless)
1355 Need char = 'B' (caseless)
1366 Options: caseless utf
1368 Need char = 'B' (caseless)
2292 Options: caseless multiline utf
[all …]
H A Dtestoutput2189 Options: caseless
480 Options: caseless
519 Options: caseless
2134 Options: caseless
2144 Options: caseless
2154 Options: caseless
3339 Options: caseless
3491 Options: caseless
4631 Options: caseless
4640 Options: caseless
[all …]
H A Dtestoutput51537 Options: caseless utf
1545 Options: caseless utf
1553 Options: caseless utf
1561 Options: caseless utf
H A Dtestinput7146 it behaves for caseless matching. --/
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt2134 less than 128, so caseless matching is always possible. For characters
2137 use caseless matching for characters 128 and above, you must ensure
2612 PCRE handles caseless matching, and determines whether characters are
4893 caseless matching is specified (the PCRE_CASELESS option), letters are
4896 caseless matching is always possible. For characters with higher val-
4898 property support, but not otherwise. If you want to use caseless
5429 Specifying caseless matching does not affect these escape sequences.
5754 When caseless matching is set, any letters in a class represent both
5755 their upper case and lower case versions, so for example, a caseless
7905 (?i) caseless
[all …]

Completed in 170 milliseconds