Lines Matching full:packagename
430 * <p>Creates a UConverter object specified from a packageName and a converterName.</p>
432 * <p>The packageName and converterName must point to an ICU udata object, as defined by
433 * <code> udata_open( packageName, "cnv", converterName, err) </code> or equivalent.
434 * Typically, packageName will refer to a (.dat) file, or to a package registered with
435 * udata_setAppData(). Using a full file or directory pathname for packageName is deprecated.</p>
449 * @param packageName name of the package (equivalent to 'path' in udata_open() call)
460 ucnv_openPackage(const char *packageName, const char *converterName, UErrorCode *err);