Searched refs:expectedBoundary (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/intltest/ |
D | tzbdtest.cpp | 74 …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 …]
|
D | tzbdtest.h | 40 …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);
|
D | tztest.h | 59 UDate expectedBoundary);
|
D | tztest.cpp | 262 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()
|