Home | History | Annotate | Download | only in androidfw

Lines Matching refs:styleCount

353         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
752 return (mError == NO_ERROR) ? mHeader->styleCount : 0;