Searched refs:styleCount (Results 1 – 5 of 5) sorted by relevance
72 (ZD_TYPE)N, (ZD_TYPE)pool->styleCount(), (ZD_TYPE)pool->bytes()); in printStringPool()565 header->styleCount = htodl(STYLES); in writeStringBlock()
443 uint32_t styleCount; member519 size_t styleCount() const;
391 header->styleCount = util::HostToDevice32(pool.styles_.size()); in Flatten()
150 value_pool_.styleCount()); in ParseTable()
497 h->styleCount = dtohl(mHeader->styleCount); in setTo()541 if (mHeader->styleCount == 0) { in setTo()593 if (mHeader->styleCount > 0) { in setTo()620 for (i=0; i<mHeader->styleCount; i++) { in setTo()876 if (mError == NO_ERROR && idx < mHeader->styleCount) { in styleAt()1022 size_t ResStringPool::styleCount() const in styleCount() function in android::ResStringPool1024 return (mError == NO_ERROR) ? mHeader->styleCount : 0; in styleCount()