Home
last modified time | relevance | path

Searched refs:showDate (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java90 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 …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java93 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 …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DFormattedFileWriter.java102 private boolean showDate = true; field in FormattedFileWriter
132 public FormattedFileWriter setShowDate(boolean showDate) { in setShowDate() argument
133 this.showDate = showDate; in setShowDate()
165 return showDate ? CldrUtility.isoFormatDateOnly(new Date()) : ""; in getDateValue()
DShowData.java691 … String header, String[] headerAndFooter, String indexTitle, boolean showDate) throws IOException { in getChartTemplate() argument
702 .add("%date%", showDate ? CldrUtility.isoFormatDateOnly(new Date()) : ""); in getChartTemplate()
/external/icu/icu4c/source/test/intltest/
Dtzbdtest.cpp94 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()
Dtzbdtest.h48 UnicodeString showDate(UDate d);