Home | History | Annotate | Download | only in genrb

Lines Matching defs:printAttribute

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