Home | History | Annotate | Download | only in aapt

Lines Matching refs:strIdx

464             int strIdx;
465 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
473 pool = table.getTableStringBlock(strIdx);
478 strIdx=%d: %s\n", attr,
479 specFlags, strIdx, str != NULL ? String8(str).string() : "???");