System\Formats\Asn1\AsnCharacterStringEncodings.cs (12)
425return s_utf8Encoding.GetByteCount(chars, index, count);
430return s_utf8Encoding.GetByteCount(chars, count);
435return s_utf8Encoding.GetByteCount(s);
441return s_utf8Encoding.GetByteCount(chars);
447return s_utf8Encoding.GetBytes(chars, charIndex, charCount, bytes, byteIndex);
452return s_utf8Encoding.GetBytes(chars, charCount, bytes, byteCount);
459return s_utf8Encoding.GetCharCount(bytes, index, count);
471return s_utf8Encoding.GetCharCount(bytes, count);
484return s_utf8Encoding.GetCharCount(bytes);
497return s_utf8Encoding.GetChars(bytes, byteIndex, byteCount, chars, charIndex);
509return s_utf8Encoding.GetChars(bytes, byteCount, chars, charCount);
519return s_utf8Encoding.GetMaxByteCount(charCount);