Home
last modified time | relevance | path

Searched refs:printAttribute (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp468 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()
[all …]
/external/boringssl/src/util/
Dconvert_wycheproof.go49 func printAttribute(w io.Writer, key string, valueI interface{}, isInstruction bool) error { func
79 if err := printAttribute(w, key+"."+k, value[k], isInstruction); err != nil {
153 if err := printAttribute(f, k, group[k], true); err != nil {
173 if err := printAttribute(f, k, test[k], false); err != nil {