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

  /external/chromium_org/third_party/icu/source/test/intltest/
tzbdtest.h 45 //static UnicodeString* showDate(long l);
46 UnicodeString showDate(UDate d);
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/icu4c/source/test/intltest/
tzbdtest.h 45 //static UnicodeString* showDate(long l);
46 UnicodeString showDate(UDate d);
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));
  /packages/apps/Calendar/src/com/android/calendar/
CalendarViewAdapter.java 86 public CalendarViewAdapter(Context context, int viewType, boolean showDate) {
92 mShowDate = showDate;
101 if (showDate) {

Completed in 205 milliseconds