Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput1912 Options: caseless utf
13 First char = 'A' (caseless)
14 Need char = \x{1fb0} (caseless)
48 Options: caseless utf
49 First char = 'A' (caseless)
50 Need char = \x{1fb0} (caseless)
54 Options: caseless utf
55 First char = \x{401} (caseless)
56 Need char = \x{42f} (caseless)
90 Options: caseless utf
[all …]
H A Dtestoutput1621 Options: caseless utf
22 First char = 'A' (caseless)
57 Options: caseless utf
58 First char = 'A' (caseless)
59 Need char = 'B' (caseless)
63 Options: caseless utf
123 Options: caseless utf
133 Options: caseless utf
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
2139 Options: caseless
2149 Options: caseless
2159 Options: caseless
3344 Options: caseless
3500 Options: caseless
4640 Options: caseless
4649 Options: caseless
[all …]
H A Dtestoutput18-16802 Options: caseless utf
810 Options: caseless utf
818 Options: caseless utf
826 Options: caseless utf
H A Dtestoutput18-32799 Options: caseless utf
807 Options: caseless utf
815 Options: caseless utf
823 Options: caseless utf
H A Dtestoutput2559 Options: caseless
H A Dtestoutput15916 Options: caseless utf
924 Options: caseless utf
932 Options: caseless utf
940 Options: caseless utf
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.6/ext/pcre/pcrelib/
H A Dpcre_study.c635 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, in set_table_bit() argument
648 if (caseless) in set_table_bit()
664 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]); in set_table_bit()
672 caseless = FALSE; in set_table_bit()
681 if (caseless) in set_table_bit()
695 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.c3239 BOOL last, any, caseless; in scan_prefix() local
3260 caseless = FALSE; in scan_prefix()
3265 caseless = TRUE; in scan_prefix()
3296 caseless = TRUE; in scan_prefix()
3304 caseless = TRUE; in scan_prefix()
3314 caseless = TRUE; in scan_prefix()
3508 caseless = FALSE; in scan_prefix()
3525 if (caseless) in scan_prefix()
3837 if (caseless) in fast_forward_first_char()
4068 if (caseless) in search_requested_char()
[all …]
H A Dpcre_compile.c9678 const char *caseless = in pcre_compile2() local
9680 if (PRINTABLE(ch)) printf("First char = %c%s\n", ch, caseless); in pcre_compile2()
9681 else printf("First char = \\x%02x%s\n", ch, caseless); in pcre_compile2()
9687 const char *caseless = in pcre_compile2() local
9689 if (PRINTABLE(ch)) printf("Req char = %c%s\n", ch, caseless); in pcre_compile2()
9690 else printf("Req char = \\x%02x%s\n", ch, caseless); in pcre_compile2()
H A DChangeLog418 15. If a pattern that started with a caseless match for a character with more
499 12. In a caseless character class with UCP support, when a character with more
1052 (f) General caseless matching of characters with more than one other case
1406 22. A caseless match of a UTF-8 character whose other case uses fewer bytes did
3296 12. Fixed two fairly obscure bugs concerned with quantified caseless matching
5889 3. Make ranges like [W-c] work in the same way as Perl for caseless matching.
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt2145 less than 128, so caseless matching is always possible. For characters
2148 use caseless matching for characters 128 and above, you must ensure
2623 PCRE handles caseless matching, and determines whether characters are
4904 caseless matching is specified (the PCRE_CASELESS option), letters are
4907 caseless matching is always possible. For characters with higher val-
4909 property support, but not otherwise. If you want to use caseless
5453 Specifying caseless matching does not affect these escape sequences.
5778 When caseless matching is set, any letters in a class represent both
5779 their upper case and lower case versions, so for example, a caseless
7929 (?i) caseless
[all …]
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY258 caseless-string (ambig flag on).
287 2006/10/06: [impl] re-implement caseless match (case-fold).

Completed in 167 milliseconds