Home
last modified time | relevance | path

Searched refs:formatAttrIter (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceParser.cpp972 const auto formatAttrIter = parser->findAttribute(u"", u"format"); in parseAttrImpl() local
973 if (formatAttrIter != endAttrIter) { in parseAttrImpl()
974 typeMask = parseFormatAttribute(formatAttrIter->value); in parseAttrImpl()
978 << formatAttrIter->value in parseAttrImpl()
988 if (weak && formatAttrIter == endAttrIter) { in parseAttrImpl()