Lines Matching refs:attrIter
531 for (auto attrIter = parser->beginAttributes(); attrIter != endAttrIter; ++attrIter) { in flattenXmlSubtree() local
533 spanName += attrIter->name; in flattenXmlSubtree()
535 spanName += attrIter->value; in flattenXmlSubtree()
636 auto attrIter = childParser.findAttribute(u"", u"name"); in parseResources() local
637 if (attrIter == endAttrIter || attrIter->value.empty()) { in parseResources()
647 std::u16string attributeName = attrIter->value; in parseResources()
807 auto attrIter = parser->findAttribute(u"", u"untranslateable"); in parseString() local
812 attrIter = parser->findAttribute(u"", u"product"); in parseString()
813 if (attrIter != endAttrIter) { in parseString()
814 if (attrIter->value != u"default" && attrIter->value != u"phone") { in parseString()
1280 auto attrIter = childParser.findAttribute(u"", u"quantity"); in parsePlural() local
1281 if (attrIter == endAttrIter || attrIter->value.empty()) { in parsePlural()
1289 StringPiece16 trimmedQuantity = util::trimWhitespace(attrIter->value); in parsePlural()
1352 auto attrIter = childParser.findAttribute(u"", u"name"); in parseDeclareStyleable() local
1353 if (attrIter == endAttrIter || attrIter->value.empty()) { in parseDeclareStyleable()
1365 attrIter->value in parseDeclareStyleable()