getLocaleInfoString 214 Source/platform/text/LocaleWin.cpp m_shortMonthLabels.append(getLocaleInfoString(types[i])); getLocaleInfoString 350 Source/platform/text/LocaleWin.cpp m_monthLabels.append(getLocaleInfoString(types[i])); getLocaleInfoString 376 Source/platform/text/LocaleWin.cpp m_weekDayShortLabels.append(getLocaleInfoString(types[i])); getLocaleInfoString 415 Source/platform/text/LocaleWin.cpp m_dateFormat = convertWindowsDateTimeFormat(getLocaleInfoString(LOCALE_SSHORTDATE)); getLocaleInfoString 427 Source/platform/text/LocaleWin.cpp m_monthFormat = convertWindowsDateTimeFormat(getLocaleInfoString(LOCALE_SYEARMONTH)); getLocaleInfoString 434 Source/platform/text/LocaleWin.cpp m_shortMonthFormat = convertWindowsDateTimeFormat(getLocaleInfoString(LOCALE_SYEARMONTH)).replace("MMMM", "MMM"); getLocaleInfoString 441 Source/platform/text/LocaleWin.cpp m_timeFormatWithSeconds = convertWindowsDateTimeFormat(getLocaleInfoString(LOCALE_STIMEFORMAT)); getLocaleInfoString 449 Source/platform/text/LocaleWin.cpp String format = getLocaleInfoString(LOCALE_SSHORTTIME); getLocaleInfoString 452 Source/platform/text/LocaleWin.cpp format = getLocaleInfoString(LOCALE_STIMEFORMAT); getLocaleInfoString 454 Source/platform/text/LocaleWin.cpp builder.append(getLocaleInfoString(LOCALE_STIME)); getLocaleInfoString 509 Source/platform/text/LocaleWin.cpp m_timeAMPMLabels.append(getLocaleInfoString(LOCALE_S1159)); getLocaleInfoString 510 Source/platform/text/LocaleWin.cpp m_timeAMPMLabels.append(getLocaleInfoString(LOCALE_S2359)); getLocaleInfoString 540 Source/platform/text/LocaleWin.cpp String digits = getLocaleInfoString(LOCALE_SNATIVEDIGITS); getLocaleInfoString 546 Source/platform/text/LocaleWin.cpp symbols.append(getLocaleInfoString(LOCALE_SDECIMAL)); getLocaleInfoString 548 Source/platform/text/LocaleWin.cpp symbols.append(getLocaleInfoString(LOCALE_STHOUSAND)); getLocaleInfoString 551 Source/platform/text/LocaleWin.cpp String negativeSign = getLocaleInfoString(LOCALE_SNEGATIVESIGN); getLocaleInfoString 69 Source/platform/text/LocaleWin.h String getLocaleInfoString(LCTYPE);