Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java717 double expectedEOperand = expectedSuppressedExponent; in testCompactDecimalSuppressedExponent() local
762 double expectedEOperand = 3; in testCompactNotationFractionPluralOperands() local
830 double expectedEOperand = (double) caseDatum[4]; in testSuppressedExponentUnchangedByInitialScaling() local
/external/icu/android_icu4j/src/main/tests/android/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
/external/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp571 double expectedEOperand = cas.expectedSuppressedExponent; in testCompactDecimalSuppressedExponent() local
605 double expectedEOperand; in testSuppressedExponentUnchangedByInitialScaling() member