Home | History | Annotate | Download | only in aapt

Lines Matching refs:STYLES

68             ZD " styles using " ZD " bytes:\n",
95 // Strings with styles go first, to reduce the size of the styles array.
400 const size_t STYLES = mEntryStyleArray.size();
403 for (i=0; i<STYLES; i++) {
425 + (sizeof(uint32_t)*STYLES);
496 for (i=0; i<STYLES; i++) {
505 styles\n");
520 if (STYLES > 0) {
527 fprintf(stderr, "ERROR: Out of memory for string styles\n");
551 header->styleCount = htodl(STYLES);
556 header->stylesStart = htodl(STYLES > 0 ? (preSize+strPos) : 0);
571 for (i=0; i<STYLES; i++) {