Lines Matching refs:julyOne
199 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
211 if (julyOne != expJulyOne)
213 errln((UnicodeString)"FAIL: Expected start computed as " + julyOne +
214 " = " + dateToString(julyOne));
220 testUsingBinarySearch(*zone, date(90, UCAL_JUNE, 1), date(90, UCAL_DECEMBER, 31), julyOne);
225 if (!zone->inDaylightTime(julyOne - 1000, status) ||
226 zone->inDaylightTime(julyOne, status))
231 zone->inDaylightTime(julyOne - 1000, status))