Searched refs:strSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DStringPool.cpp353 #define ENCODE_LENGTH(str, chrsz, strSize) \
357 if (strSize > maxSize) { \
358 *str++ = maxMask | ((strSize>>(chrsz*8))&maxSize); \
360 *str++ = strSize; \
416 const size_t strSize = (ent.value.size()); local
417 const size_t lenSize = strSize > (size_t)(1<<((charSize*8)-1))-1 ?
433 ((mUTF8 ? encSize : strSize)+1)*charSize;
444 ENCODE_LENGTH(strings, sizeof(uint8_t), strSize)
452 ENCODE_LENGTH(strings, sizeof(uint16_t), strSize)

Completed in 24 milliseconds