/external/icu/icu4c/source/test/cintltst/ |
D | cbiditransformtst.c | 391 const char *expectedStr; in testAllTransformOptions() local 403 expectedStr = testCases[i].pReorderAndMirror; in testAllTransformOptions() 408 verifyResultsForAllOpt(&testCases[i], src, dest, expectedStr, U_SHAPE_DIGITS_NOOP, in testAllTransformOptions() 412 expectedStr = digits[j] == U_SHAPE_DIGITS_ALEN2AN_INIT_LR ? testCases[i].pContextShapes in testAllTransformOptions() 421 verifyResultsForAllOpt(&testCases[i], src, dest, expectedStr, digits[j], in testAllTransformOptions()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDecimalFormatAPIC.java | 535 String expectedStr = ""; in verify() local 536 expectedStr=expectedStr + (long)expected; in verify() 537 if(!got.equals(expectedStr) ) { in verify() 538 errln("ERROR: Round() failed: " + message + got + " Expected : " + expectedStr); in verify()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | IntlTestDecimalFormatAPIC.java | 538 String expectedStr = ""; in verify() local 539 expectedStr=expectedStr + (long)expected; in verify() 540 if(!got.equals(expectedStr) ) { in verify() 541 errln("ERROR: Round() failed: " + message + got + " Expected : " + expectedStr); in verify()
|
/external/compiler-rt/test/builtins/Unit/ |
D | unordtf2_test.c | 29 "expected %s\n", a, b, x, expectedStr(expected)); in test__unordtf2()
|
D | netf2_test.c | 29 "expected %s\n", a, b, x, expectedStr(expected)); in test__netf2()
|
D | lttf2_test.c | 29 "expected %s\n", a, b, x, expectedStr(expected)); in test__lttf2()
|
D | gttf2_test.c | 29 "expected %s\n", a, b, x, expectedStr(expected)); in test__gttf2()
|
D | getf2_test.c | 29 "expected %s\n", a, b, x, expectedStr(expected)); in test__getf2()
|
D | eqtf2_test.c | 29 "expected %s\n", a, b, x, expectedStr(expected)); in test__eqtf2()
|
D | letf2_test.c | 29 "expected %s\n", a, b, x, expectedStr(expected)); in test__letf2()
|
D | fp_test.h | 194 static inline char *expectedStr(enum EXPECTED_RESULT expected) in expectedStr() function
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | TextTrieMapTest.java | 220 String expectedStr = (expected instanceof Object[]) in checkResult() local 223 errln("FAIL: Empty results: " + memo + ": Expected: " + expectedStr); in checkResult()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | TextTrieMapTest.java | 223 String expectedStr = (expected instanceof Object[]) in checkResult() local 226 errln("FAIL: Empty results: " + memo + ": Expected: " + expectedStr); in checkResult()
|
/external/icu/icu4c/source/test/iotest/ |
D | strtst.c | 316 #define Test_u_snprintf(limit, format, value, expectedSize, expectedStr) \ argument 320 if (size != expectedSize || strcmp(cTestResult, expectedStr) != 0) {\ 322 size, expectedSize, cTestResult, expectedStr);\
|
/external/icu/icu4c/source/test/intltest/ |
D | dcfmapts.cpp | 540 UnicodeString expectedStr(""); in verify() local 541 expectedStr=expectedStr + expected; in verify() 542 if(got != expectedStr ) { in verify() 543 … errln((UnicodeString)"ERROR: " + message + got + (UnicodeString)" Expected : " + expectedStr); in verify()
|