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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzbdtest.cpp74 TimeZoneBoundaryTest::findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary) function in class:TimeZoneBoundaryTest
341 findDaylightBoundaryUsingDate(date(97, 0, 1), "PST", PST_1997_BEG);
343 findDaylightBoundaryUsingDate(date(97, 6, 1), "PDT", PST_1997_END);
/external/icu/icu4c/source/test/intltest/
H A Dtzbdtest.cpp74 TimeZoneBoundaryTest::findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary) function in class:TimeZoneBoundaryTest
341 findDaylightBoundaryUsingDate(date(97, 0, 1), "PST", PST_1997_BEG);
343 findDaylightBoundaryUsingDate(date(97, 6, 1), "PDT", PST_1997_END);

Completed in 117 milliseconds