Lines Matching refs:mid
97 UDate mid = (min + max) / 2;98 if (tz.inDaylightTime(mid, status) == startsInDST) {99 min = mid;101 max = mid;