Searched refs:attributeCount (Results 1 – 5 of 5) sorted by relevance
120 flatElem->attributeCount = node->attributes.size(); in visit()208 flatElem->attributeCount = node->attributes.size(); in writeAttributes()301 flatElem->attributeCount = sortedAttributes.size(); in writeAttributes()
219 int attributeCount = parser.getAttributeCount(); in createStateListAnimatorFromXml() local220 int[] states = new int[attributeCount]; in createStateListAnimatorFromXml()222 for (int i = 0; i < attributeCount; i++) { in createStateListAnimatorFromXml()
1152 return dtohs(((const ResXMLTree_attrExt*)mCurExt)->attributeCount); in getAttributeCount()1161 if (idx < dtohs(tag->attributeCount)) { in getAttributeNamespaceID()1196 if (idx < dtohs(tag->attributeCount)) { in getAttributeNameID()1244 if (idx < dtohs(tag->attributeCount)) { in getAttributeValueStringID()1268 if (idx < dtohs(tag->attributeCount)) { in getAttributeDataType()1290 if (idx < dtohs(tag->attributeCount)) { in getAttributeData()1313 if (idx < dtohs(tag->attributeCount)) { in getAttributeValue()1700 * dtohs(attrExt->attributeCount); in validateNode()1729 if ((((size_t)dtohs(node->attributeSize))*dtohs(node->attributeCount)) in validateNode()1734 ((int)dtohs(node->attributeSize))*dtohs(node->attributeCount), in validateNode()
651 uint16_t attributeCount; member
1494 attrExt.attributeCount = htods(NA); in flatten_node()