Home | History | Annotate | Download | only in aapt

Lines Matching refs:curType

580                         const String16& curType,
614 myPackage, curType, ident, parentIdent, itemIdent, str,
675 const String16& curType,
725 type_ident_pair_t(curType, ident), true);
739 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
754 myPackage, curType, ident, str, &spans, &config,
893 String16 curType;
1301 curType = String16(block.getAttributeStringValue(attri, &len));
1373 curType = string16;
1379 curType = drawable16;
1383 curType = color16;
1387 curType = bool16;
1391 curType = integer16;
1395 curType = dimen16;
1399 curType = fraction16;
1406 curType = String16(block.getAttributeStringValue(attri, &len));
1414 curType = style16;
1418 curType = plurals16;
1423 curType = array16;
1464 curType = array16;
1471 curType = array16;
1516 block.getLineNumber()), myPackage, curType, ident,
1539 if (curType == array16) {
1542 } else if (curType == plurals16) {
1588 err = parseAndAddBag(bundle, in, &block, curParams, myPackage, curType,
1599 curType, ident, parentIdent, itemIdent, curFormat,
1607 curType, ident, parentIdent, itemIdent, curFormat,
1631 err = parseAndAddEntry(bundle, in, &block, curParams, myPackage, curType, ident,
1645 err = parseAndAddEntry(bundle, in, &block, pseudoParams, myPackage, curType,
1654 myPackage, curType, ident, *curTag, curIsStyled, curFormat,
1668 String8(curType).string(), String8(ident).string(),
1673 outTable->appendComment(myPackage, curType, ident, comment, false);