Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DStringPool.cpp72 (ZD_TYPE)N, (ZD_TYPE)pool->styleCount(), (ZD_TYPE)pool->bytes()); in printStringPool()
565 header->styleCount = htodl(STYLES); in writeStringBlock()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h443 uint32_t styleCount; member
519 size_t styleCount() const;
/frameworks/base/tools/aapt2/
DStringPool.cpp391 header->styleCount = util::HostToDevice32(pool.styles_.size()); in Flatten()
/frameworks/base/tools/aapt2/unflatten/
DBinaryResourceParser.cpp150 value_pool_.styleCount()); in ParseTable()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp497 h->styleCount = dtohl(mHeader->styleCount); in setTo()
541 if (mHeader->styleCount == 0) { in setTo()
593 if (mHeader->styleCount > 0) { in setTo()
620 for (i=0; i<mHeader->styleCount; i++) { in setTo()
876 if (mError == NO_ERROR && idx < mHeader->styleCount) { in styleAt()
1022 size_t ResStringPool::styleCount() const in styleCount() function in android::ResStringPool
1024 return (mError == NO_ERROR) ? mHeader->styleCount : 0; in styleCount()