Home | History | Annotate | Download | only in i18n

Lines Matching refs:UBool

233 UBool
334 int32_t time, TimeMode mode, UBool after, UErrorCode& status)
386 int32_t time, TimeMode mode, UBool after, UErrorCode& status)
473 UBool southern = (startMonth > endMonth);
532 UBool recalc = FALSE;
708 UBool
720 UBool SimpleTimeZone::inDaylightTime(UDate date, UErrorCode& status) const
733 UBool result = gc->inDaylightTime(status);
745 UBool
872 useDaylight = (UBool)((startDay != 0) && (endDay != 0) ? TRUE : FALSE);
927 useDaylight = (UBool)((startDay != 0) && (endDay != 0) ? TRUE : FALSE);
972 UBool
973 SimpleTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const {
989 UBool stdAvail = stdRule->getNextStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings(), inclusive, stdDate);
990 UBool dstAvail = dstRule->getNextStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate);
1006 UBool
1007 SimpleTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const {
1023 UBool stdAvail = stdRule->getPreviousStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings(), inclusive, stdDate);
1024 UBool dstAvail = dstRule->getPreviousStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate);