Home | History | Annotate | Download | only in intltest

Lines Matching refs:exp

184                 const UnicodeString& exp, UBool rt=TRUE);
187 const char *exp, UBool rt=TRUE) {
188 expect(fmt, n, UnicodeString(exp, ""), rt);
192 const UnicodeString& exp, UErrorCode);
195 const char *exp, UErrorCode errorCode) {
196 expect(fmt, n, UnicodeString(exp, ""), errorCode);
218 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
220 void expectPat(DecimalFormat& fmt, const char *exp) {
221 expectPat(fmt, UnicodeString(exp, ""));
235 const UnicodeString& exp, UBool rt=TRUE);