Lines Matching refs:NA
1357 const int NA = mAttributes.size(); in collect_strings() local
1359 for (i=0; i<NA; i++) { in collect_strings()
1392 const int NA = mAttributes.size(); in collect_attr_strings() local
1394 for (int i=0; i<NA; i++) { in collect_attr_strings()
1471 const size_t NA = mAttributes.size(); in flatten_node() local
1475 LOG_ALWAYS_FATAL_IF(NA != mAttributeOrder.size(), "Attributes messed up!"); in flatten_node()
1509 attrExt.attributeCount = htods(NA); in flatten_node()
1513 for (i=0; i<NA; i++) { in flatten_node()
1542 LOG_ALWAYS_FATAL_IF(NA != 0, "Namespace nodes can't have attributes!"); in flatten_node()
1553 LOG_ALWAYS_FATAL_IF(NA != 0, "CDATA nodes can't have attributes!"); in flatten_node()
1556 node.header.size = htodl(sizeof(node) + extSize + (sizeof(attr)*NA)); in flatten_node()
1565 for (i=0; i<NA; i++) { in flatten_node()