Lines Matching refs:uprv_strlen
109 result = (char *)uprv_malloc(sizeof(char)*uprv_strlen(id) + 1); in getID()
110 uprv_memset(result, 0, sizeof(char)*uprv_strlen(id) + 1); in getID()
113 result = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); in getID()
114 uprv_memset(result, 0, sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); in getID()
189 int idLen = (int) uprv_strlen(id); in parseFilename()
275 destLen+=(int32_t)uprv_strlen("\x26\x61\x6d\x70\x3b"); in convertAndEscape()
279 destLen+=(int32_t)uprv_strlen("\x26\x6c\x74\x3b"); in convertAndEscape()
283 destLen+=(int32_t)uprv_strlen("\x26\x67\x74\x3b"); in convertAndEscape()
287 destLen+=(int32_t)uprv_strlen("\x26\x71\x75\x6f\x74\x3b"); in convertAndEscape()
291 destLen+=(int32_t)uprv_strlen("\x26\x61\x70\x6f\x73\x3b"); in convertAndEscape()
570 printAttribute("id", sid, (int32_t) uprv_strlen(sid)); in printContainer()
573 printAttribute("resname", resname, (int32_t) uprv_strlen(resname)); in printContainer()
577 printAttribute("mime-type", mimetype, (int32_t) uprv_strlen(mimetype)); in printContainer()
581 printAttribute("restype", restype, (int32_t) uprv_strlen(restype)); in printContainer()
748 printAttribute("id", ivd, (int32_t)uprv_strlen(ivd)); in intvector_write_xml()
811 int32_t tLen = ( outDir == NULL) ? 0 :(int32_t)uprv_strlen(outDir); in bin_write_xml()
814 uprv_strlen(res->fFileName) :0))); in bin_write_xml()
858 printAttribute("href", f, (int32_t)uprv_strlen(f)); in bin_write_xml()
883 printAttribute("form", application_mimetype, (int32_t) uprv_strlen(application_mimetype)); in bin_write_xml()
1049 index = (int32_t)(uprv_strlen(filename) - uprv_strlen(textExt) - first); in bundle_write_xml()
1059 …originalFileName = (char *)uprv_malloc(sizeof(char)* (uprv_strlen(temp)+uprv_strlen(textExt)) + 1); in bundle_write_xml()
1060 uprv_memset(originalFileName, 0, sizeof(char)* (uprv_strlen(temp)+uprv_strlen(textExt)) + 1); in bundle_write_xml()
1095 lang = (char *)uprv_malloc(sizeof(char)*uprv_strlen(language) +1); in bundle_write_xml()
1096 uprv_memset(lang, 0, sizeof(char)*uprv_strlen(language) +1); in bundle_write_xml()
1101 outputFileName = (char *)uprv_malloc(sizeof(char)*uprv_strlen(outFileName) + 1); in bundle_write_xml()
1102 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(outFileName) + 1); in bundle_write_xml()
1105 outputFileName = (char *)uprv_malloc(sizeof(char)*uprv_strlen(srBundle->fLocale) + 1); in bundle_write_xml()
1106 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(srBundle->fLocale) + 1); in bundle_write_xml()
1111 …leName = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(outputDir) + uprv_strlen(outputFileName) + … in bundle_write_xml()
1112 …uprv_memset(xmlfileName, 0, sizeof(char)*(uprv_strlen(outputDir)+ uprv_strlen(outputFileName) + up… in bundle_write_xml()
1114 …xmlfileName = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(outputFileName) + uprv_strlen(xliffExt… in bundle_write_xml()
1115 …uprv_memset(xmlfileName, 0, sizeof(char)*(uprv_strlen(outputFileName) + uprv_strlen(xliffExt)) +1); in bundle_write_xml()
1120 if(outputDir[uprv_strlen(outputDir)-1] !=U_FILE_SEP_CHAR){ in bundle_write_xml()
1177 printAttribute("tool-id", tool_id, (int32_t) uprv_strlen(tool_id)); in bundle_write_xml()
1178 printAttribute("tool-name", tool_name, (int32_t) uprv_strlen(tool_name)); in bundle_write_xml()