Home | History | Annotate | Download | only in genrb

Lines Matching refs:uprv_strlen

97         result = (char *)uprv_malloc(sizeof(char)*uprv_strlen(id) + 1);
98 uprv_memset(result, 0, sizeof(char)*uprv_strlen(id) + 1);
101 result = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1);
102 uprv_memset(result, 0, sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1);
177 int idLen = (int) uprv_strlen(id);
263 destLen+=(int32_t)uprv_strlen("\x26\x61\x6d\x70\x3b");
267 destLen+=(int32_t)uprv_strlen("\x26\x6c\x74\x3b");
271 destLen+=(int32_t)uprv_strlen("\x26\x67\x74\x3b");
275 destLen+=(int32_t)uprv_strlen("\x26\x71\x75\x6f\x74\x3b");
279 destLen+=(int32_t)uprv_strlen("\x26\x61\x70\x6f\x73\x3b");
553 printAttribute("id", sid, (int32_t) uprv_strlen(sid));
556 printAttribute("resname", resname, (int32_t) uprv_strlen(resname));
560 printAttribute("mime-type", mimetype, (int32_t) uprv_strlen(mimetype));
564 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));
1032 index = (int32_t)(uprv_strlen(filename) - uprv_strlen(textExt) - first);
1042 originalFileName = (char *)uprv_malloc(sizeof(char)* (uprv_strlen(temp)+uprv_strlen(textExt)) + 1);
1043 uprv_memset(originalFileName, 0, sizeof(char)* (uprv_strlen(temp)+uprv_strlen(textExt)) + 1);
1078 lang = (char *)uprv_malloc(sizeof(char)*uprv_strlen(language) +1);
1079 uprv_memset(lang, 0, sizeof(char)*uprv_strlen(language) +1);
1084 outputFileName = (char *)uprv_malloc(sizeof(char)*uprv_strlen(outFileName) + 1);
1085 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(outFileName) + 1);
1088 outputFileName = (char *)uprv_malloc(sizeof(char)*uprv_strlen(srBundle->fLocale) + 1);
1089 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(srBundle->fLocale) + 1);
1094 xmlfileName = (char *)uprv_malloc(sizeof(char)*(uprv_strlenuprv_strlen(outputFileName) + uprv_strlen(xliffExt) + 1) +1);
1095 uprv_memset(xmlfileName, 0, sizeof(char)*(uprv_strlen(outputDir)+ uprv_strlen(outputFileName) + uprv_strlen(xliffExt) + 1) +1);
1097 xmlfileName = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(outputFileName) + uprv_strlen(xliffExt)) +1);
1098 uprv_memset(xmlfileName, 0, sizeof(char)*(uprv_strlen(outputFileName) + uprv_strlen(xliffExt)) +1);
1103 if(outputDir[uprv_strlen(outputDir)-1] !=U_FILE_SEP_CHAR){
1160 printAttribute("tool-id", tool_id, (int32_t) uprv_strlen(tool_id));
1161 printAttribute("tool-name", tool_name, (int32_t) uprv_strlen(tool_name));