Lines Matching refs:DecimalFormat
325 DecimalFormat format(pattern, symbols, status); in execParseTest()
392 DecimalFormat fmtr(pattern, symbols, status); in execFormatTest()
399 fmtr.setRoundingMode(DecimalFormat::kRoundCeiling); in execFormatTest()
401 fmtr.setRoundingMode(DecimalFormat::kRoundFloor); in execFormatTest()
403 fmtr.setRoundingMode(DecimalFormat::kRoundDown); in execFormatTest()
405 fmtr.setRoundingMode(DecimalFormat::kRoundUp); in execFormatTest()
407 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven); in execFormatTest()
409 fmtr.setRoundingMode(DecimalFormat::kRoundHalfDown); in execFormatTest()
411 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp); in execFormatTest()
415 fmtr.setRoundingMode(DecimalFormat::kRoundUnnecessary); in execFormatTest()
417 fmtr.setRoundingMode(DecimalFormat::kRoundFloor); in execFormatTest()