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

  /external/icu/icu4c/source/i18n/
precision.h 64 UBool fExactOnly;
88 fExactOnly == rhs.fExactOnly &&
precision.cpp 25 : fExactOnly(FALSE), fFailIfOverMax(FALSE), fRoundingMode(DecimalFormat::kRoundHalfEven) {
73 if (fExactOnly && (value.fContext.status & DEC_Inexact)) {
316 if (fExactOnly) {
decimfmtimpl.h 243 fEffPrecision.fMantissa.fExactOnly = (fRoundingMode == DecimalFormat::kRoundUnnecessary);
  /external/icu/icu4c/source/test/intltest/
numberformat2test.cpp     [all...]

Completed in 692 milliseconds