/external/icu4c/test/intltest/ |
D | citrtest.cpp | 205 CharacterIterator* test5 = test1->clone(); in TestConstructionAndEquality() local 216 if (*test1 != *test5) in TestConstructionAndEquality() 223 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEquality() 237 if (*test1 != *test2 || *test1 == *test5) in TestConstructionAndEquality() 241 if (*test1 != *test3 || *test1 == *test5) in TestConstructionAndEquality() 247 delete test5; in TestConstructionAndEquality() 291 UCharCharacterIterator* test5 = (UCharCharacterIterator*)test1->clone(); in TestConstructionAndEqualityUChariter() local 313 if (*test1 != *test5 ) in TestConstructionAndEqualityUChariter() 323 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEqualityUChariter() 335 test5->getText(result5); in TestConstructionAndEqualityUChariter() [all …]
|
D | ustrtest.cpp | 270 UnicodeString test5((UChar)0x5000); in TestCompare() local 283 !(test5 < test6) in TestCompare() 469 UnicodeString test5; in TestExtract() local 479 test1.extractBetween(-3, 7, test5); in TestExtract() 480 if(test5!=UNICODE_STRING("Now is ", 7)) { in TestExtract() 484 test1.extractBetween(11, 23, test5); in TestExtract() 515 if (test1.charAt((int32_t)(11 + i)) != test5.charAt(i)) { in TestExtract() 657 UnicodeString& test5 = test1; in TestRemoveReplace() local 680 …if (test5[i] != 0x53 && test5[i] != 0x50 && test5[i] != 0x41 && test5[i] != 0x4d && test5[i] != 0x… in TestRemoveReplace() 1587 test5(TRUE, (const UChar *)NULL, 1), in TestBogus() local [all …]
|
D | loctest.cpp | 524 Locale test5("aa", "AA", ""); in TestSimpleObjectStuff() local 534 test_dumpLocale(test5); in TestSimpleObjectStuff() 544 test_assert(test5 == test5); in TestSimpleObjectStuff() 554 test_assert(!(test5 != test5)); in TestSimpleObjectStuff() 564 test_assert(test5 == test1); in TestSimpleObjectStuff() 566 test_assert(test6 != test5); in TestSimpleObjectStuff() 604 test_assert(test7 != test5); in TestSimpleObjectStuff() 641 POSIXLocale test5(UnicodeString("ab_AB_Antares")); in TestPOSIXParsing() local 648 test_dumpLocale(test5); in TestPOSIXParsing() 657 test_assert(test4 == test5); in TestPOSIXParsing() [all …]
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | citrtest.cpp | 205 CharacterIterator* test5 = test1->clone(); in TestConstructionAndEquality() local 216 if (*test1 != *test5) in TestConstructionAndEquality() 223 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEquality() 237 if (*test1 != *test2 || *test1 == *test5) in TestConstructionAndEquality() 241 if (*test1 != *test3 || *test1 == *test5) in TestConstructionAndEquality() 247 delete test5; in TestConstructionAndEquality() 291 UCharCharacterIterator* test5 = (UCharCharacterIterator*)test1->clone(); in TestConstructionAndEqualityUChariter() local 313 if (*test1 != *test5 ) in TestConstructionAndEqualityUChariter() 323 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEqualityUChariter() 335 test5->getText(result5); in TestConstructionAndEqualityUChariter() [all …]
|
D | ustrtest.cpp | 269 UnicodeString test5((UChar)0x5000); in TestCompare() local 282 !(test5 < test6) in TestCompare() 468 UnicodeString test5; in TestExtract() local 478 test1.extractBetween(-3, 7, test5); in TestExtract() 479 if(test5!=UNICODE_STRING("Now is ", 7)) { in TestExtract() 483 test1.extractBetween(11, 23, test5); in TestExtract() 514 if (test1.charAt((int32_t)(11 + i)) != test5.charAt(i)) { in TestExtract() 656 UnicodeString& test5 = test1; in TestRemoveReplace() local 679 …if (test5[i] != 0x53 && test5[i] != 0x50 && test5[i] != 0x41 && test5[i] != 0x4d && test5[i] != 0x… in TestRemoveReplace() 1570 test5(TRUE, (const UChar *)NULL, 1), in TestBogus() local [all …]
|
D | loctest.cpp | 520 Locale test5("aa", "AA", ""); in TestSimpleObjectStuff() local 530 test_dumpLocale(test5); in TestSimpleObjectStuff() 540 test_assert(test5 == test5); in TestSimpleObjectStuff() 550 test_assert(!(test5 != test5)); in TestSimpleObjectStuff() 560 test_assert(test5 == test1); in TestSimpleObjectStuff() 562 test_assert(test6 != test5); in TestSimpleObjectStuff() 600 test_assert(test7 != test5); in TestSimpleObjectStuff() 637 POSIXLocale test5(UnicodeString("ab_AB_Antares")); in TestPOSIXParsing() local 644 test_dumpLocale(test5); in TestPOSIXParsing() 653 test_assert(test4 == test5); in TestPOSIXParsing() [all …]
|
/external/icu4c/test/testdata/ |
D | test5.ucm | 6 # test5.ucm 11 <code_set_name> "test5"
|
D | ra.txt | 47 * Tag name: test5 49 * @note This resource is for test5 51 test5:int{1}
|
D | testdata.mak | 31 …v" "$(TESTDATABLD)\test4.cnv" "$(TESTDATABLD)\test4x.cnv" "$(TESTDATABLD)\test5.cnv" "$(TESTDATABL… 61 test5.cnv 148 "$(TESTDATABLD)\test5.cnv": "$(TESTDATA)\test5.ucm"
|
D | Makefile.in | 122 TEST_UCM_SOURCE= test1.ucm test1bmp.ucm test3.ucm test4.ucm test4x.ucm test5.ucm ibm9027.ucm
|
D | conversion.txt | 883 "*test5", 921 "*test5", 942 "*test5",
|
/external/chromium/third_party/icu/source/test/testdata/ |
D | ra.txt | 47 * Tag name: test5 49 * @note This resource is for test5 51 test5:int{1}
|
/external/v8/test/mjsunit/compiler/ |
D | simple-bailouts.js | 63 Test.prototype.test5 = function() { method in Test 109 t.test5();
|
/external/clearsilver/cs/ |
D | test5.cs.gold | 1 Parsing test5.cs
|
D | Makefile | 29 CS_TESTS = test.cs test2.cs test3.cs test4.cs test5.cs test6.cs test7.cs \
|
/external/e2fsprogs/lib/ext2fs/ |
D | tst_badblocks.c | 50 blk_t test5[] = { 31, 20, 17, 51, 23, 1, 56, 57, 0 }; variable 304 retval = create_test_list(test5, &bb5); in main()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-12 | 702 * tests/option-test.c: Copy-and-paste error slipped into test5. Enable 703 test5, as per Matthias' comments in bug 329548#c11.
|