11 references to GetUnicodeCategoryInternal
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Char.cs (10)
632return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index) == UnicodeCategory.DecimalDigitNumber; 653return CheckLetter(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 670CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 690return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index) == UnicodeCategory.LowercaseLetter; 737return CheckNumber(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 762CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 807return CheckSeparator(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 859CharUnicodeInfo.GetUnicodeCategoryInternal(s, index)); 879return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index) == UnicodeCategory.UppercaseLetter; 924return CharUnicodeInfo.GetUnicodeCategoryInternal(s, index);
src\libraries\System.Private.CoreLib\src\System\Globalization\CharUnicodeInfo.cs (1)
356return GetUnicodeCategoryInternal(s, index);