7 references to ToUpper
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\InvariantModeCasing.cs (2)
206
uint aUpper = CharUnicodeInfo.
ToUpper
(codePointA);
207
uint bUpper = CharUnicodeInfo.
ToUpper
(codePointB);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\OrdinalCasing.Icu.cs (2)
346
uint upperSurrogateA = CharUnicodeInfo.
ToUpper
(UnicodeUtility.GetScalarFromUtf16SurrogatePair(a, lowSurrogateA));
347
uint upperSurrogateB = CharUnicodeInfo.
ToUpper
(UnicodeUtility.GetScalarFromUtf16SurrogatePair(b, lowSurrogateB));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\SurrogateCasing.cs (1)
18
UnicodeUtility.GetUtf16SurrogatesFromSupplementaryPlaneScalar(CharUnicodeInfo.
ToUpper
(UnicodeUtility.GetScalarFromUtf16SurrogatePair(h, l)), out hr, out lr);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (2)
1583
return UnsafeCreate(CharUnicodeInfo.
ToUpper
(value._value));
1614
return UnsafeCreate(CharUnicodeInfo.
ToUpper
(value._value));