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.cpp537 roundingutils::Section section = roundingutils::SECTION_MIDPOINT; in roundToMagnitude()
592 (roundsAtMidpoint && section == roundingutils::SECTION_MIDPOINT) || in roundToMagnitude()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DRoundingUtils.java13 public static final int SECTION_MIDPOINT = 2; field in RoundingUtils
67 case SECTION_MIDPOINT: in getRoundingDirection()
78 case SECTION_MIDPOINT: in getRoundingDirection()
89 case SECTION_MIDPOINT: in getRoundingDirection()
DDecimalQuantity_AbstractBCD.java666 int section = RoundingUtils.SECTION_MIDPOINT; in roundToMagnitude()
722 || (roundsAtMidpoint && section == RoundingUtils.SECTION_MIDPOINT) in roundToMagnitude()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DRoundingUtils.java15 public static final int SECTION_MIDPOINT = 2; field in RoundingUtils
69 case SECTION_MIDPOINT: in getRoundingDirection()
80 case SECTION_MIDPOINT: in getRoundingDirection()
91 case SECTION_MIDPOINT: in getRoundingDirection()
DDecimalQuantity_AbstractBCD.java668 int section = RoundingUtils.SECTION_MIDPOINT; in roundToMagnitude()
724 || (roundsAtMidpoint && section == RoundingUtils.SECTION_MIDPOINT) in roundToMagnitude()