5 references to GetCodePoint
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CharUnicodeInfo.cs (5)
145return GetDecimalDigitValueInternalNoBoundsCheck((uint)GetCodePoint(s, index)); 179return GetDigitValueInternalNoBoundsCheck((uint)GetCodePoint(s, index)); 258internal static double GetNumericValueInternal(string s, int index) => GetNumericValueNoBoundsCheck((uint)GetCodePoint(s, index)); 395return GetUnicodeCategoryNoBoundsChecks((uint)GetCodePoint(value, index)); 408uint codePoint = (uint)GetCodePoint(str, index);