Home | History | Annotate | Download | only in pkgdata

Lines Matching refs:libName

121 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt);
143 LIBNAME,
183 /*18*/ UOPTION_DEF( "libname", 'L', UOPT_REQUIRES_ARG),
374 if(options[LIBNAME].doesOccur) { /* get libname from shortname, or explicit -L parameter */
375 o.libName = options[LIBNAME].value;
377 o.libName = o.shortName;
640 /* Using the base libName and version number, generate the library file names. */
641 createFileNames(o, mode, version_major, o->version, o->libName, reverseExt);
759 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames.
762 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt) {
765 libName);
774 libName,
777 libName,
1379 uprv_strcat(libFilePath, o->libName);
1382 uprv_strcat(dllFilePath, o->libName);