Searched refs:test4 (Results 1 – 16 of 16) sorted by relevance
/external/icu4c/test/intltest/ |
D | strcase.cpp | 76 UnicodeString test4(test3); in TestCaseConversion() local 77 test4.toLower(Locale("")); in TestCaseConversion() 79 if (test4 != expectedResult) in TestCaseConversion() 80 errln("1. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion() 82 test4 = test3; in TestCaseConversion() 83 test4.toLower(Locale("tr", "TR")); in TestCaseConversion() 85 if (test4 != expectedResult) in TestCaseConversion() 86 errln("2. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion() 91 test4 = test3; in TestCaseConversion() 93 test4.toUpper(Locale("")); in TestCaseConversion() [all …]
|
D | ustrtest.cpp | 240 UnicodeString test4("never say, \"this is a test\"!!"); in TestCompare() local 250 if (test1 != test2 || test1 == test3 || test1 == test4) in TestCompare() 254 if (test1 > test2 || test1 < test2 || !(test1 < test3) || !(test1 > test4) || in TestCompare() 261 if (!(test1 >= test2) || !(test1 <= test2) || !(test1 <= test3) || !(test1 >= test4)) in TestCompare() 265 if (test1.compare(test2) != 0 || test1.compare(test3) >= 0 || test1.compare(test4) <= 0) in TestCompare() 271 test4.compare(12, 14, test2) != 0 || in TestCompare() 276 … if (test2.compare(uniChars) != 0 || test3.compare(uniChars) <= 0 || test4.compare(uniChars) >= 0) in TestCompare() 280 if (test2.compare(chars) != 0 || test3.compare(chars) <= 0 || test4.compare(chars) >= 0) in TestCompare() 290 || test1.compare(0, 14, test4, 12, 14) != 0) in TestCompare() 295 || test1.compare(10, 4, test4, 22, 4) != 0) in TestCompare() [all …]
|
D | loctest.cpp | 516 Locale test4("zz", "ZZ"); in TestSimpleObjectStuff() local 526 test_dumpLocale(test4); in TestSimpleObjectStuff() 536 test_assert(test4 == test4); in TestSimpleObjectStuff() 546 test_assert(!(test4 != test4)); in TestSimpleObjectStuff() 564 test_assert(!(test1 == test4)); in TestSimpleObjectStuff() 565 test_assert(!(test2 == test4)); in TestSimpleObjectStuff() 566 test_assert(!(test3 == test4)); in TestSimpleObjectStuff() 580 test4 = test1; in TestSimpleObjectStuff() 582 test_dumpLocale(test4); in TestSimpleObjectStuff() 583 test_assert(test4 == test4); in TestSimpleObjectStuff() [all …]
|
D | citrtest.cpp | 204 CharacterIterator* test4 = new StringCharacterIterator(testText2); in TestConstructionAndEquality() local 214 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4) in TestConstructionAndEquality() 220 || test1->hashCode() == test4->hashCode()) in TestConstructionAndEquality() 246 delete test4; in TestConstructionAndEquality() 290 UCharCharacterIterator* test4 = new UCharCharacterIterator(testText2, u_strlen(testText2)); in TestConstructionAndEqualityUChariter() local 311 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4 ) in TestConstructionAndEqualityUChariter() 320 || test1->hashCode() == test4->hashCode()) in TestConstructionAndEqualityUChariter() 334 test4->getText(result4); in TestConstructionAndEqualityUChariter() 362 delete test4; in TestConstructionAndEqualityUChariter()
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/ |
D | regress-50447.js | 48 test4(); 131 function test4() function
|
/external/icu4c/test/testdata/ |
D | ra.txt | 41 * Tag name: test4 43 * @note This resource is for test4 45 test4{"asdfasdf"}
|
D | testdata.mak | 31 …es" "$(TESTDATABLD)\test1.cnv" "$(TESTDATABLD)\test3.cnv" "$(TESTDATABLD)\test4.cnv" "$(TESTDATABL… 58 test4.cnv 133 "$(TESTDATABLD)\test4.cnv": "$(TESTDATA)\test4.ucm"
|
D | test4.ucm | 6 # test4.ucm 10 <code_set_name> "test4"
|
D | test4x.ucm | 16 <icu:base> "test4"
|
D | Makefile | 120 TEST_UCM_SOURCE= test1.ucm test3.ucm test4.ucm test4x.ucm ibm9027.ucm
|
D | Makefile.in | 120 TEST_UCM_SOURCE= test1.ucm test3.ucm test4.ucm test4x.ucm ibm9027.ucm
|
D | conversion.txt | 629 "*test4", 1006 "*test4", 1074 "*test4", 1083 "*test4",
|
/external/e2fsprogs/lib/ext2fs/ |
D | tst_badblocks.c | 34 blk_t test4[] = { 20, 50, 12, 17, 13, 2, 66, 23, 56, 0 }; variable 295 retval = create_test_list(test4, &bb4); in main()
|
/external/clearsilver/cs/ |
D | test4.cs.gold | 1 Parsing test4.cs
|
D | Makefile | 29 CS_TESTS = test.cs test2.cs test3.cs test4.cs test5.cs test6.cs test7.cs \
|
/external/dropbear/ |
D | CHANGES | 170 function responses are allocated correctly - all 0.44test4 users with PAM 201 0.44test4 - Tue Sept 14 2004 21:15:54 +0800
|