4 references to GetLocaleInfoFromLCType
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.Nls.cs (4)
61return GetLocaleInfoFromLCType(localeName, lctype, _bUseOverrides); 85return ConvertWin32GroupString(GetLocaleInfoFromLCType(_sRealName, (uint)type, _bUseOverrides)); 98return ReescapeWin32String(GetLocaleInfoFromLCType(_sRealName, Interop.Kernel32.LOCALE_STIMEFORMAT, _bUseOverrides)); 427string timeFormatNoUserOverride = GetLocaleInfoFromLCType(localeName, lcType, useUserOverride);