Home | History | Annotate | Download | only in androidfw

Lines Matching defs:styleCount

474         h->styleCount = dtohl(mHeader->styleCount);
518 styleCount == 0) {
570 if (mHeader->styleCount > 0) {
597 for (i=0; i<mHeader->styleCount; i++) {
824 if (mError == NO_ERROR && idx < mHeader->styleCount) {
955 size_t ResStringPool::styleCount() const
957 return (mError == NO_ERROR) ? mHeader->styleCount : 0;