Home | History | Annotate | Download | only in intltest

Lines Matching refs:fmtr

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);
428 fmtr.format(fmtbl, result, NULL, status);
433 fmtr.format(spInput, result, NULL, status);