2 references to IcuGetLocaleInfo
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (2)
2329
return ShouldUseUserOverrideNlsData ? NlsGetLocaleInfo(type) :
IcuGetLocaleInfo
(type);
2342
return GlobalizationMode.UseNls ? NlsGetLocaleInfo(type) :
IcuGetLocaleInfo
(type, uiCultureName);