Home
last modified time | relevance | path

Searched refs:EncodeLengthMax (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/
DStringPool.cpp344 static size_t EncodeLengthMax() { in EncodeLengthMax() function
377 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()