Lines Matching refs:printAttribute
463 static void printAttribute(const char *name, const char *value, int32_t /*len*/) in printAttribute() function
472 static void printAttribute(const char *name, const UnicodeString value, int32_t /*len*/) in printAttribute() function
514 printAttribute("translate", UnicodeString(buf, bufLen, "UTF-8"), bufLen); in printComments()
563 printAttribute("id", sid, (int32_t) uprv_strlen(sid)); in printContainer()
566 printAttribute("resname", resname, (int32_t) uprv_strlen(resname)); in printContainer()
570 printAttribute("mime-type", mimetype, (int32_t) uprv_strlen(mimetype)); in printContainer()
574 printAttribute("restype", restype, (int32_t) uprv_strlen(restype)); in printContainer()
741 printAttribute("id", ivd, (int32_t)uprv_strlen(ivd)); in intvector_write_xml()
742 printAttribute("restype", integer_restype, (int32_t) strlen(integer_restype)); in intvector_write_xml()
851 printAttribute("href", f, (int32_t)uprv_strlen(f)); in bin_write_xml()
876 printAttribute("form", application_mimetype, (int32_t) uprv_strlen(application_mimetype)); in bin_write_xml()
885 printAttribute("crc", temp, len); in bin_write_xml()
1170 printAttribute("tool-id", tool_id, (int32_t) uprv_strlen(tool_id)); in bundle_write_xml()
1171 printAttribute("tool-name", tool_name, (int32_t) uprv_strlen(tool_name)); in bundle_write_xml()