/external/chromium/third_party/icu/source/test/intltest/ |
D | strtest.cpp | 274 StringPiece abcd(abcdefg_chars, 4); in TestStringPiece() local 275 if(abcd.empty() || abcd.data()!=abcdefg_chars || abcd.length()!=4 || abcd.size()!=4) { in TestStringPiece() 287 StringPiece sp(abcd, -1); in TestStringPiece() 291 sp=StringPiece(abcd, 5); in TestStringPiece() 295 sp=StringPiece(abcd, 2); in TestStringPiece() 300 sp=StringPiece(abcd, -1, 8); in TestStringPiece() 304 sp=StringPiece(abcd, 5, 8); in TestStringPiece() 308 sp=StringPiece(abcd, 2, 8); in TestStringPiece() 312 sp=StringPiece(abcd, 2, -1); in TestStringPiece() 322 sp=abcd.substr(-1); in TestStringPiece() [all …]
|
D | apicoll.cpp | 212 Locale abcd("ab", "CD", ""); in TestProperty() local 215 junk = Collator::createInstance(abcd, success); in TestProperty()
|
/external/icu4c/test/intltest/ |
D | strtest.cpp | 274 StringPiece abcd(abcdefg_chars, 4); in TestStringPiece() local 275 if(abcd.empty() || abcd.data()!=abcdefg_chars || abcd.length()!=4 || abcd.size()!=4) { in TestStringPiece() 287 StringPiece sp(abcd, -1); in TestStringPiece() 291 sp=StringPiece(abcd, 5); in TestStringPiece() 295 sp=StringPiece(abcd, 2); in TestStringPiece() 300 sp=StringPiece(abcd, -1, 8); in TestStringPiece() 304 sp=StringPiece(abcd, 5, 8); in TestStringPiece() 308 sp=StringPiece(abcd, 2, 8); in TestStringPiece() 312 sp=StringPiece(abcd, 2, -1); in TestStringPiece() 322 sp=abcd.substr(-1); in TestStringPiece() [all …]
|
D | apicoll.cpp | 226 Locale abcd("ab", "CD", ""); in TestProperty() local 229 junk = Collator::createInstance(abcd, success); in TestProperty()
|
/external/chromium/third_party/icu/source/test/testdata/ |
D | re_tests.txt | 129 ab|cd abcd y $& ab 172 ([abc])*bcd abcd y $&-$1 abcd-a 179 abcd*efg abcdefg y $& abcdefg 186 (a|b)c*d abcd y $&-$1 bcd-b 189 a([bc]*)(c*d) abcd y $&-$1-$2 abcd-bc-d 190 a([bc]*)(c*d) abcd y $-[0] 0 191 a([bc]*)(c*d) abcd y $+[0] 4 192 a([bc]*)(c*d) abcd y $-[1] 1 193 a([bc]*)(c*d) abcd y $+[1] 3 194 a([bc]*)(c*d) abcd y $-[2] 3 [all …]
|
D | icuio.txt | 147 { "%x", "abcd ef01", "4", "abcd" } 148 { "%3x", "abcd ef01", "4", "abc" } 149 { "%*hx%hx", "abcd ef01", "2", "ef01" } 157 { "%[abce]", "abcd ef01", "S", "abc" } 158 { "%*[abce]%[de\\ ]", "abcd ef01", "S", "d e" } 166 { "%*3S%S", "abcd efg", "S", "d" } 167 { "%*3s%s", "abcd efg", "s", "d" }
|
D | regextst.txt | 110 "xyz$" mYZ "<0>xyz</0>\x{85}abcd" 459 "ab$cd" "abcd" 583 "ab\x{abcd}c" "<0>ab\uabcdc</0>" 783 "[-abcd---]+" "<0>abc</0>--" #[-abcd]--[-] 784 "[&abcd&&&ac]+" "b<0>ac&&ca</0>d" #[&abcd]&&[&ac] 786 "[[abcd]&[ac]]+" "b<0>acac</0>d" # set-set-amp 787 "[[abcd]&&[ac]]+" "b<0>acac</0>d" 788 "[[abcd]&&ac]+" "b<0>acac</0>d" 789 "[[abcd]&ac]+" "<0>bacacd&&&</0>" 791 "[abcd&[ac]]+" "<0>bacacd&&&</0>" #set-lit-amp [all …]
|
D | DataDrivenCollationTest.txt | 533 "abcd\r\u0301<abce\r\u0301"
|
/external/icu4c/test/testdata/ |
D | re_tests.txt | 129 ab|cd abcd y $& ab 172 ([abc])*bcd abcd y $&-$1 abcd-a 179 abcd*efg abcdefg y $& abcdefg 186 (a|b)c*d abcd y $&-$1 bcd-b 189 a([bc]*)(c*d) abcd y $&-$1-$2 abcd-bc-d 190 a([bc]*)(c*d) abcd y $-[0] 0 191 a([bc]*)(c*d) abcd y $+[0] 4 192 a([bc]*)(c*d) abcd y $-[1] 1 193 a([bc]*)(c*d) abcd y $+[1] 3 194 a([bc]*)(c*d) abcd y $-[2] 3 [all …]
|
D | icuio.txt | 147 { "%x", "abcd ef01", "4", "abcd" } 148 { "%3x", "abcd ef01", "4", "abc" } 149 { "%*hx%hx", "abcd ef01", "2", "ef01" } 157 { "%[abce]", "abcd ef01", "S", "abc" } 158 { "%*[abce]%[de\\ ]", "abcd ef01", "S", "d e" } 166 { "%*3S%S", "abcd efg", "S", "d" } 167 { "%*3s%s", "abcd efg", "s", "d" }
|
D | regextst.txt | 113 "xyz$" mYZ "<0>xyz</0>\x{85}abcd" 462 "ab$cd" "abcd" 586 "ab\x{abcd}c" "<0>ab\uabcdc</0>" 786 "[-abcd---]+" "<0>abc</0>--" #[-abcd]--[-] 787 "[&abcd&&&ac]+" "b<0>ac&&ca</0>d" #[&abcd]&&[&ac] 789 "[[abcd]&[ac]]+" "b<0>acac</0>d" # set-set-amp 790 "[[abcd]&&[ac]]+" "b<0>acac</0>d" 791 "[[abcd]&&ac]+" "b<0>acac</0>d" 792 "[[abcd]&ac]+" "<0>bacacd&&&</0>" 794 "[abcd&[ac]]+" "<0>bacacd&&&</0>" #set-lit-amp [all …]
|
D | DataDrivenCollationTest.txt | 533 "abcd\r\u0301<abce\r\u0301"
|
/external/chromium/net/data/cache_tests/list_loop/ |
D | contents.txt | 196 char buffer[] = "abcd";
|
/external/skia/src/core/ |
D | SkGeometry.cpp | 557 SkScalar abcd = SkScalarInterp(abc, bcd, t); in interp_cubic_coords() local 562 dst[6] = abcd; in interp_cubic_coords()
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | custrtst.c | 497 abcd[] = { 0x61, 0x62, 0x63, 0x64, 0 }, in TestStringSearching() local 649 if (u_strspn(testString, abcd) != u_strlen(testString)) { in TestStringSearching()
|
/external/icu4c/test/cintltst/ |
D | custrtst.c | 497 abcd[] = { 0x61, 0x62, 0x63, 0x64, 0 }, in TestStringSearching() local 649 if (u_strspn(testString, abcd) != u_strlen(testString)) { in TestStringSearching()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | regex-syntax.sgml | 2141 abcd$ 2152 ^.*abcd$ 2164 ^.*+(?<=abcd)
|
/external/skia/emoji/ |
D | gmojiraw.txt | 706 …DBBA\uDF7D \xF3\xBE\xAD\xBD LATIN SMALL LETTERS SYMBOL 503 F7D5 EAFE 7857 ECD5 [abcd] [abcd]
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | flex.man | 774 scanner scans the token "abcd", it will write "abcdab- 781 abcd ECHO; REJECT;
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 718 example, when the following scanner scans the token "abcd", it 725 abcd ECHO; REJECT;
|
D | flex.texi | 872 "abcd", it will write "abcdabcaba" to the output: 879 abcd ECHO; REJECT;
|