OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:showDate
(Results
1 - 4
of
4
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/tool/
FormattedFileWriter.java
102
private boolean
showDate
= true;
132
public FormattedFileWriter setShowDate(boolean
showDate
) {
133
this.
showDate
=
showDate
;
165
return
showDate
? CldrUtility.isoFormatDateOnly(new Date()) : "";
/external/icu/icu4c/source/test/intltest/
tzbdtest.cpp
94
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)
405
logln("Binary Search Before: " +
showDate
(min));
406
logln("Binary Search After: " +
showDate
(max));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneBoundaryTest.java
93
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)
202
return
showDate
(new Date(l));
205
private static String
showDate
(Date d)
217
private static String
showDate
(long l, TimeZone z
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneBoundaryTest.java
90
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)
199
return
showDate
(new Date(l));
202
private static String
showDate
(Date d)
214
private static String
showDate
(long l, TimeZone z
[
all
...]
Completed in 143 milliseconds