Lines Matching refs:UBool
19 void TimeZoneBoundaryTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
108 TimeZoneBoundaryTest::findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary)
118 TimeZoneBoundaryTest::findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary, TimeZone* tz)
136 UBool isIn = tz->inDaylightTime(mid, status);
191 TimeZoneBoundaryTest::verifyDST(UDate d, TimeZone* time_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZoneOffset, UDate expDSTOffset)
313 UBool inDST = (i >= 120);
329 UBool inDST = (i >= 120);
389 UBool startsInDST = tz->inDaylightTime(d, status);
458 UBool lastState = z->inDaylightTime(d, status);
465 UBool state = z->inDaylightTime(d, status);