11 references to GetUnicodeCategoryInternal
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Char.cs (10)
684return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index) == UnicodeCategory.DecimalDigitNumber; 705return CheckLetter(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 722CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 742return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index) == UnicodeCategory.LowercaseLetter; 789return CheckNumber(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 814CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 859return CheckSeparator(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 911CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 931return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index) == UnicodeCategory.UppercaseLetter; 976return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index);
src\libraries\System.Private.CoreLib\src\System\Globalization\CharUnicodeInfo.cs (1)
356return GetUnicodeCategoryInternal(s, index);