Searched refs:styleCount (Results 1 – 6 of 6) sorted by relevance
65 (ZD_TYPE)N, (ZD_TYPE)pool->styleCount(), (ZD_TYPE)pool->bytes()); in printStringPool()558 header->styleCount = htodl(STYLES); in writeStringBlock()
448 uint32_t styleCount; member524 size_t styleCount() const;
440 pool->isSorted() ? "sorted" : "non-sorted", N, pool->styleCount(), in DumpResStringPool()
442 header->styleCount = util::HostToDevice32(pool.styles_.size()); in Flatten()
149 table_->string_pool.HintWillAdd(value_pool_.size(), value_pool_.styleCount()); in ParseTable()
499 h->styleCount = dtohl(mHeader->styleCount); in setTo()543 if (mHeader->styleCount == 0) { in setTo()595 if (mHeader->styleCount > 0) { in setTo()622 for (i=0; i<mHeader->styleCount; i++) { in setTo()910 if (mError == NO_ERROR && idx < mHeader->styleCount) { in styleAt()1056 size_t ResStringPool::styleCount() const in styleCount() function in android::ResStringPool1058 return (mError == NO_ERROR) ? mHeader->styleCount : 0; in styleCount()