Home
last modified time | relevance | path

Searched refs:maxdelta (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtzbdtest.cpp97 UDate maxdelta = max - expectedBoundary; in findDaylightBoundaryUsingDate() local
100 maxdelta >= 0 && in findDaylightBoundaryUsingDate()
101maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary); in findDaylightBoundaryUsingDate()
148 UDate maxdelta = max - expectedBoundary; in findDaylightBoundaryUsingTimeZone() local
151 maxdelta >= 0 && in findDaylightBoundaryUsingTimeZone()
152maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary); in findDaylightBoundaryUsingTimeZone()
408 UDate maxdelta = max - expectedBoundary; in testUsingBinarySearch() local
411 maxdelta >= 0 && in testUsingBinarySearch()
412maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary); in testUsingBinarySearch()
Dtztest.cpp295 UDate maxdelta = max - expectedBoundary; in testUsingBinarySearch() local
298 maxdelta >= 0 && in testUsingBinarySearch()
299 maxdelta <= INTERVAL) in testUsingBinarySearch()