convertWindowsDateTimeFormat 415 Source/platform/text/LocaleWin.cpp m_dateFormat = convertWindowsDateTimeFormat(getLocaleInfoString(LOCALE_SSHORTDATE)); convertWindowsDateTimeFormat 421 Source/platform/text/LocaleWin.cpp return convertWindowsDateTimeFormat(windowsFormat); convertWindowsDateTimeFormat 427 Source/platform/text/LocaleWin.cpp m_monthFormat = convertWindowsDateTimeFormat(getLocaleInfoString(LOCALE_SYEARMONTH)); convertWindowsDateTimeFormat 434 Source/platform/text/LocaleWin.cpp m_shortMonthFormat = convertWindowsDateTimeFormat(getLocaleInfoString(LOCALE_SYEARMONTH)).replace("MMMM", "MMM"); convertWindowsDateTimeFormat 441 Source/platform/text/LocaleWin.cpp m_timeFormatWithSeconds = convertWindowsDateTimeFormat(getLocaleInfoString(LOCALE_STIMEFORMAT)); convertWindowsDateTimeFormat 460 Source/platform/text/LocaleWin.cpp m_timeFormatWithoutSeconds = convertWindowsDateTimeFormat(format);