7 references to UInt32BeginsWithUtf8TwoByteMask
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Helpers.cs (4)
45
Debug.Assert(
UInt32BeginsWithUtf8TwoByteMask
(value) && !UInt32BeginsWithOverlongUtf8TwoByteSequence(value));
450
/// 2-byte sequence mask (see <see cref="
UInt32BeginsWithUtf8TwoByteMask
"/>).
456
Debug.Assert(
UInt32BeginsWithUtf8TwoByteMask
(value));
569
/// 2-byte sequence mask (see <see cref="
UInt32BeginsWithUtf8TwoByteMask
"/>).
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (2)
259
if (
UInt32BeginsWithUtf8TwoByteMask
(thisDWord))
312
if (
UInt32BeginsWithUtf8TwoByteMask
(thisDWord))
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Validation.cs (1)
313
if (
UInt32BeginsWithUtf8TwoByteMask
(thisDWord))