Home | History | Annotate | Download | only in aapt

Lines Matching refs:curType

575                         const String16& curType,
609 myPackage, curType, ident, parentIdent, itemIdent, str,
670 const String16& curType,
720 type_ident_pair_t(curType, ident), true);
734 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
749 myPackage, curType, ident, str, &spans, &config,
888 String16 curType;
1296 curType = String16(block.getAttributeStringValue(attri, &len));
1368 curType = string16;
1374 curType = drawable16;
1378 curType = color16;
1382 curType = bool16;
1386 curType = integer16;
1390 curType = dimen16;
1394 curType = fraction16;
1401 curType = String16(block.getAttributeStringValue(attri, &len));
1409 curType = style16;
1413 curType = plurals16;
1418 curType = array16;
1459 curType = array16;
1466 curType = array16;
1511 block.getLineNumber()), myPackage, curType
1534 if (curType == array16) {
1537 } else if (curType == plurals16) {
1583 err = parseAndAddBag(bundle, in, &block, curParams, myPackage, curType,
1594 curType, ident, parentIdent, itemIdent, curFormat,
1602 curType, ident, parentIdent, itemIdent, curFormat,
1626 err = parseAndAddEntry(bundle, in, &block, curParams, myPackage, curType, ident,
1640 err = parseAndAddEntry(bundle, in, &block, pseudoParams, myPackage, curType,
1649 myPackage, curType, ident, *curTag, curIsStyled, curFormat,
1663 String8(curType).string(), String8(ident).string(),
1668 outTable->appendComment(myPackage, curType, ident, comment, false);