3 references to GetLocaleInfoExInt
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.Nls.cs (3)
78return GetLocaleInfoExInt(_sRealName, lctype); 91return GetLocaleInfoExInt(name, Interop.Kernel32.LOCALE_ICONSTRUCTEDLOCALE) != 1; 106int result = GetLocaleInfoExInt(_sRealName, Interop.Kernel32.LOCALE_IFIRSTDAYOFWEEK | (!_bUseOverrides ? Interop.Kernel32.LOCALE_NOUSEROVERRIDE : 0));