Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java716 double expectedIOperand = expectedLong; in testCompactDecimalSuppressedExponent() local
757 double expectedIOperand = 1234; in testCompactNotationFractionPluralOperands() local
829 double expectedIOperand = (double) caseDatum[3]; in testSuppressedExponentUnchangedByInitialScaling() local
/external/icu/android_icu4j/src/main/tests/android/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
/external/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp570 double expectedIOperand = cas.expectedLong; in testCompactDecimalSuppressedExponent() local
604 double expectedIOperand; in testSuppressedExponentUnchangedByInitialScaling() member