HomeSort by relevance Sort by last modified time
    Searched full:fmtr (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
dcfmtest.cpp 378 DecimalFormat fmtr(pattern, symbols, status);
385 fmtr.setRoundingMode(DecimalFormat::kRoundCeiling);
387 fmtr.setRoundingMode(DecimalFormat::kRoundFloor);
389 fmtr.setRoundingMode(DecimalFormat::kRoundDown);
391 fmtr.setRoundingMode(DecimalFormat::kRoundUp);
393 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven);
395 fmtr.setRoundingMode(DecimalFormat::kRoundHalfDown);
397 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp);
401 fmtr.setRoundingMode(DecimalFormat::kRoundUnnecessary);
403 fmtr.setRoundingMode(DecimalFormat::kRoundFloor)
    [all...]
numfmtst.cpp 6268 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_DECIMAL, status); local
6286 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_DECIMAL, status); local
6317 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_PERCENT, status); local
6334 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_DECIMAL, status); local
    [all...]

Completed in 63 milliseconds