/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | CaseIterator.java | 533 UnicodeSet caseless = new UnicodeSet(); in main() local 545 caseless.add(i); in main() 549 System.out.println("caseless = " + caseless.toPattern(true)); in main() 555 a.removeAll(caseless); in main() 558 a.set(caseless); in main()
|
/external/pcre/dist2/testdata/ |
D | testoutput12-16 | 712 Options: caseless utf 718 Options: caseless utf 724 Options: caseless utf 730 Options: caseless utf 940 Options: caseless utf 941 First code unit = 'A' (caseless) 942 Last code unit = \x{1fb0} (caseless) 979 Options: caseless utf 980 First code unit = 'A' (caseless) 981 Last code unit = \x{1fb0} (caseless) [all …]
|
D | testoutput12-32 | 706 Options: caseless utf 712 Options: caseless utf 718 Options: caseless utf 724 Options: caseless utf 934 Options: caseless utf 935 First code unit = 'A' (caseless) 936 Last code unit = \x{1fb0} (caseless) 973 Options: caseless utf 974 First code unit = 'A' (caseless) 975 Last code unit = \x{1fb0} (caseless) [all …]
|
D | testoutput10 | 887 Options: caseless utf 893 Options: caseless utf 899 Options: caseless utf 905 Options: caseless utf 1109 Options: caseless utf 1110 First code unit = 'A' (caseless) 1147 Options: caseless utf 1148 First code unit = 'A' (caseless) 1149 Last code unit = 'B' (caseless) 1154 Options: caseless utf [all …]
|
D | testoutput2 | 191 Options: caseless 486 First code unit = 'a' (caseless) 487 Last code unit = 'c' (caseless) 572 First code unit = 'b' (caseless) 573 Last code unit = 'h' (caseless) 586 First code unit = 'b' (caseless) 2077 Options: caseless 2088 Options: caseless 2099 Options: caseless 2625 Last code unit = 'b' (caseless) [all …]
|
D | testoutput5 | 1428 Options: caseless utf 1433 Options: caseless utf 1438 Options: caseless utf 1443 Options: caseless utf 2029 # properties and has changed how it behaves for caseless matching. 3018 Options: caseless utf 3019 First code unit = 'A' (caseless) 3020 Last code unit = 'B' (caseless) 3934 Options: caseless multiline utf 3936 Last code unit = 'c' (caseless)
|
D | testoutput11-32 | 592 Options: caseless
|
D | testinput5 | 940 # properties and has changed how it behaves for caseless matching.
|
D | testinput4 | 2206 # The next four tests are for repeated caseless back references when the
|
D | testoutput4 | 3568 # The next four tests are for repeated caseless back references when the
|
/external/pcre/dist2/src/ |
D | pcre2_dfa_match.c | 594 BOOL caseless = FALSE; in internal_dfa_match() local 2247 caseless = TRUE; in internal_dfa_match() 2262 if (caseless) in internal_dfa_match() 2292 caseless = TRUE; in internal_dfa_match() 2305 if (caseless) in internal_dfa_match() 2333 caseless = TRUE; in internal_dfa_match() 2346 if (caseless) in internal_dfa_match() 2370 caseless = TRUE; in internal_dfa_match() 2379 if (caseless) in internal_dfa_match() 2405 caseless = TRUE; in internal_dfa_match() [all …]
|
D | pcre2_match.c | 146 match_block *mb, BOOL caseless, PCRE2_SIZE *lengthptr) in match_ref() argument 174 if (caseless) in match_ref() 592 BOOL caseless; in match() local 2769 caseless = op == OP_DNREFI; in match() 2790 caseless = op == OP_REFI; in match() 2823 int rc = match_ref(offset, offset_top, eptr, mb, caseless, &length); in match() 2859 int rc = match_ref(offset, offset_top, eptr, mb, caseless, &slength); in match() 2885 rc = match_ref(offset, offset_top, eptr, mb, caseless, &slength); in match() 2909 int rc = match_ref(offset, offset_top, eptr, mb, caseless, &slength); in match() 2961 (void)match_ref(offset, offset_top, eptr, mb, caseless, &slength); in match()
|
D | pcre2_study.c | 718 set_table_bit(pcre2_real_code *re, PCRE2_SPTR p, BOOL caseless, BOOL utf) in set_table_bit() argument 748 if (caseless) in set_table_bit()
|
D | pcre2_jit_compile.c | 3484 BOOL last, any, class, caseless; in scan_prefix() local 3507 caseless = FALSE; in scan_prefix() 3512 caseless = TRUE; in scan_prefix() 3543 caseless = TRUE; in scan_prefix() 3551 caseless = TRUE; in scan_prefix() 3561 caseless = TRUE; in scan_prefix() 3821 if (caseless && char_has_othercase(common, cc)) in scan_prefix() 3839 caseless = FALSE; in scan_prefix() 3853 if (caseless) in scan_prefix() 4553 …INLINE void fast_forward_first_char(compiler_common *common, PCRE2_UCHAR first_char, BOOL caseless) in fast_forward_first_char() argument [all …]
|
D | pcre2test.c | 4038 const char *caseless = in show_pattern_info() local 4042 fprintf(outfile, "First code unit = \'%c\'%s\n", first_cunit, caseless); in show_pattern_info() 4047 fprintf(outfile, "%s\n", caseless); in show_pattern_info() 4081 const char *caseless = in show_pattern_info() local 4085 fprintf(outfile, "Last code unit = \'%c\'%s\n", last_cunit, caseless); in show_pattern_info() 4090 fprintf(outfile, "%s\n", caseless); in show_pattern_info()
|
/external/pcre/pcrecpp/include/ |
D | pcrecpp.h | 397 bool caseless() const { in caseless() function
|
/external/pcre/dist2/ |
D | HACKING | 251 casefully. For caseless matching, OP_CHARI is used. In UTF-8 or UTF-16 modes, 264 following opcodes, which come in caseful and caseless versions: 356 bits are counted from the least significant end of each unit. In caseless mode, 367 single characters and/or properties. In caseless mode, both cases are 394 OP_REF (caseful) or OP_REFI (caseless) is followed by a count containing the
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 338 ters, for example "i" for "caseless". In documentation, following the 479 /i caseless set PCRE2_CASELESS 570 Overall options: caseless multiline 577 Overall options: caseless 578 First code unit = 'a' (caseless) 579 Last code unit = 'c' (caseless) 764 caseless REG_ICASE
|
D | pcre2.txt | 1565 PCRE2 handles caseless matching, and determines whether characters are 5533 caseless matching is specified (the PCRE2_CASELESS option), letters are 6066 Specifying caseless matching does not affect these escape sequences. 6396 When caseless matching is set, any letters in a class represent both 6397 their upper case and lower case versions, so for example, a caseless 6398 [aeiou] matches "A" as well as "a", and a caseless [^aeiou] does not 6443 If a range that includes letters is used when caseless matching is set, 6607 For example, (?im) sets caseless, multiline matching. It is also possi- 9526 (?i) caseless
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 852 casefolded copy of the string, casefolded strings may be used for caseless
|
/external/python/cpython3/Doc/library/ |
D | stdtypes.rst | 1501 caseless matching.
|