Searched refs:EncodedLengthUnits (Results 1 – 1 of 1) sorted by relevance
357 static size_t EncodedLengthUnits(size_t length) { in EncodedLengthUnits() function387 const size_t total_size = EncodedLengthUnits<char>(utf16_length) in EncodeString()388 + EncodedLengthUnits<char>(encoded.size()) + encoded.size() + 1; in EncodeString()414 const size_t total_size = EncodedLengthUnits<char16_t>(utf16_length) in EncodeString()