Lines Matching refs:NA
1244 const int NA = mAttributes.size(); in collect_strings() local
1246 for (i=0; i<NA; i++) { in collect_strings()
1279 const int NA = mAttributes.size(); in collect_attr_strings() local
1281 for (int i=0; i<NA; i++) { in collect_attr_strings()
1355 const size_t NA = mAttributes.size(); in flatten_node() local
1359 LOG_ALWAYS_FATAL_IF(NA != mAttributeOrder.size(), "Attributes messed up!"); in flatten_node()
1393 attrExt.attributeCount = htods(NA); in flatten_node()
1397 for (i=0; i<NA; i++) { in flatten_node()
1426 LOG_ALWAYS_FATAL_IF(NA != 0, "Namespace nodes can't have attributes!"); in flatten_node()
1437 LOG_ALWAYS_FATAL_IF(NA != 0, "CDATA nodes can't have attributes!"); in flatten_node()
1440 node.header.size = htodl(sizeof(node) + extSize + (sizeof(attr)*NA)); in flatten_node()
1449 for (i=0; i<NA; i++) { in flatten_node()