Lines Matching refs:NA
1232 const int NA = mAttributes.size(); in collect_strings() local
1234 for (i=0; i<NA; i++) { in collect_strings()
1267 const int NA = mAttributes.size(); in collect_attr_strings() local
1269 for (int i=0; i<NA; i++) { in collect_attr_strings()
1342 const size_t NA = mAttributes.size(); in flatten_node() local
1346 LOG_ALWAYS_FATAL_IF(NA != mAttributeOrder.size(), "Attributes messed up!"); in flatten_node()
1380 attrExt.attributeCount = htods(NA); in flatten_node()
1384 for (i=0; i<NA; i++) { in flatten_node()
1409 LOG_ALWAYS_FATAL_IF(NA != 0, "Namespace nodes can't have attributes!"); in flatten_node()
1420 LOG_ALWAYS_FATAL_IF(NA != 0, "CDATA nodes can't have attributes!"); in flatten_node()
1423 node.header.size = htodl(sizeof(node) + extSize + (sizeof(attr)*NA)); in flatten_node()
1430 for (i=0; i<NA; i++) { in flatten_node()