Home
last modified time | relevance | path

Searched refs:valFormat (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c210 static const char* valFormat[] = in TestExponential() local
284 u_uastrcpy(uvalfor, valFormat[v+ival]); in TestExponential()
286 log_verbose("FAIL: Expected %s ( %s )\n", valFormat[v+ival], u_austrcpy(tempMsgBug, uvalfor) ); in TestExponential()
316 log_err("FAIL: Expected %s ( %s )\n", valFormat[v+ilval], austrdup(ulvalfor) ); in TestExponential()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp500 const char* valFormat[] = in TestExponential() local
521 char* valFormat[] = in TestExponential() local
543 char** valFormat = 0; in TestExponential() local
581 if (s != valFormat[v+ival]) in TestExponential()
582 errln((UnicodeString)"FAIL: Expected " + valFormat[v+ival]); in TestExponential()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java293 final String valFormat[] = { in TestExponential()
337 if (!s.equals(valFormat[v + ival])) in TestExponential()
338 errln("FAIL: Expected " + valFormat[v + ival]); in TestExponential()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java290 final String valFormat[] = { in TestExponential()
334 if (!s.equals(valFormat[v + ival])) in TestExponential()
335 errln("FAIL: Expected " + valFormat[v + ival]); in TestExponential()

Completed in 32 milliseconds