Home | History | Annotate | Download | only in unicode

Lines Matching refs:UBool

112     virtual UBool operator==(const TimeZone& that) const;
408 int32_t time, UBool after, UErrorCode& status);
428 int32_t time, TimeMode mode, UBool after, UErrorCode& status);
528 int32_t time, UBool after, UErrorCode& status);
549 int32_t time, TimeMode mode, UBool after, UErrorCode& status);
618 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
673 virtual UBool useDaylightTime(void) const;
689 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
697 UBool hasSameRules(const TimeZone& other) const;
716 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
726 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
866 UBool useDaylight; // flag indicating whether this TimeZone uses DST
881 UBool transitionRulesInitialized;
902 int32_t time, UBool after, UErrorCode& status) {
918 int32_t time, UBool after, UErrorCode& status) {
923 SimpleTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffsetRef,