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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtztest.h55 void testUsingBinarySearch(const TimeZone& tz,
H A Dtzbdtest.h65 virtual void testUsingBinarySearch(SimpleTimeZone* tz, UDate d, UDate expectedBoundary);
H A Dtzbdtest.cpp382 TimeZoneBoundaryTest::testUsingBinarySearch(SimpleTimeZone* tz, UDate d, UDate expectedBoundary) function in class:TimeZoneBoundaryTest
430 testUsingBinarySearch(tz, date(97, 0, 1), 858416400000.0);
432 testUsingBinarySearch(tz, date(97, 6, 1), 871380000000.0);
438 testUsingBinarySearch(tz, date(97, 0, 1), 861184800000.0);
440 testUsingBinarySearch(tz, date(97, 6, 1), 874227600000.0);
H A Dtztest.cpp207 testUsingBinarySearch(*zone, date(90, UCAL_JANUARY, 1), date(90, UCAL_JUNE, 15), marchOne);
208 testUsingBinarySearch(*zone, date(90, UCAL_JUNE, 1), date(90, UCAL_DECEMBER, 31), julyOne);
258 TimeZoneTest::testUsingBinarySearch(const TimeZone& tz, function in class:TimeZoneTest
/external/icu4c/test/intltest/
H A Dtzbdtest.h65 virtual void testUsingBinarySearch(SimpleTimeZone* tz, UDate d, UDate expectedBoundary);
H A Dtztest.h57 void testUsingBinarySearch(const TimeZone& tz,
H A Dtzbdtest.cpp382 TimeZoneBoundaryTest::testUsingBinarySearch(SimpleTimeZone* tz, UDate d, UDate expectedBoundary) function in class:TimeZoneBoundaryTest
430 testUsingBinarySearch(tz, date(97, 0, 1), 858416400000.0);
432 testUsingBinarySearch(tz, date(97, 6, 1), 871380000000.0);
438 testUsingBinarySearch(tz, date(97, 0, 1), 861184800000.0);
440 testUsingBinarySearch(tz, date(97, 6, 1), 874227600000.0);
H A Dtztest.cpp216 testUsingBinarySearch(*zone, date(90, UCAL_JANUARY, 1), date(90, UCAL_JUNE, 15), marchOne);
217 testUsingBinarySearch(*zone, date(90, UCAL_JUNE, 1), date(90, UCAL_DECEMBER, 31), julyOne);
267 TimeZoneTest::testUsingBinarySearch(const TimeZone& tz, function in class:TimeZoneTest

Completed in 122 milliseconds