Searched refs:styleCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
H A DStringPool.cpp51 (ZD_TYPE)N, (ZD_TYPE)pool->styleCount(), (ZD_TYPE)pool->bytes());
531 header->styleCount = htodl(STYLES);
/frameworks/base/include/androidfw/
H A DResourceTypes.h377 * If styleCount is not zero, then immediately following the array of
392 uint32_t styleCount; member in struct:android::ResStringPool_header
467 size_t styleCount() const;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp353 h->styleCount = dtohl(mHeader->styleCount);
394 if (mHeader->styleCount == 0) {
447 if (mHeader->styleCount > 0) {
474 for (i=0; i<mHeader->styleCount; i++) {
678 if (mError == NO_ERROR && idx < mHeader->styleCount) {
750 size_t ResStringPool::styleCount() const function in class:android::ResStringPool
752 return (mError == NO_ERROR) ? mHeader->styleCount : 0;

Completed in 68 milliseconds