Searched defs:dateTimeFormatWithSeconds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleICU.cpp286 UDateFormat* dateTimeFormatWithSeconds = openDateFormat(UDAT_MEDIUM, UDAT_SHORT); local
287 m_dateTimeFormatWithSeconds = getDateFormatPattern(dateTimeFormatWithSeconds);
288 udat_close(dateTimeFormatWithSeconds);
364 String LocaleICU::dateTimeFormatWithSeconds() function in class:blink::LocaleICU
H A DLocaleWin.cpp462 String LocaleWin::dateTimeFormatWithSeconds() function in class:blink::LocaleWin

Completed in 642 milliseconds