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