Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAttributeResolution.cpp423 const size_t xml_attr_count = xml_parser->getAttributeCount(); in RetrieveAttributes() local
442 while (ix < xml_attr_count && cur_ident > cur_xml_attr) { in RetrieveAttributes()
447 if (ix < xml_attr_count && cur_ident == cur_xml_attr) { in RetrieveAttributes()