Searched refs:openDateFormat (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleICU.cpp139 m_shortDateFormat = openDateFormat(UDAT_NONE, UDAT_SHORT);
144 UDateFormat* LocaleICU::openDateFormat(UDateFormatStyle timeStyle, UDateFormatStyle dateStyle) const function in class:blink::LocaleICU
280 m_mediumTimeFormat = openDateFormat(UDAT_MEDIUM, UDAT_NONE);
283 m_shortTimeFormat = openDateFormat(UDAT_SHORT, UDAT_NONE);
286 UDateFormat* dateTimeFormatWithSeconds = openDateFormat(UDAT_MEDIUM, UDAT_SHORT);
290 UDateFormat* dateTimeFormatWithoutSeconds = openDateFormat(UDAT_SHORT, UDAT_SHORT);
H A DLocaleICU.h78 UDateFormat* openDateFormat(UDateFormatStyle timeStyle, UDateFormatStyle dateStyle) const;

Completed in 1186 milliseconds