Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DStringPool.cpp282 static size_t encodedLengthUnits(size_t length) { in encodedLengthUnits() function
319 const size_t totalSize = encodedLengthUnits<char>(entry->value.size()) in flatten()
320 + encodedLengthUnits<char>(encoded.length()) in flatten()
332 const size_t totalSize = encodedLengthUnits<char16_t>(entry->value.size()) in flatten()