2 references to GetUnicodeCategoryInternal
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (2)
534UnicodeCategory charType = CharUnicodeInfo.GetUnicodeCategoryInternal(str, i, out int charLen); 561charType = CharUnicodeInfo.GetUnicodeCategoryInternal(str, i, out charLen);