Searched refs:styleCount (Results 1 – 3 of 3) sorted by relevance
51 (ZD_TYPE)N, (ZD_TYPE)pool->styleCount(), (ZD_TYPE)pool->bytes()); in printStringPool()531 header->styleCount = htodl(STYLES); in writeStringBlock()
392 uint32_t styleCount; member467 size_t styleCount() const;
352 h->styleCount = dtohl(mHeader->styleCount); in setTo()392 if (mHeader->styleCount == 0) { in setTo()445 if (mHeader->styleCount > 0) { in setTo()472 for (i=0; i<mHeader->styleCount; i++) { in setTo()694 if (mError == NO_ERROR && idx < mHeader->styleCount) { in styleAt()825 size_t ResStringPool::styleCount() const in styleCount() function in android::ResStringPool827 return (mError == NO_ERROR) ? mHeader->styleCount : 0; in styleCount()