Home | History | Annotate | Download | only in intltest

Lines Matching refs:dfmt

1949     DateFormat& dfmt = *(DateFormat*)&fmt;
1957 logln(UnicodeString("Ok: ") + dfmt.format(cal.getTime(status), str.remove()));
1959 errln(UnicodeString("FAIL: ") + dfmt.format(cal.getTime(status), str.remove())
1964 logln(dfmt.format(cal.getTime(status), str.remove()));