Home | History | Annotate | Download | only in genrb

Lines Matching defs:printAttribute

451 static void printAttribute(const char *name, const char *value, int32_t /*len*/)
460 static void printAttribute(const char *name, const UnicodeString value, int32_t /*len*/)
501 printAttribute("translate", UnicodeString(buf, bufLen, "UTF-8"), bufLen);
551 printAttribute("id", sid, (int32_t) uprv_strlen(sid));
554 printAttribute("resname", resname, (int32_t) uprv_strlen(resname));
558 printAttribute("mime-type", mimetype, (int32_t) uprv_strlen(mimetype));
562 printAttribute("restype", restype, (int32_t) uprv_strlen(restype));
731 printAttribute("id", ivd, (int32_t)uprv_strlen(ivd));
732 printAttribute("restype", integer_restype, (int32_t) strlen(integer_restype));
841 printAttribute("href", f, (int32_t)uprv_strlen(f));
866 printAttribute("form", application_mimetype, (int32_t) uprv_strlen(application_mimetype));
875 printAttribute("crc", temp, len);
1161 printAttribute("tool-id", tool_id, (int32_t) uprv_strlen(tool_id));
1162 printAttribute("tool-name", tool_name, (int32_t) uprv_strlen(tool_name));