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