Lines Matching refs:uprv_strlen
107 result = (char *)uprv_malloc(sizeof(char)*uprv_strlen(id) + 1); in getID()
108 uprv_memset(result, 0, sizeof(char)*uprv_strlen(id) + 1); in getID()
111 result = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); in getID()
112 uprv_memset(result, 0, sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); in getID()
187 int idLen = (int) uprv_strlen(id); in parseFilename()
273 destLen+=(int32_t)uprv_strlen("\x26\x61\x6d\x70\x3b"); in convertAndEscape()
277 destLen+=(int32_t)uprv_strlen("\x26\x6c\x74\x3b"); in convertAndEscape()
281 destLen+=(int32_t)uprv_strlen("\x26\x67\x74\x3b"); in convertAndEscape()
285 destLen+=(int32_t)uprv_strlen("\x26\x71\x75\x6f\x74\x3b"); in convertAndEscape()
289 destLen+=(int32_t)uprv_strlen("\x26\x61\x70\x6f\x73\x3b"); in convertAndEscape()
563 printAttribute("id", sid, (int32_t) uprv_strlen(sid)); in printContainer()
566 printAttribute("resname", resname, (int32_t) uprv_strlen(resname)); in printContainer()
570 printAttribute("mime-type", mimetype, (int32_t) uprv_strlen(mimetype)); in printContainer()
574 printAttribute("restype", restype, (int32_t) uprv_strlen(restype)); in printContainer()
741 printAttribute("id", ivd, (int32_t)uprv_strlen(ivd)); in intvector_write_xml()
804 int32_t tLen = ( outDir == NULL) ? 0 :(int32_t)uprv_strlen(outDir); in bin_write_xml()
807 uprv_strlen(res->fFileName) :0))); in bin_write_xml()
851 printAttribute("href", f, (int32_t)uprv_strlen(f)); in bin_write_xml()
876 printAttribute("form", application_mimetype, (int32_t) uprv_strlen(application_mimetype)); in bin_write_xml()
1042 index = (int32_t)(uprv_strlen(filename) - uprv_strlen(textExt) - first); in bundle_write_xml()
1052 …originalFileName = (char *)uprv_malloc(sizeof(char)* (uprv_strlen(temp)+uprv_strlen(textExt)) + 1); in bundle_write_xml()
1053 uprv_memset(originalFileName, 0, sizeof(char)* (uprv_strlen(temp)+uprv_strlen(textExt)) + 1); in bundle_write_xml()
1088 lang = (char *)uprv_malloc(sizeof(char)*uprv_strlen(language) +1); in bundle_write_xml()
1089 uprv_memset(lang, 0, sizeof(char)*uprv_strlen(language) +1); in bundle_write_xml()
1094 outputFileName = (char *)uprv_malloc(sizeof(char)*uprv_strlen(outFileName) + 1); in bundle_write_xml()
1095 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(outFileName) + 1); in bundle_write_xml()
1098 outputFileName = (char *)uprv_malloc(sizeof(char)*uprv_strlen(srBundle->fLocale) + 1); in bundle_write_xml()
1099 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(srBundle->fLocale) + 1); in bundle_write_xml()
1104 …leName = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(outputDir) + uprv_strlen(outputFileName) + … in bundle_write_xml()
1105 …uprv_memset(xmlfileName, 0, sizeof(char)*(uprv_strlen(outputDir)+ uprv_strlen(outputFileName) + up… in bundle_write_xml()
1107 …xmlfileName = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(outputFileName) + uprv_strlen(xliffExt… in bundle_write_xml()
1108 …uprv_memset(xmlfileName, 0, sizeof(char)*(uprv_strlen(outputFileName) + uprv_strlen(xliffExt)) +1); in bundle_write_xml()
1113 if(outputDir[uprv_strlen(outputDir)-1] !=U_FILE_SEP_CHAR){ in bundle_write_xml()
1170 printAttribute("tool-id", tool_id, (int32_t) uprv_strlen(tool_id)); in bundle_write_xml()
1171 printAttribute("tool-name", tool_name, (int32_t) uprv_strlen(tool_name)); in bundle_write_xml()