Searched defs:tzfmt (Results 1 – 9 of 9) sorted by relevance
634 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc); in TestParse() local882 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(uloc); in TestFormat() local969 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc).cloneAsThawed(); in TestFormatTZDBNames() local
636 TimeZoneFormat tzfmt = univ.getTimeZoneFormat().cloneAsThawed(); in TestGenericTime() local3218 TimeZoneFormat tzfmt = fmt.getTimeZoneFormat().cloneAsThawed(); in expect() local
542 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName() local570 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName() local600 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName() local
831 …LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(Locale(DATA[i].locale), status)); in TestParse() local1115 …LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(Locale(DATA[i].locale), status)); in TestFormat() local1206 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(loc, status)); in TestFormatTZDBNames() local
1203 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local1234 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local1274 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() local
475 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other; in operator ==() local503 TimeZoneFormat* tzfmt = new TimeZoneFormat(locale, status); in createInstance() local
3783 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status); in tzFormat() local
2350 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(ULocale.ENGLISH).cloneAsThawed(); in getTestObjects() local
3575 public void setTimeZoneFormat(TimeZoneFormat tzfmt) { in setTimeZoneFormat()