Home
last modified time | relevance | path

Searched refs:SECTION_MIDPOINT (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_roundingutils.h21 SECTION_MIDPOINT = 2, enumerator
66 case SECTION_MIDPOINT: in getRoundingDirection()
79 case SECTION_MIDPOINT: in getRoundingDirection()
92 case SECTION_MIDPOINT: in getRoundingDirection()
Dnumber_decimalquantity.cpp632 roundingutils::Section section = roundingutils::SECTION_MIDPOINT; in roundToMagnitude()
687 (roundsAtMidpoint && section == roundingutils::SECTION_MIDPOINT) || in roundToMagnitude()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DRoundingUtils.java17 public static final int SECTION_MIDPOINT = 2; field in RoundingUtils
81 case SECTION_MIDPOINT: in getRoundingDirection()
92 case SECTION_MIDPOINT: in getRoundingDirection()
103 case SECTION_MIDPOINT: in getRoundingDirection()
DDecimalQuantity_AbstractBCD.java777 int section = RoundingUtils.SECTION_MIDPOINT; in roundToMagnitude()
833 || (roundsAtMidpoint && section == RoundingUtils.SECTION_MIDPOINT) in roundToMagnitude()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DRoundingUtils.java15 public static final int SECTION_MIDPOINT = 2; field in RoundingUtils
79 case SECTION_MIDPOINT: in getRoundingDirection()
90 case SECTION_MIDPOINT: in getRoundingDirection()
101 case SECTION_MIDPOINT: in getRoundingDirection()
DDecimalQuantity_AbstractBCD.java775 int section = RoundingUtils.SECTION_MIDPOINT; in roundToMagnitude()
831 || (roundsAtMidpoint && section == RoundingUtils.SECTION_MIDPOINT) in roundToMagnitude()