Lines Matching full:formattable
167 static UBool equalValue(const Formattable& a, const Formattable& b);
175 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
177 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
179 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) {
183 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
185 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) {
189 void expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
191 void expect(NumberFormat& fmt, const char *str, const Formattable& n) {
195 void expect(NumberFormat& fmt, const Formattable& n,
198 void expect(NumberFormat& fmt, const Formattable& n,
203 void expect(NumberFormat* fmt, const Formattable& n,
206 void expect(NumberFormat* fmt, const Formattable& n,
244 void expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
246 void expect_rbnf(NumberFormat& fmt, const Formattable& n,