OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testUsingBinarySearch
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tztest.h
55
void
testUsingBinarySearch
(const TimeZone& tz,
tzbdtest.h
65
virtual void
testUsingBinarySearch
(SimpleTimeZone* tz, UDate d, UDate expectedBoundary);
tzbdtest.cpp
382
TimeZoneBoundaryTest::
testUsingBinarySearch
(SimpleTimeZone* tz, UDate d, UDate expectedBoundary)
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);
tztest.cpp
207
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,
[
all
...]
/external/icu4c/test/intltest/
tztest.h
57
void
testUsingBinarySearch
(const TimeZone& tz,
tzbdtest.h
65
virtual void
testUsingBinarySearch
(SimpleTimeZone* tz, UDate d, UDate expectedBoundary);
tzbdtest.cpp
382
TimeZoneBoundaryTest::
testUsingBinarySearch
(SimpleTimeZone* tz, UDate d, UDate expectedBoundary)
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);
tztest.cpp
216
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,
[
all
...]
Completed in 181 milliseconds