Searched refs:EncodeLengthMax (Results 1 – 1 of 1) sorted by relevance
344 static size_t EncodeLengthMax() { in EncodeLengthMax() function377 if ((((size_t)encoded.size()) > EncodeLengthMax<char>()) in EncodeString()378 || (((size_t)utf16_length) > EncodeLengthMax<char>())) { in EncodeString()405 if (((size_t)utf16_length) > EncodeLengthMax<char16_t>()) { in EncodeString()