Home | History | Annotate | Download | only in util

Lines Matching refs:dstOffset

276         final int dstOffset = LONDON_DST_OFFSET_MILLIS;
284 countryTimeZones.lookupByOffsetWithBias(dstOffset, true /* isDst */, WHEN_DST,
290 countryTimeZones.lookupByOffsetWithBias(dstOffset, true /* isDst */, WHEN_DST,
301 OffsetResult noDstMatch1 = countryTimeZones.lookupByOffsetWithBias(dstOffset,
313 dstOffset,
504 final int dstOffset = LONDON_DST_OFFSET_MILLIS;
512 countryTimeZones.lookupByOffsetWithBias(dstOffset, NORMAL_DST_ADJUSTMENT, WHEN_DST,
518 countryTimeZones.lookupByOffsetWithBias(dstOffset, NORMAL_DST_ADJUSTMENT, WHEN_DST,
534 assertNull(countryTimeZones.lookupByOffsetWithBias(dstOffset, null, WHEN_NO_DST,
537 countryTimeZones.lookupByOffsetWithBias(dstOffset, null, WHEN_DST,
542 OffsetResult noDstMatch1 = countryTimeZones.lookupByOffsetWithBias(dstOffset,
554 OffsetResult noDstMatch4 = countryTimeZones.lookupByOffsetWithBias(dstOffset,