• Home
  • Raw
  • Download

Lines Matching refs:uprv_strcat

576                 uprv_strcat(targetDir, PKGDATA_FILE_SEP_STRING);  in pkg_executeOptions()
577 uprv_strcat(targetDir, o->shortName); in pkg_executeOptions()
590 uprv_strcat(targetDir, PKGDATA_FILE_SEP_STRING); in pkg_executeOptions()
593 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING); in pkg_executeOptions()
598 uprv_strcat(datFileName, UDATA_CMN_SUFFIX); in pkg_executeOptions()
600 uprv_strcat(datFileNamePath, datFileName); in pkg_executeOptions()
615 uprv_strcat(targetFileNamePath, datFileName); in pkg_executeOptions()
936 uprv_strcat(pkgDataFlags[SO_EXT], "."); in createFileNames()
937 uprv_strcat(pkgDataFlags[SO_EXT], pkgDataFlags[A_EXT]); in createFileNames()
1712 uprv_strcat(buffer, " "); in pkg_createWithoutAssemblyCode()
1713 uprv_strcat(buffer, tempObjectFile); in pkg_createWithoutAssemblyCode()
1736 uprv_strcat(buffer, " "); in pkg_createWithoutAssemblyCode()
1737 uprv_strcat(buffer, tempObjectFile); in pkg_createWithoutAssemblyCode()
1811 uprv_strcat(dllFilePath, PKGDATA_FILE_SEP_STRING); in pkg_createWindowsDLL()
1815 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()
1816 uprv_strcat(libFilePath, ".lib"); in pkg_createWindowsDLL()
1818 uprv_strcat(dllFilePath, o->libName); in pkg_createWindowsDLL()
1819 uprv_strcat(dllFilePath, o->version); in pkg_createWindowsDLL()
1822 uprv_strcat(libFilePath, LIB_FILE); in pkg_createWindowsDLL()
1824 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()
1825 uprv_strcat(libFilePath, ".lib"); in pkg_createWindowsDLL()
1827 uprv_strcat(dllFilePath, o->entryName); in pkg_createWindowsDLL()
1829 uprv_strcat(dllFilePath, DLL_EXT); in pkg_createWindowsDLL()
1832 uprv_strcat(tmpResFilePath, PKGDATA_FILE_SEP_STRING); in pkg_createWindowsDLL()
1833 uprv_strcat(tmpResFilePath, ICUDATA_RES_FILE); in pkg_createWindowsDLL()
1971 uprv_strcat(mapFile, MAP_FILE_EXT); in pkg_checkFlag()
2127uprv_strcat(tmp, o->srcDir[uprv_strlen(o->srcDir)-1] == U_FILE_SEP_CHAR ? "" : PKGDATA_FILE_SEP_ST… in loadLists()
2128 uprv_strcat(tmp, s); in loadLists()