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.h471 uint32_t styleCount; member
550 size_t styleCount() const;
/frameworks/base/libs/androidfw/
DStringPool.cpp438 header->styleCount = util::HostToDevice32(pool.styles_.size()); in Flatten()
DResourceTypes.cpp554 h->styleCount = dtohl(mHeader->styleCount); in setTo()
595 if (mHeader->styleCount == 0) { in setTo()
653 if (mHeader->styleCount > 0) { in setTo()
679 for (i=0; i<mHeader->styleCount; i++) { in setTo()
1048 if (mError == NO_ERROR && idx < mHeader->styleCount) { in styleAt()
1234 size_t ResStringPool::styleCount() const in styleCount() function in android::ResStringPool
1236 return (mError == NO_ERROR) ? mHeader->styleCount : 0; in styleCount()
/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp156 table_->string_pool.HintWillAdd(value_pool_.size(), value_pool_.styleCount()); in ParseTable()
/frameworks/base/tools/aapt2/
DDebug.cpp454 pool->isSorted() ? "sorted" : "non-sorted", N, pool->styleCount(), in DumpResStringPool()