Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c217 static const char* lvalFormat[] = in TestExponential() local
314 u_uastrcpy(ulvalfor, lvalFormat[v+ilval]); in TestExponential()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp550 const char* lvalFormat[] = in TestExponential() local
630 if (s != lvalFormat[v+ilval]) in TestExponential()
631 errln((UnicodeString)"ERROR: Expected " + lvalFormat[v+ilval] + " Got: " + s); in TestExponential()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java312 final String lvalFormat[] = { in TestExponential()
352 if (!s.equals(lvalFormat[v + ilval])) in TestExponential()
353 errln("ERROR: Expected " + lvalFormat[v + ilval] + " Got: " + s); in TestExponential()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java309 final String lvalFormat[] = { in TestExponential()
349 if (!s.equals(lvalFormat[v + ilval])) in TestExponential()
350 errln("ERROR: Expected " + lvalFormat[v + ilval] + " Got: " + s); in TestExponential()

Completed in 32 milliseconds