Home | History | Annotate | Download | only in intltest

Lines Matching refs:DecimalFormat

247     void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
250 void expectPad(DecimalFormat& fmt, const char *pat,
255 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
258 void expectPad(DecimalFormat& fmt, const char *pat,
263 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
265 void expectPat(DecimalFormat& fmt, const char *exp) {
269 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
272 void expectPad(DecimalFormat& fmt, const char *pat,
291 void checkRounding(DecimalFormat* df, double base, int iterations, double increment);
293 double checkRound(DecimalFormat* df, double iValue, double lastParsed);
296 DecimalFormat& format,
299 const DecimalFormat::ERoundingMode *roundingModes,