Home
last modified time | relevance | path

Searched defs:formatDate (Results 1 – 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/http/impl/cookie/
DDateUtils.java184 public static String formatDate(Date date) { in formatDate() method in DateUtils
201 public static String formatDate(Date date, String pattern) { in formatDate() method in DateUtils
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
DOkUrlFactoryTest.java193 private static String formatDate(long delta, TimeUnit timeUnit) { in formatDate() method in OkUrlFactoryTest
197 private static String formatDate(Date date) { in formatDate() method in OkUrlFactoryTest
DUrlConnectionCacheTest.java1663 private String formatDate(long delta, TimeUnit timeUnit) { in formatDate() method in UrlConnectionCacheTest
1667 private String formatDate(Date date) { in formatDate() method in UrlConnectionCacheTest
/external/icu/icu4c/source/i18n/
Dwindtfmt.cpp307 void Win32DateFormat::formatDate(const SYSTEMTIME *st, UnicodeString &appendTo) const in formatDate() function in Win32DateFormat
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
DResponseCacheTest.java1689 private String formatDate(long delta, TimeUnit timeUnit) { in formatDate() method in ResponseCacheTest
1693 private String formatDate(Date date) { in formatDate() method in ResponseCacheTest
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCacheTest.java2186 private String formatDate(long delta, TimeUnit timeUnit) { in formatDate() method in CacheTest
2190 private String formatDate(Date date) { in formatDate() method in CacheTest