Home
last modified time | relevance | path

Searched refs:expectedBoundary (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/test/intltest/
Dtzbdtest.cpp74 …BoundaryTest::findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary) in findDaylightBoundaryUsingDate() argument
94 UDate mindelta = expectedBoundary - min; in findDaylightBoundaryUsingDate()
95 UDate maxdelta = max - expectedBoundary; in findDaylightBoundaryUsingDate()
99 … maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary); in findDaylightBoundaryUsingDate()
100 else dataerrln(UnicodeString("FAIL: Expected boundary at ") + expectedBoundary); in findDaylightBoundaryUsingDate()
106 …BoundaryTest::findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary) in findDaylightBoundaryUsingTimeZone() argument
109 findDaylightBoundaryUsingTimeZone(d, startsInDST, expectedBoundary, zone); in findDaylightBoundaryUsingTimeZone()
116 …findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary, TimeZone* tz) in findDaylightBoundaryUsingTimeZone() argument
145 UDate mindelta = expectedBoundary - min; in findDaylightBoundaryUsingTimeZone()
146 UDate maxdelta = max - expectedBoundary; in findDaylightBoundaryUsingTimeZone()
[all …]
Dtzbdtest.h40 …virtual void findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary);
41 …virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary);
42 …findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary, TimeZone* tz…
65 virtual void testUsingBinarySearch(SimpleTimeZone* tz, UDate d, UDate expectedBoundary);
Dtztest.h59 UDate expectedBoundary);
Dtztest.cpp262 UDate expectedBoundary) in testUsingBinarySearch() argument
283 UDate mindelta = expectedBoundary - min; in testUsingBinarySearch()
284 UDate maxdelta = max - expectedBoundary; in testUsingBinarySearch()
289 …logln(UnicodeString("PASS: Expected bdry: ") + expectedBoundary + " = " + dateToString(expectedBo… in testUsingBinarySearch()
291 …errln(UnicodeString("FAIL: Expected bdry: ") + expectedBoundary + " = " + dateToString(expectedBo… in testUsingBinarySearch()