Home | History | Annotate | Download | only in genrb

Lines Matching full:uprv_strlen

107         result = (char *)uprv_malloc(sizeof(char)*uprv_strlen(id) + 1);
108 uprv_memset(result, 0, sizeof(char)*uprv_strlen(id) + 1);
111 result = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1);
112 uprv_memset(result, 0, sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1);
187 int idLen = (int) uprv_strlen(id);
273 destLen+=(int32_t)uprv_strlen("\x26\x61\x6d\x70\x3b");
277 destLen+=(int32_t)uprv_strlen("\x26\x6c\x74\x3b");
281 destLen+=(int32_t)uprv_strlen("\x26\x67\x74\x3b");
285 destLen+=(int32_t)uprv_strlen("\x26\x71\x75\x6f\x74\x3b");
289 destLen+=(int32_t)uprv_strlen("\x26\x61\x70\x6f\x73\x3b");
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));
804 int32_t tLen = ( outDir == NULL) ? 0 :(int32_t)uprv_strlen(outDir);
807 uprv_strlen(res->fFileName) :0)));
851 printAttribute("href", f, (int32_t)uprv_strlen(f));
876 printAttribute("form", application_mimetype, (int32_t) uprv_strlen(application_mimetype));
1042 index = (int32_t)(uprv_strlen(filename) - uprv_strlen(textExt) - first);
1052 originalFileName = (char *)uprv_malloc(sizeof(char)* (uprv_strlen(temp)+uprv_strlen(textExt)) + 1);
1053 uprv_memset(originalFileName, 0, sizeof(char)* (uprv_strlen(temp)+uprv_strlen(textExt)) + 1);
1088 lang = (char *)uprv_malloc(sizeof(char)*uprv_strlen(language) +1);
1089 uprv_memset(lang, 0, sizeof(char)*uprv_strlen(language) +1);
1094 outputFileName = (char *)uprv_malloc(sizeof(char)*uprv_strlen(outFileName) + 1);
1095 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(outFileName) + 1);
1098 uprv_strlen(srBundle->fLocale) + 1);
1099 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(srBundle->fLocale) + 1);
1104 xmlfileName = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(outputDir) + uprv_strlen(outputFileName) + uprv_strlen(xliffExt) + 1) +1);
1105 uprv_memset(xmlfileName, 0, sizeof(char)*(uprv_strlen(outputDir)+ uprv_strlen(outputFileName) + uprv_strlen(xliffExt) + 1) +1);
1107 xmlfileName = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(outputFileName) + uprv_strlen(xliffExt)) +1);
1108 uprv_memset(xmlfileName, 0, sizeof(char)*(uprv_strlen(outputFileName) + uprv_strlen(xliffExt)) +1);
1113 if(outputDir[uprv_strlen(outputDir)-1] !=U_FILE_SEP_CHAR){
1170 printAttribute("tool-id", tool_id, (int32_t) uprv_strlen(tool_id));
1171 printAttribute("tool-name", tool_name, (int32_t) uprv_strlen(tool_name));