Home
last modified time | relevance | path

Searched defs:actualString (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DDecimalQuantityTest.java684 String actualString = fn.toString(); in testCompactDecimalSuppressedExponent() local
774 String actualString = fn.toString(); in testCompactNotationFractionPluralOperands() local
843 String actualString = fnCompact.toString(); in testSuppressedExponentUnchangedByInitialScaling() local
/third_party/icu/icu4c/source/test/cintltst/
Duformattedvaluetst.c196 const UChar* actualString = ufmtval_getString(fv, &length, ec); in checkFormattedValueString() local
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp540 UnicodeString actualString = fn.toString(status); in testCompactDecimalSuppressedExponent() local
628 UnicodeString actualString = fnCompact.toString(status); in testSuppressedExponentUnchangedByInitialScaling() local
Dnumfmtdatadriventest.cpp388 UnicodeString actualString = result.getDecimalQuantity()->toScientificString(); in isParsePass() local
Ditrbnf.cpp2347 UnicodeString actualString; in doTest() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DTestFmwk.java592 String actualString = actual == null ? "null" : Arrays.asList(actual).toString(); in assertEquals() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateIntervalFormatTest.java1851 String actualString = difmt.format(di, actual, pos).toString(); in TestFPos_SkelWithSeconds() local