HomeSort by relevance Sort by last modified time
    Searched defs:showDate (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/test/intltest/
tzbdtest.cpp 92 logln("Date Before: " + showDate(min));
93 logln("Date After: " + showDate(max));
143 logln(tz->getID(str) + " Before: " + showDate(min));
144 logln(tz->getID(str) + " After: " + showDate(max));
157 TimeZoneBoundaryTest::showDate(int32_t l)
159 return showDate(new Date(l));
165 TimeZoneBoundaryTest::showDate(UDate d)
403 logln("Binary Search Before: " + showDate(min));
404 logln("Binary Search After: " + showDate(max));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneBoundaryTest.java 91 logln("Date Before: " + showDate(min));
92 logln("Date After: " + showDate(max));
135 // logln("Calendar Before: " + showDate(min));
136 // logln("Calendar After: " + showDate(max));
184 logln(tz.getID() + " Before: " + showDate(min, tz));
185 logln(tz.getID() + " After: " + showDate(max, tz));
198 private static String showDate(long l)
200 return showDate(new Date(l));
203 private static String showDate(Date d)
215 private static String showDate(long l, TimeZone z
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneBoundaryTest.java 87 logln("Date Before: " + showDate(min));
88 logln("Date After: " + showDate(max));
131 // logln("Calendar Before: " + showDate(min));
132 // logln("Calendar After: " + showDate(max));
180 logln(tz.getID() + " Before: " + showDate(min, tz));
181 logln(tz.getID() + " After: " + showDate(max, tz));
194 private static String showDate(long l)
196 return showDate(new Date(l));
199 private static String showDate(Date d)
211 private static String showDate(long l, TimeZone z
    [all...]

Completed in 78 milliseconds