static bool IsSurrogateCodePoint(uint value)
static bool IsValidUnicodeScalar(uint value)
static void GetUtf16SurrogatesFromSupplementaryPlaneScalar(uint value, out char highSurrogateCodePoint, out char lowSurrogateCodePoint)
static bool IsInRangeInclusive(uint value, uint lowerBound, uint upperBound)
static int GetUtf8SequenceLength(uint value)
static uint GetScalarFromUtf16SurrogatePair(uint highSurrogateCodePoint, uint lowSurrogateCodePoint)
static int GetUtf16SequenceLength(uint value)
static bool IsValidCodePoint(uint codePoint)
static bool IsAsciiCodePoint(uint value)
static bool IsBmpCodePoint(uint value)
static bool IsHighSurrogateCodePoint(uint value)
static int GetPlane(uint codePoint)
static bool IsLowSurrogateCodePoint(uint value)