11 references to GetUnicodeCategoryInternal
System.Private.CoreLib (11)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (10)
702return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index) == UnicodeCategory.DecimalDigitNumber; 723return CheckLetter(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 740CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 760return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index) == UnicodeCategory.LowercaseLetter; 807return CheckNumber(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 832CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 877return CheckSeparator(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 929CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 949return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index) == UnicodeCategory.UppercaseLetter; 994return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CharUnicodeInfo.cs (1)
383return GetUnicodeCategoryInternal(s, index);