Searched refs:showDate (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneBoundaryTest.java | 93 logln("Date Before: " + showDate(min)); in findDaylightBoundaryUsingDate() 94 logln("Date After: " + showDate(max)); in findDaylightBoundaryUsingDate() 186 logln(tz.getID() + " Before: " + showDate(min, tz)); in findDaylightBoundaryUsingTimeZone() 187 logln(tz.getID() + " After: " + showDate(max, tz)); in findDaylightBoundaryUsingTimeZone() 200 private static String showDate(long l) in showDate() method in TimeZoneBoundaryTest 202 return showDate(new Date(l)); in showDate() 205 private static String showDate(Date d) in showDate() method in TimeZoneBoundaryTest 217 private static String showDate(long l, TimeZone z) in showDate() method in TimeZoneBoundaryTest 219 return showDate(new Date(l), z); in showDate() 222 private static String showDate(Date d, TimeZone zone) in showDate() method in TimeZoneBoundaryTest [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneBoundaryTest.java | 90 logln("Date Before: " + showDate(min)); in findDaylightBoundaryUsingDate() 91 logln("Date After: " + showDate(max)); in findDaylightBoundaryUsingDate() 183 logln(tz.getID() + " Before: " + showDate(min, tz)); in findDaylightBoundaryUsingTimeZone() 184 logln(tz.getID() + " After: " + showDate(max, tz)); in findDaylightBoundaryUsingTimeZone() 197 private static String showDate(long l) in showDate() method in TimeZoneBoundaryTest 199 return showDate(new Date(l)); in showDate() 202 private static String showDate(Date d) in showDate() method in TimeZoneBoundaryTest 214 private static String showDate(long l, TimeZone z) in showDate() method in TimeZoneBoundaryTest 216 return showDate(new Date(l), z); in showDate() 219 private static String showDate(Date d, TimeZone zone) in showDate() method in TimeZoneBoundaryTest [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tzbdtest.cpp | 94 logln("Date Before: " + showDate(min)); in findDaylightBoundaryUsingDate() 95 logln("Date After: " + showDate(max)); in findDaylightBoundaryUsingDate() 145 logln(tz->getID(str) + " Before: " + showDate(min)); in findDaylightBoundaryUsingTimeZone() 146 logln(tz->getID(str) + " After: " + showDate(max)); in findDaylightBoundaryUsingTimeZone() 167 TimeZoneBoundaryTest::showDate(UDate d) in showDate() function in TimeZoneBoundaryTest 405 logln("Binary Search Before: " + showDate(min)); in testUsingBinarySearch() 406 logln("Binary Search After: " + showDate(max)); in testUsingBinarySearch()
|
D | tzbdtest.h | 48 UnicodeString showDate(UDate d);
|