Lines Matching refs:printAttribute
468 static void printAttribute(const char *name, const char *value, int32_t /*len*/) in printAttribute() function
478 static void printAttribute(const char *name, const UnicodeString value, int32_t /*len*/) in printAttribute() function
521 printAttribute("translate", UnicodeString(buf, bufLen, "UTF-8"), bufLen); in printComments()
570 printAttribute("id", sid, (int32_t) uprv_strlen(sid)); in printContainer()
573 printAttribute("resname", resname, (int32_t) uprv_strlen(resname)); in printContainer()
577 printAttribute("mime-type", mimetype, (int32_t) uprv_strlen(mimetype)); in printContainer()
581 printAttribute("restype", restype, (int32_t) uprv_strlen(restype)); in printContainer()
748 printAttribute("id", ivd, (int32_t)uprv_strlen(ivd)); in intvector_write_xml()
749 printAttribute("restype", integer_restype, (int32_t) strlen(integer_restype)); in intvector_write_xml()
858 printAttribute("href", f, (int32_t)uprv_strlen(f)); in bin_write_xml()
883 printAttribute("form", application_mimetype, (int32_t) uprv_strlen(application_mimetype)); in bin_write_xml()
892 printAttribute("crc", temp, len); in bin_write_xml()
1177 printAttribute("tool-id", tool_id, (int32_t) uprv_strlen(tool_id)); in bundle_write_xml()
1178 printAttribute("tool-name", tool_name, (int32_t) uprv_strlen(tool_name)); in bundle_write_xml()