Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAttributeResolution.cpp363 uint32_t cur_xml_attr = xml_parser->getAttributeNameResID(ix); in RetrieveAttributes() local
373 while (ix < xml_attr_count && cur_ident > cur_xml_attr) { in RetrieveAttributes()
374 cur_xml_attr = xml_parser->getAttributeNameResID(++ix); in RetrieveAttributes()
378 if (ix < xml_attr_count && cur_ident == cur_xml_attr) { in RetrieveAttributes()
383 cur_xml_attr = xml_parser->getAttributeNameResID(++ix); in RetrieveAttributes()