Lines Matching refs:exp
196 const UnicodeString& exp, UBool rt=TRUE);
199 const char *exp, UBool rt=TRUE) {
200 expect(fmt, n, UnicodeString(exp, ""), rt);
204 const UnicodeString& exp, UErrorCode);
207 const char *exp, UErrorCode errorCode) {
208 expect(fmt, n, UnicodeString(exp, ""), errorCode);
230 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
232 void expectPat(DecimalFormat& fmt, const char *exp) {
233 expectPat(fmt, UnicodeString(exp, ""));
247 const UnicodeString& exp, UBool rt=TRUE);