System\Formats\Asn1\AsnCharacterStringEncodings.cs (12)
372return s_utf8Encoding.GetByteCount(chars, index, count);
377return s_utf8Encoding.GetByteCount(chars, count);
382return s_utf8Encoding.GetByteCount(s);
388return s_utf8Encoding.GetByteCount(chars);
394return s_utf8Encoding.GetBytes(chars, charIndex, charCount, bytes, byteIndex);
399return s_utf8Encoding.GetBytes(chars, charCount, bytes, byteCount);
406return s_utf8Encoding.GetCharCount(bytes, index, count);
418return s_utf8Encoding.GetCharCount(bytes, count);
431return s_utf8Encoding.GetCharCount(bytes);
444return s_utf8Encoding.GetChars(bytes, byteIndex, byteCount, chars, charIndex);
456return s_utf8Encoding.GetChars(bytes, byteCount, chars, charCount);
466return s_utf8Encoding.GetMaxByteCount(charCount);