Lines Matching refs:DecimalFormat
321 DecimalFormat format(pattern, symbols, status); in execParseTest()
388 DecimalFormat fmtr(pattern, symbols, status); in execFormatTest()
395 fmtr.setRoundingMode(DecimalFormat::kRoundCeiling); in execFormatTest()
397 fmtr.setRoundingMode(DecimalFormat::kRoundFloor); in execFormatTest()
399 fmtr.setRoundingMode(DecimalFormat::kRoundDown); in execFormatTest()
401 fmtr.setRoundingMode(DecimalFormat::kRoundUp); in execFormatTest()
403 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven); in execFormatTest()
405 fmtr.setRoundingMode(DecimalFormat::kRoundHalfDown); in execFormatTest()
407 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp); in execFormatTest()
411 fmtr.setRoundingMode(DecimalFormat::kRoundUnnecessary); in execFormatTest()
413 fmtr.setRoundingMode(DecimalFormat::kRoundFloor); in execFormatTest()