Lines Matching refs:str
321 const UnicodeString& str);
324 const UnicodeString& str);
326 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
328 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
330 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) {
331 expect2(fmt, n, UnicodeString(str, ""));
334 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
336 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) {
337 expect2(fmt, n, UnicodeString(str, ""), ec);
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);
405 void expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);