Lines Matching refs:libName
96 …t char mode, const char *version_major, const char *version, const char *libName, const UBool reve…
396 o.libName = options[LIBNAME].value; in main()
398 o.libName = o.shortName; in main()
688 …leNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVe… in pkg_executeOptions()
922 …t char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt… in createFileNames() argument
929 sprintf(libFileNames[LIB_FILE], "%s", libName); in createFileNames()
932 (strstr(libName, "icudt") ? "lib" : ""), in createFileNames()
934 libName); in createFileNames()
939 libName); in createFileNames()
948 sprintf(libFileNames[LIB_FILE_MINGW], "lib%s.dll.a", libName); in createFileNames()
951 libName, in createFileNames()
955 libName, in createFileNames()
1826 o->libName, in pkg_createWindowsDLL()
1832 (strstr(o->libName, "icudt") ? "s" : ""), in pkg_createWindowsDLL()
1833 o->libName, in pkg_createWindowsDLL()
1856 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()
1859 uprv_strcat(dllFilePath, o->libName); in pkg_createWindowsDLL()
1862 if (strstr(o->libName, "icudt")) { in pkg_createWindowsDLL()
1865 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()