Home | History | Annotate | Download | only in intltest

Lines Matching refs:DecimalFormat

637     DecimalFormat fmt("0.0000000", sym, status);
642 DecimalFormat fmt("0.0000000", new DecimalFormatSymbols(*sym), perror, status);
1881 precision.fRoundingMode = DecimalFormat::kRoundFloor;
1892 precision.fRoundingMode = DecimalFormat::kRoundCeiling;
1903 precision.fRoundingMode = DecimalFormat::kRoundFloor;
2799 DecimalFormat fmt2(pattern, status);