Searched refs:showDate (Results 1 - 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneBoundaryTest.java93 logln("Date Before: " + showDate(min));
94 logln("Date After: " + showDate(max));
137 // logln("Calendar Before: " + showDate(min));
138 // logln("Calendar After: " + showDate(max));
186 logln(tz.getID() + " Before: " + showDate(min, tz));
187 logln(tz.getID() + " After: " + showDate(max, tz));
200 private static String showDate(long l) method in class:TimeZoneBoundaryTest
202 return showDate(new Date(l));
205 private static String showDate(Date d) method in class:TimeZoneBoundaryTest
217 private static String showDate(lon method in class:TimeZoneBoundaryTest
222 private static String showDate(Date d, TimeZone zone) method in class:TimeZoneBoundaryTest
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneBoundaryTest.java90 logln("Date Before: " + showDate(min));
91 logln("Date After: " + showDate(max));
134 // logln("Calendar Before: " + showDate(min));
135 // logln("Calendar After: " + showDate(max));
183 logln(tz.getID() + " Before: " + showDate(min, tz));
184 logln(tz.getID() + " After: " + showDate(max, tz));
197 private static String showDate(long l) method in class:TimeZoneBoundaryTest
199 return showDate(new Date(l));
202 private static String showDate(Date d) method in class:TimeZoneBoundaryTest
214 private static String showDate(lon method in class:TimeZoneBoundaryTest
219 private static String showDate(Date d, TimeZone zone) method in class:TimeZoneBoundaryTest
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzbdtest.h47 //static UnicodeString* showDate(long l);
48 UnicodeString showDate(UDate d);
H A Dtzbdtest.cpp94 logln("Date Before: " + showDate(min));
95 logln("Date After: " + showDate(max));
145 logln(tz->getID(str) + " Before: " + showDate(min));
146 logln(tz->getID(str) + " After: " + showDate(max));
159 TimeZoneBoundaryTest::showDate(int32_t l)
161 return showDate(new Date(l));
167 TimeZoneBoundaryTest::showDate(UDate d) function in class:TimeZoneBoundaryTest
405 logln("Binary Search Before: " + showDate(min));
406 logln("Binary Search After: " + showDate(max));
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 187 milliseconds