Home | History | Annotate | Download | only in genrb

Lines Matching refs:uprv_strlen

95         result = (char *)uprv_malloc(sizeof(char)*uprv_strlen(id) + 1);
96 uprv_memset(result, 0, sizeof(char)*uprv_strlen(id) + 1);
99 result = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1);
100 uprv_memset(result, 0, sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1);
175 int idLen = (int) uprv_strlen(id);
261 destLen+=(int32_t)uprv_strlen("\x26\x61\x6d\x70\x3b");
265 destLen+=(int32_t)uprv_strlen("\x26\x6c\x74\x3b");
269 destLen+=(int32_t)uprv_strlen("\x26\x67\x74\x3b");
273 destLen+=(int32_t)uprv_strlen("\x26\x71\x75\x6f\x74\x3b");
277 destLen+=(int32_t)uprv_strlen("\x26\x61\x70\x6f\x73\x3b");
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));
794 int32_t tLen = ( outDir == NULL) ? 0 :(int32_t)uprv_strlen(outDir);
797 uprv_strlen(res->u.fBinaryValue.fFileName) :0)));
841 printAttribute("href", f, (int32_t)uprv_strlen(f));
866 printAttribute("form", application_mimetype, (int32_t) uprv_strlen(application_mimetype));
1033 index = (int32_t)(uprv_strlen(filename) - uprv_strlen(textExt) - first);
1043 originalFileName = (char *)uprv_malloc(sizeof(char)* (uprv_strlen(temp)+uprv_strlen(textExt)) + 1);
1044 uprv_memset(originalFileName, 0, sizeof(char)* (uprv_strlen(temp)+uprv_strlen(textExt)) + 1);
1079 lang = (char *)uprv_malloc(sizeof(char)*uprv_strlen(language) +1);
1080 uprv_memset(lang, 0, sizeof(char)*uprv_strlen(language) +1);
1085 outputFileName = (char *)uprv_malloc(sizeof(char)*uprv_strlen(outFileName) + 1);
1086 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(outFileName) + 1);
1089 outputFileName = (char *)uprv_malloc(sizeof(char)*uprv_strlen(srBundle->fLocale) + 1);
1090 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(srBundle->fLocale) + 1);
1095 uprv_strlen(outputDir) + uprv_strlen(outputFileName) + uprv_strlen(xliffExt) + 1) +1);
1096 uprv_memset(xmlfileName, 0, sizeof(char)*(uprv_strlen(outputDir)+ uprv_strlen(outputFileName) + uprv_strlen(xliffExt) + 1) +1);
1098 xmlfileName = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(outputFileName) + uprv_strlen(xliffExt)) +1);
1099 uprv_memset(xmlfileName, 0, sizeof(char)*(uprv_strlen(outputFileName) + uprv_strlen(xliffExt)) +1);
1104 if(outputDir[uprv_strlen(outputDir)-1] !=U_FILE_SEP_CHAR){
1161 printAttribute("tool-id", tool_id, (int32_t) uprv_strlen(tool_id));
1162 printAttribute("tool-name", tool_name, (int32_t) uprv_strlen(tool_name));