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

  /external/icu/icu4c/source/test/intltest/
dcfmtest.cpp 411 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp);
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/i18n/
digitlst.cpp 263 case DecimalFormat::kRoundHalfUp: r = DEC_ROUND_HALF_UP; break;
  /external/icu/icu4c/source/i18n/unicode/
decimfmt.h 678 kRoundHalfUp, /**< Round towards the nearest integer, or
    [all...]
  /external/v8/src/
i18n.cc 325 number_format->setRoundingMode(icu::DecimalFormat::kRoundHalfUp);
    [all...]

Completed in 118 milliseconds