Home
last modified time | relevance | path

Searched refs:lowerPos (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalQuantity_AbstractBCD.java990 int lowerPos = Math.max(scale, rOptPos) - scale; in toScientificString() local
993 if ((--p) >= lowerPos) { in toScientificString()
995 for (; p >= lowerPos; p--) { in toScientificString()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_AbstractBCD.java988 int lowerPos = Math.max(scale, rOptPos) - scale; in toScientificString() local
991 if ((--p) >= lowerPos) { in toScientificString()
993 for (; p >= lowerPos; p--) { in toScientificString()
/external/icu/icu4c/source/i18n/
Dnumber_decimalquantity.cpp812 int32_t lowerPos = std::max(scale, rOptPos) - scale; in toScientificString() local
815 if ((--p) >= lowerPos) { in toScientificString()
817 for (; p >= lowerPos; p--) { in toScientificString()