Home | History | Annotate | Download | only in intltest

Lines Matching refs:DecimalFormat

214     void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
217 void expectPad(DecimalFormat& fmt, const char *pat,
222 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
225 void expectPad(DecimalFormat& fmt, const char *pat,
230 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
232 void expectPat(DecimalFormat& fmt, const char *exp) {
236 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
239 void expectPad(DecimalFormat& fmt, const char *pat,
258 void checkRounding(DecimalFormat* df, double base, int iterations, double increment);
260 double checkRound(DecimalFormat* df, double iValue, double lastParsed);