Lines Matching refs:UBool
121 UBool negative = FALSE;
156 UBool negative = FALSE;
233 UBool isUTC = FALSE;
234 UBool isValid = FALSE;
296 UBool isValid = FALSE;
361 static void getDefaultTZName(const UnicodeString &tzid, UBool isDST, UnicodeString& zonename) {
394 UBool yearly = FALSE;
395 //UBool parseError = FALSE;
400 UBool nextProp = TRUE;
489 UBool nextDOM = TRUE;
574 UBool found = FALSE;
767 static UBool isEquivalentDateRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek, const DateTimeRule *dtrule) {
1041 UBool
1060 UBool
1131 UBool
1145 UBool
1199 VTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset,
1214 UBool
1219 UBool
1224 UBool
1229 UBool
1230 VTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const {
1234 UBool
1235 VTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const {
1257 UBool eol = FALSE;
1258 UBool start = FALSE;
1259 UBool success = FALSE;
1364 UBool dst = FALSE; // current zone type
1369 UBool isRRULE = FALSE; // true if the rule is described by RRULE
1428 UBool isDST = (value.compare(ICAL_DAYLIGHT, -1) == 0);
1469 UBool nextDate = TRUE;
1552 UBool startAvail = rule->getFirstStart(fromOffset, 0, actualStart);
1932 UBool hasTransitions = FALSE;
1934 UBool tztAvail;
1936 UBool isDst;
1953 UBool sameRule = FALSE;
2106 UBool nextStartAvail = finalDstRule->getNextStart(dstUntilTime, dstFromOffset - dstFromDSTSavings, dstFromDSTSavings, false, nextStart);
2148 UBool nextStartAvail = finalStdRule->getNextStart(stdUntilTime, stdFromOffset - stdFromDSTSavings, stdFromDSTSavings, false, nextStart);
2223 VTimeZone::writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
2224 int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE,
2250 VTimeZone::writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
2284 VTimeZone::writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
2320 VTimeZone::writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
2405 UBool isFeb = (month == UCAL_FEBRUARY);
2444 VTimeZone::writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
2475 VTimeZone::writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule,
2481 UBool modifiedRule = TRUE;
2529 VTimeZone::beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
2576 VTimeZone::endZoneProps(VTZWriter& writer, UBool isDst, UErrorCode& status) const {