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

/frameworks/base/tools/aapt/
H A DStringPool.cpp373 #define ENCODE_LENGTH(str, chrsz, strSize) \
377 if (strSize > maxSize) { \
378 *str++ = maxMask | ((strSize>>(chrsz*8))&maxSize); \
380 *str++ = strSize; \
436 const size_t strSize = (ent.value.size()); local
437 const size_t lenSize = strSize > (size_t)(1<<((charSize*8)-1))-1 ?
453 ((mUTF8 ? encSize : strSize)+1)*charSize;
464 ENCODE_LENGTH(strings, sizeof(uint8_t), strSize)
472 ENCODE_LENGTH(strings, sizeof(uint16_t), strSize)

Completed in 25 milliseconds