Home | History | Annotate | Download | only in aapt

Lines Matching full:styles

73             ZD " styles using " ZD " bytes:\n",
100 // Strings with styles go first, to reduce the size of the styles array.
418 const size_t STYLES = mEntryStyleArray.size();
421 for (i=0; i<STYLES; i++) {
443 + (sizeof(uint32_t)*STYLES);
514 for (i=0; i<STYLES; i++) {
523 fprintf(stderr, "ERROR: Out of memory for string styles\n");
538 if (STYLES > 0) {
545 fprintf(stderr, "ERROR: Out of memory for string styles\n");
569 header->styleCount = htodl(STYLES);
574 header->stylesStart = htodl(STYLES > 0 ? (preSize+strPos) : 0);
593 for (i=0; i<STYLES; i++) {