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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleICU.cpp291 UDateFormat* dateTimeFormatWithoutSeconds = openDateFormat(UDAT_SHORT, UDAT_SHORT); local
292 m_dateTimeFormatWithoutSeconds = getDateFormatPattern(dateTimeFormatWithoutSeconds);
293 udat_close(dateTimeFormatWithoutSeconds);
371 String LocaleICU::dateTimeFormatWithoutSeconds() function in class:WebCore::LocaleICU
H A DLocaleWin.cpp476 String LocaleWin::dateTimeFormatWithoutSeconds() function in class:WebCore::LocaleWin

Completed in 91 milliseconds