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

  /external/chromium/third_party/icu/source/i18n/
digitlst.cpp 128 fRoundingMode = DecimalFormat::kRoundHalfEven;
570 if (fRoundingMode == DecimalFormat::kRoundHalfEven ||
580 case DecimalFormat::kRoundHalfEven:
decimfmt.cpp 396 fRoundingMode = kRoundHalfEven;
    [all...]
  /external/icu4c/test/intltest/
dcfmtest.cpp 392 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven);
numfmtst.cpp     [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
decimfmt.h 630 * patterns use the default mode, DecimalFormat::kRoundHalfEven.
661 kRoundHalfEven, /**< Round towards the nearest integer, or
    [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h 619 * patterns use the default mode, DecimalFormat::kRoundHalfEven.
650 kRoundHalfEven, /**< Round towards the nearest integer, or
    [all...]
  /external/icu4c/i18n/
digitlst.cpp 241 case DecimalFormat::kRoundHalfEven: r = DEC_ROUND_HALF_EVEN; break;
decimfmt.cpp 331 fRoundingMode = kRoundHalfEven;
356 fRoundingMode = kRoundHalfEven;
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
numfmtst.cpp     [all...]

Completed in 171 milliseconds