HomeSort by relevance Sort by last modified time
    Searched full:xml_attr_count (Results 1 - 1 of 1) sorted by null

  /frameworks/base/libs/androidfw/
AttributeResolution.cpp 407 const size_t xml_attr_count = xml_parser->getAttributeCount(); local
424 while (ix < xml_attr_count && cur_ident > cur_xml_attr) {
429 if (ix < xml_attr_count && cur_ident == cur_xml_attr) {

Completed in 66 milliseconds