Searched refs:styleCount (Results 1 – 6 of 6) sorted by relevance
212 void StringPool::hintWillAdd(size_t stringCount, size_t styleCount) { in hintWillAdd() argument214 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()
180 void hintWillAdd(size_t stringCount, size_t styleCount);
274 mValuePool.size(), mValuePool.styleCount()); in parseTable()
76 (ZD_TYPE)N, (ZD_TYPE)pool->styleCount(), (ZD_TYPE)pool->bytes()); in printStringPool()569 header->styleCount = htodl(STYLES); in writeStringBlock()
438 uint32_t styleCount; member514 size_t styleCount() const;
477 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::ResStringPool992 return (mError == NO_ERROR) ? mHeader->styleCount : 0; in styleCount()