• Home
  • Raw
  • Download

Lines Matching refs:dtitvfmt

79     DateIntervalFormat* dtitvfmt = DateIntervalFormat::createInstance(UDAT_YEAR_MONTH_DAY, status);  in testAPI()  local
84 delete dtitvfmt; in testAPI()
93dtitvfmt = DateIntervalFormat::createInstance(UDAT_YEAR_MONTH_DAY, Locale::getJapanese(), status); in testAPI()
98 delete dtitvfmt; in testAPI()
109 dtitvfmt = DateIntervalFormat::createInstance("EEEdMMMyhms", *dtitvinf, status); in testAPI()
116 delete dtitvfmt; in testAPI()
127dtitvfmt = DateIntervalFormat::createInstance("EEEdMMMyhms", Locale::getSimplifiedChinese(), *dtit… in testAPI()
140 DateIntervalFormat* another = dtitvfmt->clone(); in testAPI()
141 if ( (*another) != (*dtitvfmt) ) { in testAPI()
150 dtitvfmt->setDateIntervalInfo(*inf, status); in testAPI()
151 const DateIntervalInfo* anotherInf = dtitvfmt->getDateIntervalInfo(); in testAPI()
247 if(dtitvfmt->getDynamicClassID() != DateIntervalFormat::getStaticClassID()) { in testAPI()
292 dtitvfmt->format(formattable, res, pos, status); in testAPI()
303 dtitvfmt->format(formattable, res, pos, status); in testAPI()
309 const DateFormat* dfmt = dtitvfmt->getDateFormat(); in testAPI()
315 dtitvfmt->format(*fromCal, *toCal, res, pos, status); in testAPI()
327 ((Format*)dtitvfmt)->parseObject(res, fmttable, status); in testAPI()
333 delete dtitvfmt; in testAPI()
338 dtitvfmt = DateIntervalFormat::createInstance("MMMdHHmm", Locale::getEnglish(), status); in testAPI()
349 dtitvfmt->adoptTimeZone(tzCalif); in testAPI()
353 dtitvfmt->format(dtitv12, res, pos, status); in testAPI()
362 dtitvfmt->setTimeZone(*tzTokyo); in testAPI()
366 dtitvfmt->format(dtitv12, res, pos, status); in testAPI()
375 if ( dtitvfmt->getTimeZone() != *tzTokyo ) { in testAPI()
381 delete dtitvfmt; in testAPI()
1223 DateIntervalFormat* dtitvfmt = DateIntervalFormat::createInstance(oneSkeleton, loc, ec); in expect() local
1226 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in expect()
1233 delete dtitvfmt; in expect()
1506 …DateIntervalFormat* dtitvfmt = DateIntervalFormat::createInstance(UDAT_YEAR_ABBR_MONTH_DAY, loc, *… in expectUserDII() local
1510 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in expectUserDII()
1521 delete dtitvfmt; in expectUserDII()
1664 DateIntervalFormat* dtitvfmt = DateIntervalFormat::createInstance(oneSkeleton, loc, ec); in stress() local
1681 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in stress()
1691 delete dtitvfmt; in stress()
1702 …DateIntervalFormat* dtitvfmt = DateIntervalFormat::createInstance(UDAT_YEAR_ABBR_MONTH_DAY, loc, *… in stress() local
1706 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in stress()
1721 delete dtitvfmt; in stress()