Home
last modified time | relevance | path

Searched defs:expectedIOperand (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DDecimalQuantityTest.java719 double expectedIOperand = expectedLong; in testCompactDecimalSuppressedExponent() local
760 double expectedIOperand = 1234; in testCompactNotationFractionPluralOperands() local
832 double expectedIOperand = (double) caseDatum[3]; in testSuppressedExponentUnchangedByInitialScaling() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java736 double expectedIOperand = expectedLong; in testScientificAndCompactSuppressedExponent() local
783 double expectedIOperand = 1234; in testCompactNotationFractionPluralOperands() local
862 double expectedIOperand = (double) caseDatum[3]; in testSuppressedExponentUnchangedByInitialScaling() local
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp630 double expectedIOperand = static_cast<double>(cas.expectedLong); in testScientificAndCompactSuppressedExponent() local
670 double expectedIOperand; in testSuppressedExponentUnchangedByInitialScaling() member