Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/util/
Dtest_utils_unittest.cpp96 char actualString[kMaxPath]; in TEST() local
124 char actualString[kMaxPath]; in TEST() local
/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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java696 String actualString = fn.toString(); in testScientificAndCompactSuppressedExponent() local
799 String actualString = fn.toString(); in testCompactNotationFractionPluralOperands() local
874 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/skia/m133/third_party/externals/icu/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.cpp595 UnicodeString actualString = fn.toString(status); in testScientificAndCompactSuppressedExponent() local
692 UnicodeString actualString = fnCompact.toString(status); in testSuppressedExponentUnchangedByInitialScaling() local
Dnumfmtdatadriventest.cpp388 UnicodeString actualString = result.getDecimalQuantity()->toScientificString(); in isParsePass() local
Ditrbnf.cpp2382 UnicodeString actualString; in doTest() local
/third_party/skia/m133/third_party/externals/icu/source/test/intltest/
Dnumbertest_decimalquantity.cpp595 UnicodeString actualString = fn.toString(status); in testScientificAndCompactSuppressedExponent() local
692 UnicodeString actualString = fnCompact.toString(status); in testSuppressedExponentUnchangedByInitialScaling() local
Dnumfmtdatadriventest.cpp388 UnicodeString actualString = result.getDecimalQuantity()->toScientificString(); in isParsePass() local
Ditrbnf.cpp2389 UnicodeString actualString; in doTest() local
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestFmwk.java567 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/
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
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateIntervalFormatTest.java2033 String actualString = difmt.format(di, actual, pos).toString(); in TestFPos_SkelWithSeconds() local
/third_party/typescript/src/harness/
DfourslashImpl.ts4593 const actualString = quoted ? "\"" + actual + "\"" : actual; constant