HomeSort by relevance Sort by last modified time
    Searched refs:kRoundHalfEven (Results 1 - 5 of 5) sorted by null

  /external/icu4c/test/intltest/
dcfmtest.cpp 393 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven);
numfmtst.cpp     [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h 622 * DecimalFormat::kRoundHalfEven. The rounding mode can only be set
654 kRoundHalfEven, /**< Round towards the nearest integer, or
    [all...]
  /external/icu4c/i18n/
digitlst.cpp 247 case DecimalFormat::kRoundHalfEven: r = DEC_ROUND_HALF_EVEN; break;
decimfmt.cpp 336 fRoundingMode = kRoundHalfEven;
361 fRoundingMode = kRoundHalfEven;
    [all...]

Completed in 186 milliseconds