Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DStringPool.cpp212 void StringPool::hintWillAdd(size_t stringCount, size_t styleCount) { in hintWillAdd() argument
214 mStyles.reserve(mStyles.size() + styleCount); in hintWillAdd()
305 header->styleCount = pool.mStyles.back()->str.getIndex() + 1; in flatten()
306 styleIndices = out->nextBlock<uint32_t>(header->styleCount); in flatten()
DStringPool.h180 void hintWillAdd(size_t stringCount, size_t styleCount);
DBinaryResourceParser.cpp274 mValuePool.size(), mValuePool.styleCount()); in parseTable()
/frameworks/base/tools/aapt/
DStringPool.cpp76 (ZD_TYPE)N, (ZD_TYPE)pool->styleCount(), (ZD_TYPE)pool->bytes()); in printStringPool()
569 header->styleCount = htodl(STYLES); in writeStringBlock()
/frameworks/base/include/androidfw/
DResourceTypes.h438 uint32_t styleCount; member
514 size_t styleCount() const;
/frameworks/base/libs/androidfw/
DResourceTypes.cpp477 h->styleCount = dtohl(mHeader->styleCount); in setTo()
521 if (mHeader->styleCount == 0) { in setTo()
573 if (mHeader->styleCount > 0) { in setTo()
600 for (i=0; i<mHeader->styleCount; i++) { in setTo()
844 if (mError == NO_ERROR && idx < mHeader->styleCount) { in styleAt()
990 size_t ResStringPool::styleCount() const in styleCount() function in android::ResStringPool
992 return (mError == NO_ERROR) ? mHeader->styleCount : 0; in styleCount()