Searched refs:xml_attr_count (Results 1 – 2 of 2) sorted by relevance
452 final int xml_attr_count = xml_parser.getAttributeCount(); in RetrieveAttributes() local469 while (ix < xml_attr_count && cur_ident > cur_xml_attr) { in RetrieveAttributes()474 if (ix < xml_attr_count && cur_ident == cur_xml_attr) { in RetrieveAttributes()
462 final int xml_attr_count = xml_parser.getAttributeCount(); in RetrieveAttributes() local479 while (ix < xml_attr_count && cur_ident > cur_xml_attr) { in RetrieveAttributes()484 if (ix < xml_attr_count && cur_ident == cur_xml_attr) { in RetrieveAttributes()