HomeSort by relevance Sort by last modified time
    Searched refs:lookupByOffsetWithBias (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/libcore/libcore/util/
CountryTimeZonesTest.java 144 countryTimeZones.lookupByOffsetWithBias(LONDON_DST_OFFSET_MILLIS,
147 countryTimeZones.lookupByOffsetWithBias(LONDON_NO_DST_OFFSET_MILLIS,
152 OffsetResult noDstMatch1 = countryTimeZones.lookupByOffsetWithBias(
156 OffsetResult noDstMatch2 = countryTimeZones.lookupByOffsetWithBias(
160 OffsetResult noDstMatch3 = countryTimeZones.lookupByOffsetWithBias(
164 OffsetResult noDstMatch4 = countryTimeZones.lookupByOffsetWithBias(
168 OffsetResult noDstMatch5 = countryTimeZones.lookupByOffsetWithBias(
172 OffsetResult noDstMatch6 = countryTimeZones.lookupByOffsetWithBias(
180 countryTimeZones.lookupByOffsetWithBias(LONDON_DST_OFFSET_MILLIS,
183 countryTimeZones.lookupByOffsetWithBias(LONDON_NO_DST_OFFSET_MILLIS
    [all...]
  /libcore/luni/src/main/java/libcore/util/
TimeZoneFinder.java 203 countryTimeZones.lookupByOffsetWithBias(offsetMillis, isDst, whenMillis, bias);
    [all...]

Completed in 133 milliseconds