Searched refs:styleCount (Results 1 – 3 of 3) sorted by relevance
71 (ZD_TYPE)N, (ZD_TYPE)pool->styleCount(), (ZD_TYPE)pool->bytes()); in printStringPool()551 header->styleCount = htodl(STYLES); in writeStringBlock()
437 uint32_t styleCount; member513 size_t styleCount() const;
474 h->styleCount = dtohl(mHeader->styleCount); in setTo()518 if (mHeader->styleCount == 0) { in setTo()570 if (mHeader->styleCount > 0) { in setTo()597 for (i=0; i<mHeader->styleCount; i++) { in setTo()824 if (mError == NO_ERROR && idx < mHeader->styleCount) { in styleAt()955 size_t ResStringPool::styleCount() const in styleCount() function in android::ResStringPool957 return (mError == NO_ERROR) ? mHeader->styleCount : 0; in styleCount()