Home | History | Annotate | Download | only in aapt

Lines Matching refs:curType

585                         const String16& curType,
621 myPackage, curType, ident, parentIdent, itemIdent, str,
682 const String16& curType,
732 type_ident_pair_t(curType, ident), true);
746 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
763 myPackage, curType, ident, str, &spans, &config,
902 String16 curType;
1319 curType = String16(block.getAttributeStringValue(attri, &len));
1398 curType = string16;
1404 curType = drawable16;
1408 curType = color16;
1412 curType = bool16;
1416 curType = integer16;
1420 curType = dimen16;
1424 curType = fraction16;
1431 curType = String16(block.getAttributeStringValue(attri, &len));
1439 curType = style16;
1443 curType = plurals16;
1448 curType = array16;
1489 curType = array16;
1496 curType = array16;
1541 block.getLineNumber()), myPackage, curType, ident,
1564 if (curType == array16) {
1567 } else if (curType == plurals16) {
1613 err = parseAndAddBag(bundle, in, &block, curParams, myPackage, curType,
1624 curType, ident, parentIdent, itemIdent, curFormat,
1632 curType, ident, parentIdent, itemIdent, curFormat,
1656 err = parseAndAddEntry(bundle, in, &block, curParams, myPackage, curType, ident,
1664 if (curType == string16 && !curParams.language[0] && !curParams.country[0]) {
1673 err = parseAndAddEntry(bundle, in, &block, pseudoParams, myPackage, curType,
1682 myPackage, curType, ident, *curTag, curIsStyled, curFormat,
1696 String8(curType).string(), String8(ident).string(),
1701 outTable->appendComment(myPackage, curType, ident, comment, false);