11 references to GetUnicodeCategoryInternal
System.Private.CoreLib (11)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (10)
699return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index) == UnicodeCategory.DecimalDigitNumber; 720return CheckLetter(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 737CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 757return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index) == UnicodeCategory.LowercaseLetter; 804return CheckNumber(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 829CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 874return CheckSeparator(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 926CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 946return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index) == UnicodeCategory.UppercaseLetter; 991return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CharUnicodeInfo.cs (1)
383return GetUnicodeCategoryInternal(s, index);