11 references to GetUnicodeCategoryInternal
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Char.cs (10)
665return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index) == UnicodeCategory.DecimalDigitNumber; 686return CheckLetter(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 703CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 723return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index) == UnicodeCategory.LowercaseLetter; 770return CheckNumber(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 795CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 840return CheckSeparator(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 892CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 912return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index) == UnicodeCategory.UppercaseLetter; 957return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index);
src\libraries\System.Private.CoreLib\src\System\Globalization\CharUnicodeInfo.cs (1)
356return GetUnicodeCategoryInternal(s, index);