Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DStringPool.cpp65 (ZD_TYPE)N, (ZD_TYPE)pool->styleCount(), (ZD_TYPE)pool->bytes()); in printStringPool()
558 header->styleCount = htodl(STYLES); in writeStringBlock()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h466 uint32_t styleCount; member
544 size_t styleCount() const;
/frameworks/base/tools/aapt2/
DStringPool.cpp442 header->styleCount = util::HostToDevice32(pool.styles_.size()); in Flatten()
DDebug.cpp442 pool->isSorted() ? "sorted" : "non-sorted", N, pool->styleCount(), in DumpResStringPool()
/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp156 table_->string_pool.HintWillAdd(value_pool_.size(), value_pool_.styleCount()); in ParseTable()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp523 h->styleCount = dtohl(mHeader->styleCount); in setTo()
564 if (mHeader->styleCount == 0) { in setTo()
622 if (mHeader->styleCount > 0) { in setTo()
648 for (i=0; i<mHeader->styleCount; i++) { in setTo()
1005 if (mError == NO_ERROR && idx < mHeader->styleCount) { in styleAt()
1167 size_t ResStringPool::styleCount() const in styleCount() function in android::ResStringPool
1169 return (mError == NO_ERROR) ? mHeader->styleCount : 0; in styleCount()