HomeSort by relevance Sort by last modified time
    Searched defs:dateTimeFormatWithSeconds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleICU.cpp 286 UDateFormat* dateTimeFormatWithSeconds = openDateFormat(UDAT_MEDIUM, UDAT_SHORT);
287 m_dateTimeFormatWithSeconds = getDateFormatPattern(dateTimeFormatWithSeconds);
288 udat_close(dateTimeFormatWithSeconds);
364 String LocaleICU::dateTimeFormatWithSeconds()
LocaleWin.cpp 462 String LocaleWin::dateTimeFormatWithSeconds()

Completed in 64 milliseconds