Lines Matching refs:Formattable
309 UBool testFormattableAsUFormattable(const char *file, int line, Formattable &f);
313 static UBool equalValue(const Formattable& a, const Formattable& b);
321 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
323 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
325 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { in expect2()
329 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
331 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { in expect2()
335 void expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
337 void expect(NumberFormat& fmt, const char *str, const Formattable& n) { in expect()
341 void expect(NumberFormat& fmt, const Formattable& n,
344 void expect(NumberFormat& fmt, const Formattable& n,
349 void expect(NumberFormat* fmt, const Formattable& n,
352 void expect(NumberFormat* fmt, const Formattable& n, in expect()
357 void expect(NumberFormat* fmt, const Formattable& n, in expect()
362 void expect(NumberFormat* fmt, const Formattable& n, in expect()
400 void expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
402 void expect_rbnf(NumberFormat& fmt, const Formattable& n,