Lines Matching refs:packageName

137  * @param packageName   The packageName and locale together point to an ICU udata object, 
138 * as defined by <code> udata_open( packageName, "res", locale, err) </code>
139 * or equivalent. Typically, packageName will refer to a (.dat) file, or to
141 * pathname for packageName is deprecated. If NULL, ICU data will be used.
161 ures_open(const char* packageName,
169 * @param packageName The packageName and locale together point to an ICU udata object,
170 * as defined by <code> udata_open( packageName, "res", locale, err) </code>
171 * or equivalent. Typically, packageName will refer to a (.dat) file, or to
173 * pathname for packageName is deprecated. If NULL, ICU data will be used.
184 ures_openDirect(const char* packageName,
193 * @param packageName The packageName and locale together point to an ICU udata object,
194 * as defined by <code> udata_open( packageName, "res", locale, err) </code>
195 * or equivalent. Typically, packageName will refer to a (.dat) file, or to
197 * pathname for packageName is deprecated. If NULL, ICU data will be used.
207 ures_openU(const UChar* packageName,
328 * @param packageName The packageName and locale together point to an ICU udata object,
329 * as defined by <code> udata_open( packageName, "res", locale, err) </code>
330 * or equivalent. Typically, packageName will refer to a (.dat) file, or to
332 * pathname for packageName is deprecated. If NULL, ICU data will be used.
340 const char* packageName,
869 * @param packageName name of the tree, such as (NULL) or U_ICUDATA_ALIAS or or "ICUDATA-coll"
875 ures_openAvailableLocales(const char *packageName, UErrorCode *status);