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

  /external/icu4c/test/intltest/
dcfmtest.cpp 388 DecimalFormat fmtr(pattern, symbols, status);
395 fmtr.setRoundingMode(DecimalFormat::kRoundCeiling);
397 fmtr.setRoundingMode(DecimalFormat::kRoundFloor);
399 fmtr.setRoundingMode(DecimalFormat::kRoundDown);
401 fmtr.setRoundingMode(DecimalFormat::kRoundUp);
403 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven);
405 fmtr.setRoundingMode(DecimalFormat::kRoundHalfDown);
407 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp);
411 fmtr.setRoundingMode(DecimalFormat::kRoundUnnecessary);
413 fmtr.setRoundingMode(DecimalFormat::kRoundFloor)
    [all...]
numfmtst.cpp 6321 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_DECIMAL, status); local
6339 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_DECIMAL, status); local
6370 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_PERCENT, status); local
6392 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_DECIMAL, status); local
    [all...]

Completed in 80 milliseconds