11 references to GetUnicodeCategoryInternal
System.Private.CoreLib (11)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (10)
702
return CharUnicodeInfo.
GetUnicodeCategoryInternal
(s, index) == UnicodeCategory.DecimalDigitNumber;
723
return CheckLetter(CharUnicodeInfo.
GetUnicodeCategoryInternal
(s, index));
740
CharUnicodeInfo.
GetUnicodeCategoryInternal
(s, index));
760
return CharUnicodeInfo.
GetUnicodeCategoryInternal
(s, index) == UnicodeCategory.LowercaseLetter;
807
return CheckNumber(CharUnicodeInfo.
GetUnicodeCategoryInternal
(s, index));
832
CharUnicodeInfo.
GetUnicodeCategoryInternal
(s, index));
877
return CheckSeparator(CharUnicodeInfo.
GetUnicodeCategoryInternal
(s, index));
929
CharUnicodeInfo.
GetUnicodeCategoryInternal
(s, index));
949
return CharUnicodeInfo.
GetUnicodeCategoryInternal
(s, index) == UnicodeCategory.UppercaseLetter;
994
return CharUnicodeInfo.
GetUnicodeCategoryInternal
(s, index);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CharUnicodeInfo.cs (1)
383
return
GetUnicodeCategoryInternal
(s, index);