Searched refs:testUsingBinarySearch (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/test/java/util/TimeZone/
H A DTimeZoneBoundaryTest.java285 void testUsingBinarySearch(SimpleTimeZone tz, Date d, long expectedBoundary) method in class:TimeZoneBoundaryTest
376 testUsingBinarySearch(tz, new Date(97,0,1), 858416400000L);
378 testUsingBinarySearch(tz, new Date(97,6,1), 871380000000L);
387 testUsingBinarySearch(tz, new Date(97,0,1), 861184800000L);
389 testUsingBinarySearch(tz, new Date(97,6,1), 874227600000L);
H A DTimeZoneTest.java481 testUsingBinarySearch(zone, new Date(90, Calendar.JANUARY, 1).getTime(),
483 testUsingBinarySearch(zone, new Date(90, Calendar.JUNE, 1).getTime(),
503 void testUsingBinarySearch(SimpleTimeZone tz, long min, long max, long expectedBoundary) method in class:TimeZoneTest

Completed in 93 milliseconds