Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c192 int32_t ival, ilval, p, v, lneed; in TestExponential() local
253 ilval = 0; in TestExponential()
314 u_uastrcpy(ulvalfor, lvalFormat[v+ilval]); in TestExponential()
316 log_err("FAIL: Expected %s ( %s )\n", valFormat[v+ilval], austrdup(ulvalfor) ); in TestExponential()
323 if (a != lvalParse[v+ilval]) in TestExponential()
333 ilval += lval_length; in TestExponential()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp568 int32_t ival = 0, ilval = 0; in TestExponential() local
630 if (s != lvalFormat[v+ilval]) in TestExponential()
631 errln((UnicodeString)"ERROR: Expected " + lvalFormat[v+ilval] + " Got: " + s); in TestExponential()
643 if (a != lvalParse[v+ilval]) in TestExponential()
644 errln((UnicodeString)"FAIL: Expected " + lvalParse[v+ilval] + " but got " + a); in TestExponential()
655 ilval += lval_length; in TestExponential()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java328 int ival = 0, ilval = 0; in TestExponential()
352 if (!s.equals(lvalFormat[v + ilval])) in TestExponential()
353 errln("ERROR: Expected " + lvalFormat[v + ilval] + " Got: " + s); in TestExponential()
362 if (a != lvalParse[v + ilval]) in TestExponential()
363 errln("FAIL: Expected " + lvalParse[v + ilval]); in TestExponential()
371 ilval += lval_length; in TestExponential()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java325 int ival = 0, ilval = 0; in TestExponential()
349 if (!s.equals(lvalFormat[v + ilval])) in TestExponential()
350 errln("ERROR: Expected " + lvalFormat[v + ilval] + " Got: " + s); in TestExponential()
359 if (a != lvalParse[v + ilval]) in TestExponential()
360 errln("FAIL: Expected " + lvalParse[v + ilval]); in TestExponential()
368 ilval += lval_length; in TestExponential()

Completed in 31 milliseconds