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()
470 uint32_t styleCount; member548 size_t styleCount() const;
438 header->styleCount = util::HostToDevice32(pool.styles_.size()); in Flatten()
536 h->styleCount = dtohl(mHeader->styleCount); in setTo()577 if (mHeader->styleCount == 0) { in setTo()635 if (mHeader->styleCount > 0) { in setTo()661 for (i=0; i<mHeader->styleCount; i++) { in setTo()1018 if (mError == NO_ERROR && idx < mHeader->styleCount) { in styleAt()1180 size_t ResStringPool::styleCount() const in styleCount() function in android::ResStringPool1182 return (mError == NO_ERROR) ? mHeader->styleCount : 0; in styleCount()
156 table_->string_pool.HintWillAdd(value_pool_.size(), value_pool_.styleCount()); in ParseTable()
444 pool->isSorted() ? "sorted" : "non-sorted", N, pool->styleCount(), in DumpResStringPool()