Searched defs:adoptTimeZone (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dwindtfmt.cpp222 void Win32DateFormat::adoptTimeZone(TimeZone *zoneToAdopt) function in class:Win32DateFormat
225 fCalendar->adoptTimeZone(zoneToAdopt);
H A Ddatefmt.cpp610 DateFormat::adoptTimeZone(TimeZone* zone) function in class:DateFormat
613 fCalendar->adoptTimeZone(zone);
H A Ddtitvfmt.cpp453 DateIntervalFormat::adoptTimeZone(TimeZone* zone) function in class:DateIntervalFormat
456 fDateFormat->adoptTimeZone(zone);
H A Dcalendar.cpp22 * 03/17/99 stephen Changed adoptTimeZone() - now fAreFieldsSet is
975 c->adoptTimeZone(zonePtr.orphan()); // Set the correct time zone
2367 Calendar::adoptTimeZone(TimeZone* zone) function in class:Calendar
2384 adoptTimeZone(zone.clone());

Completed in 169 milliseconds