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

/external/icu/icu4c/source/test/intltest/
H A Dtzbdtest.cpp384 TimeZoneBoundaryTest::testUsingBinarySearch(SimpleTimeZone* tz, UDate d, UDate expectedBoundary) function in class:TimeZoneBoundaryTest
432 testUsingBinarySearch(tz, date(97, 0, 1), 858416400000.0);
434 testUsingBinarySearch(tz, date(97, 6, 1), 871380000000.0);
440 testUsingBinarySearch(tz, date(97, 0, 1), 861184800000.0);
442 testUsingBinarySearch(tz, date(97, 6, 1), 874227600000.0);
H A Dtztest.cpp219 testUsingBinarySearch(*zone, date(90, UCAL_JANUARY, 1), date(90, UCAL_JUNE, 15), marchOne);
220 testUsingBinarySearch(*zone, date(90, UCAL_JUNE, 1), date(90, UCAL_DECEMBER, 31), julyOne);
270 TimeZoneTest::testUsingBinarySearch(const TimeZone& tz, function in class:TimeZoneTest

Completed in 221 milliseconds