Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DDecimalQuantityTest.java720 double expectedEOperand = expectedSuppressedExponent; in testCompactDecimalSuppressedExponent() local
765 double expectedEOperand = 3; in testCompactNotationFractionPluralOperands() local
833 double expectedEOperand = (double) caseDatum[4]; in testSuppressedExponentUnchangedByInitialScaling() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java737 double expectedEOperand = expectedSuppressedScientificExponent; in testScientificAndCompactSuppressedExponent() local
788 double expectedEOperand = 3; in testCompactNotationFractionPluralOperands() local
863 double expectedEOperand = (double) caseDatum[4]; in testSuppressedExponentUnchangedByInitialScaling() local
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp631 double expectedEOperand = cas.expectedSuppressedScientificExponent; in testScientificAndCompactSuppressedExponent() local
671 double expectedEOperand; in testSuppressedExponentUnchangedByInitialScaling() member