6 references to UInt32BeginsWithUtf8ThreeByteMask
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Helpers.cs (1)
20
Debug.Assert(
UInt32BeginsWithUtf8ThreeByteMask
(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (3)
424
if (
UInt32BeginsWithUtf8ThreeByteMask
(thisDWord))
500
if (
UInt32BeginsWithUtf8ThreeByteMask
(secondDWord)
561
if (
UInt32BeginsWithUtf8ThreeByteMask
(thisDWord))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Validation.cs (2)
562
if (
UInt32BeginsWithUtf8ThreeByteMask
(thisDWord))
584
if (
UInt32BeginsWithUtf8ThreeByteMask
(thisDWord))