6 references to UInt32BeginsWithUtf8ThreeByteMask
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Helpers.cs (1)
20
Debug.Assert(
UInt32BeginsWithUtf8ThreeByteMask
(value));
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (3)
422
if (
UInt32BeginsWithUtf8ThreeByteMask
(thisDWord))
498
if (
UInt32BeginsWithUtf8ThreeByteMask
(secondDWord)
559
if (
UInt32BeginsWithUtf8ThreeByteMask
(thisDWord))
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Validation.cs (2)
551
if (
UInt32BeginsWithUtf8ThreeByteMask
(thisDWord))
573
if (
UInt32BeginsWithUtf8ThreeByteMask
(thisDWord))