OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:showDate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/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/icu4c/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));
Completed in 58 milliseconds