Searched refs:convertWindowsDateTimeFormat (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleWin.cpp262 static String convertWindowsDateTimeFormat(const String& format) function in namespace:blink
413 m_dateFormat = convertWindowsDateTimeFormat(getLocaleInfoString(LOCALE_SSHORTDATE));
419 return convertWindowsDateTimeFormat(windowsFormat);
425 m_monthFormat = convertWindowsDateTimeFormat(getLocaleInfoString(LOCALE_SYEARMONTH));
432 m_shortMonthFormat = convertWindowsDateTimeFormat(getLocaleInfoString(LOCALE_SYEARMONTH)).replace("MMMM", "MMM");
439 m_timeFormatWithSeconds = convertWindowsDateTimeFormat(getLocaleInfoString(LOCALE_STIMEFORMAT));
458 m_timeFormatWithoutSeconds = convertWindowsDateTimeFormat(format);

Completed in 200 milliseconds