Lines Matching refs:DecimalFormat
251 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
254 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad()
259 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
262 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad()
267 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
269 void expectPat(DecimalFormat& fmt, const char *exp) { in expectPat()
273 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
276 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad()
295 void checkRounding(DecimalFormat* df, double base, int iterations, double increment);
297 double checkRound(DecimalFormat* df, double iValue, double lastParsed);
300 DecimalFormat& format,
303 const DecimalFormat::ERoundingMode *roundingModes,