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

/frameworks/base/tools/aapt/
H A DStringPool.cpp72 (ZD_TYPE)N, (ZD_TYPE)pool->styleCount(), (ZD_TYPE)pool->bytes());
565 header->styleCount = htodl(STYLES);
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h431 * If styleCount is not zero, then immediately following the array of
446 uint32_t styleCount; member in struct:android::ResStringPool_header
522 size_t styleCount() const;
/frameworks/base/tools/aapt2/
H A DStringPool.cpp442 header->styleCount = util::HostToDevice32(pool.styles_.size());
/frameworks/base/tools/aapt2/format/binary/
H A DBinaryResourceParser.cpp136 table_->string_pool.HintWillAdd(value_pool_.size(), value_pool_.styleCount());
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp496 h->styleCount = dtohl(mHeader->styleCount);
540 if (mHeader->styleCount == 0) {
592 if (mHeader->styleCount > 0) {
619 for (i=0; i<mHeader->styleCount; i++) {
907 if (mError == NO_ERROR && idx < mHeader->styleCount) {
1053 size_t ResStringPool::styleCount() const function in class:android::ResStringPool
1055 return (mError == NO_ERROR) ? mHeader->styleCount : 0;

Completed in 118 milliseconds