Lines Matching refs:dtitvfmt
67 DateIntervalFormat* dtitvfmt = DateIntervalFormat::createInstance(UDAT_YEAR_MONTH_DAY, status); in testAPI() local
72 delete dtitvfmt; in testAPI()
81 … dtitvfmt = DateIntervalFormat::createInstance(UDAT_YEAR_MONTH_DAY, Locale::getJapanese(), status); in testAPI()
86 delete dtitvfmt; in testAPI()
97 dtitvfmt = DateIntervalFormat::createInstance("EEEdMMMyhms", *dtitvinf, status); in testAPI()
104 delete dtitvfmt; in testAPI()
115 …dtitvfmt = DateIntervalFormat::createInstance("EEEdMMMyhms", Locale::getSimplifiedChinese(), *dtit… in testAPI()
128 DateIntervalFormat* another = (DateIntervalFormat*)dtitvfmt->clone(); in testAPI()
129 if ( (*another) != (*dtitvfmt) ) { in testAPI()
138 dtitvfmt->setDateIntervalInfo(*inf, status); in testAPI()
139 const DateIntervalInfo* anotherInf = dtitvfmt->getDateIntervalInfo(); in testAPI()
235 if(dtitvfmt->getDynamicClassID() != DateIntervalFormat::getStaticClassID()) { in testAPI()
280 dtitvfmt->format(formattable, res, pos, status); in testAPI()
291 dtitvfmt->format(formattable, res, pos, status); in testAPI()
297 const DateFormat* dfmt = dtitvfmt->getDateFormat(); in testAPI()
303 dtitvfmt->format(*fromCal, *toCal, res, pos, status); in testAPI()
315 ((Format*)dtitvfmt)->parseObject(res, fmttable, status); in testAPI()
321 delete dtitvfmt; in testAPI()
326 dtitvfmt = DateIntervalFormat::createInstance("MMMdHHmm", Locale::getEnglish(), status); in testAPI()
337 dtitvfmt->adoptTimeZone(tzCalif); in testAPI()
341 dtitvfmt->format(dtitv12, res, pos, status); in testAPI()
350 dtitvfmt->setTimeZone(*tzTokyo); in testAPI()
354 dtitvfmt->format(dtitv12, res, pos, status); in testAPI()
363 if ( dtitvfmt->getTimeZone() != *tzTokyo ) { in testAPI()
369 delete dtitvfmt; in testAPI()
1081 DateIntervalFormat* dtitvfmt = DateIntervalFormat::createInstance(oneSkeleton, loc, ec); in expect() local
1084 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in expect()
1102 delete dtitvfmt; in expect()
1296 …DateIntervalFormat* dtitvfmt = DateIntervalFormat::createInstance(UDAT_YEAR_ABBR_MONTH_DAY, loc, *… in expectUserDII() local
1300 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in expectUserDII()
1311 delete dtitvfmt; in expectUserDII()
1454 DateIntervalFormat* dtitvfmt = DateIntervalFormat::createInstance(oneSkeleton, loc, ec); in stress() local
1471 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in stress()
1481 delete dtitvfmt; in stress()
1492 …DateIntervalFormat* dtitvfmt = DateIntervalFormat::createInstance(UDAT_YEAR_ABBR_MONTH_DAY, loc, *… in stress() local
1496 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in stress()
1511 delete dtitvfmt; in stress()