Home | History | Annotate | Download | only in intltest

Lines Matching refs:getDateFormat

212     // ====== Test getDateFormat, setDateFormat, adoptDateFormat
215 logln("Testing DateIntervalFormat getDateFormat");
217 const DateFormat* fmt = another->getDateFormat();
219 const DateFormat* anotherFmt = dtitvfmt->getDateFormat();
221 dataerrln("ERROR: getDateFormat/setDateFormat failed");
227 anotherFmt = dtitvfmt->getDateFormat();
251 DateFormat* constFmt = (constFmt*)dtitvfmt->getDateFormat()->clone();
302 const DateFormat* dfmt = dtitvfmt->getDateFormat();
1448 const DateFormat* dformat = dtitvfmt->getDateFormat();
1531 static_cast<const SimpleDateFormat*>(fmt->getDateFormat())->toPattern(pattern);