Searched refs:printAttribute (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | wrtxml.cpp | 465 static void printAttribute(const char *name, const char *value, int32_t /*len*/) in printAttribute() function 474 static void printAttribute(const char *name, const UnicodeString value, int32_t /*len*/) in printAttribute() function 516 printAttribute("translate", UnicodeString(buf, bufLen, "UTF-8"), bufLen); in printComments() 565 printAttribute("id", sid, (int32_t) uprv_strlen(sid)); in printContainer() 568 printAttribute("resname", resname, (int32_t) uprv_strlen(resname)); in printContainer() 572 printAttribute("mime-type", mimetype, (int32_t) uprv_strlen(mimetype)); in printContainer() 576 printAttribute("restype", restype, (int32_t) uprv_strlen(restype)); in printContainer() 743 printAttribute("id", ivd, (int32_t)uprv_strlen(ivd)); in intvector_write_xml() 744 printAttribute("restype", integer_restype, (int32_t) strlen(integer_restype)); in intvector_write_xml() 853 printAttribute("href", f, (int32_t)uprv_strlen(f)); in bin_write_xml() [all …]
|