Lines Matching refs:TimeZone
11 #include "unicode/timezone.h"
16 // timezone setting.
21 // Called when the timezone has changed. |timezone| is non-null.
22 virtual void TimezoneChanged(const icu::TimeZone& timezone) = 0;
27 // Returns the current timezone as an icu::Timezone object.
28 virtual const icu::TimeZone& GetTimezone() = 0;
30 // Sets the current timezone. |timezone| must be non-null.
31 virtual void SetTimezone(const icu::TimeZone& timezone) = 0;