• Home
  • Raw
  • Download

Lines Matching refs:uprv_strcat

545                 uprv_strcat(targetDir, PKGDATA_FILE_SEP_STRING);  in pkg_executeOptions()
546 uprv_strcat(targetDir, o->shortName); in pkg_executeOptions()
559 uprv_strcat(targetDir, PKGDATA_FILE_SEP_STRING); in pkg_executeOptions()
562 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING); in pkg_executeOptions()
567 uprv_strcat(datFileName, UDATA_CMN_SUFFIX); in pkg_executeOptions()
569 uprv_strcat(datFileNamePath, datFileName); in pkg_executeOptions()
584 uprv_strcat(targetFileNamePath, datFileName); in pkg_executeOptions()
889 uprv_strcat(pkgDataFlags[SO_EXT], "."); in createFileNames()
890 uprv_strcat(pkgDataFlags[SO_EXT], pkgDataFlags[A_EXT]); in createFileNames()
1544 uprv_strcat(buffer, " "); in pkg_createWithoutAssemblyCode()
1545 uprv_strcat(buffer, tempObjectFile); in pkg_createWithoutAssemblyCode()
1568 uprv_strcat(buffer, " "); in pkg_createWithoutAssemblyCode()
1569 uprv_strcat(buffer, tempObjectFile); in pkg_createWithoutAssemblyCode()
1640 uprv_strcat(dllFilePath, PKGDATA_FILE_SEP_STRING); in pkg_createWindowsDLL()
1644 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()
1645 uprv_strcat(libFilePath, ".lib"); in pkg_createWindowsDLL()
1647 uprv_strcat(dllFilePath, o->libName); in pkg_createWindowsDLL()
1648 uprv_strcat(dllFilePath, o->version); in pkg_createWindowsDLL()
1651 uprv_strcat(libFilePath, LIB_FILE); in pkg_createWindowsDLL()
1653 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()
1654 uprv_strcat(libFilePath, ".lib"); in pkg_createWindowsDLL()
1656 uprv_strcat(dllFilePath, o->entryName); in pkg_createWindowsDLL()
1658 uprv_strcat(dllFilePath, DLL_EXT); in pkg_createWindowsDLL()
1661 uprv_strcat(tmpResFilePath, PKGDATA_FILE_SEP_STRING); in pkg_createWindowsDLL()
1662 uprv_strcat(tmpResFilePath, ICUDATA_RES_FILE); in pkg_createWindowsDLL()
1781 uprv_strcat(mapFile, MAP_FILE_EXT); in pkg_checkFlag()
1934uprv_strcat(tmp, o->srcDir[uprv_strlen(o->srcDir)-1] == U_FILE_SEP_CHAR ? "" : PKGDATA_FILE_SEP_ST… in loadLists()
1935 uprv_strcat(tmp, s); in loadLists()