Lines Matching defs:expect
340 void expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
342 void expect(NumberFormat& fmt, const char *str, const Formattable& n) {
343 expect(fmt, UnicodeString(str, ""), n);
346 void expect(NumberFormat& fmt, const Formattable& n,
349 void expect(NumberFormat& fmt, const Formattable& n,
351 expect(fmt, n, UnicodeString(exp, ""), rt);
354 void expect(NumberFormat* fmt, const Formattable& n,
357 void expect(NumberFormat* fmt, const Formattable& n,
359 expect(fmt, n, UnicodeString(exp, ""), rt, errorCode);
362 void expect(NumberFormat* fmt, const Formattable& n,
364 expect(fmt, n, exp, true, errorCode);
367 void expect(NumberFormat* fmt, const Formattable& n,
369 expect(fmt, n, UnicodeString(exp, ""), true, errorCode);