Searched refs:GetByteCount (Results 1 – 6 of 6) sorted by relevance
15 size_t byte_count = byte_data.GetByteCount(); in WriteBytes()45 size_ += byte_data.GetByteCount(); in ByteBuffer()57 if (bytes_written == 0 && byte_data.GetByteCount() != 0) { in ByteBuffer()
135 int byteArraySize = Utf8Encoding.GetByteCount(value); in ComputeStringSize()
271 int length = Utf8Encoding.GetByteCount(value); in WriteString()
68 size_t GetByteCount() const { in GetByteCount() function
377 int offset = Encoding.UTF8.GetByteCount(chars, 0, start); in RunClangFormat()378 int length = Encoding.UTF8.GetByteCount(chars, 0, end) - offset; in RunClangFormat()
559 var utf8StringLen = Encoding.UTF8.GetByteCount(s); in CreateString()