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 287 UDateFormat* dateTimeFormatWithSeconds = openDateFormat(UDAT_MEDIUM, UDAT_SHORT);
288 m_dateTimeFormatWithSeconds = getDateFormatPattern(dateTimeFormatWithSeconds);
289 udat_close(dateTimeFormatWithSeconds);
365 String LocaleICU::dateTimeFormatWithSeconds()
LocaleWin.cpp 464 String LocaleWin::dateTimeFormatWithSeconds()

Completed in 42 milliseconds