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

  /libcore/luni/src/test/java/libcore/libcore/util/
CountryTimeZonesTest.java 164 OffsetResult noDstMatch4 = countryTimeZones.lookupByOffsetWithBias(
166 assertNull(noDstMatch4);
234 OffsetResult noDstMatch4 = countryTimeZones.lookupByOffsetWithBias(
236 assertNull(noDstMatch4);
313 OffsetResult noDstMatch4 = countryTimeZones.lookupByOffsetWithBias(dstOffset,
315 assertNull(noDstMatch4);
380 OffsetResult noDstMatch4 = countryTimeZones.lookupByOffsetWithBias(
382 assertNull(noDstMatch4);
458 OffsetResult noDstMatch4 = countryTimeZones.lookupByOffsetWithBias(
460 assertNull(noDstMatch4);
    [all...]
TimeZoneFinderTest.java     [all...]

Completed in 44 milliseconds