Searched refs:caseless (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 551 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, in set_table_bit() argument 564 if (caseless) in set_table_bit() 580 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]); in set_table_bit() 588 caseless = FALSE; in set_table_bit() 597 if (caseless) in set_table_bit() 611 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]); in set_table_bit()
|
H A D | HACKING | 211 casefully. For caseless matching, OP_CHARI is used. In UTF-8 or UTF-16 modes, 220 following opcodes, which come in caseful and caseless versions: 303 counted from the least significant end of each unit. In caseless mode, bits for 312 by a list of pairs (for a range) and single characters. In caseless mode, both 320 OP_REF (caseful) or OP_REFI (caseless) is followed by two bytes (one short)
|
H A D | pcre_exec.c | 148 BOOL caseless) in match_ref() argument 178 if (caseless) in match_ref() 511 BOOL caseless; in match() local 2657 caseless = op == OP_REFI; in match() 2705 if ((length = match_ref(offset, eptr, length, md, caseless)) < 0) in match() 2731 if ((slength = match_ref(offset, eptr, length, md, caseless)) < 0) in match() 2755 if ((slength = match_ref(offset, eptr, length, md, caseless)) < 0) in match() 2774 if ((slength = match_ref(offset, eptr, length, md, caseless)) < 0) in match()
|
H A D | pcre_compile.c | 8341 const char *caseless = in pcre_compile2() local 8343 if (PRINTABLE(ch)) printf("First char = %c%s\n", ch, caseless); in pcre_compile2() 8344 else printf("First char = \\x%02x%s\n", ch, caseless); in pcre_compile2() 8350 const char *caseless = in pcre_compile2() local 8352 if (PRINTABLE(ch)) printf("Req char = %c%s\n", ch, caseless); in pcre_compile2() 8353 else printf("Req char = \\x%02x%s\n", ch, caseless); in pcre_compile2()
|
H A D | ChangeLog | 116 (f) General caseless matching of characters with more than one other case 470 22. A caseless match of a UTF-8 character whose other case uses fewer bytes did 2359 12. Fixed two fairly obscure bugs concerned with quantified caseless matching 4952 3. Make ranges like [W-c] work in the same way as Perl for caseless matching.
|
/PHP-5.3/ext/pcre/pcrelib/testdata/ |
H A D | testoutput7 | 108 Options: caseless utf 132 Options: caseless utf 170 Options: caseless utf 1314 Options: caseless utf 1315 First char = 'A' (caseless) 1316 Need char = 'B' (caseless) 1327 Options: caseless utf 1329 Need char = 'B' (caseless)
|
H A D | testoutput2 | 186 Options: caseless 477 Options: caseless 515 Options: caseless 2139 Options: caseless 2149 Options: caseless 2159 Options: caseless 3313 Options: caseless 3463 Options: caseless 4607 Options: caseless 4616 Options: caseless [all …]
|
H A D | testoutput5 | 1511 Options: caseless utf 1519 Options: caseless utf 1527 Options: caseless utf 1535 Options: caseless utf
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 2079 less than 128, so caseless matching is always possible. For characters 2082 use caseless matching for characters 128 and above, you must ensure 2510 PCRE handles caseless matching, and determines whether characters are 4626 caseless matching is specified (the PCRE_CASELESS option), letters are 4629 caseless matching is always possible. For characters with higher val- 4631 property support, but not otherwise. If you want to use caseless 5138 Specifying caseless matching does not affect these escape sequences. 5448 When caseless matching is set, any letters in a class represent both 5449 their upper case and lower case versions, so for example, a caseless 7419 (?i) caseless [all …]
|
Completed in 340 milliseconds