Lines Matching refs:path
48 char *fPath; /* path to bundle - used for distinguishing between resources with the same name */
78 * Used for /LOCALE/path alias resolution that starts back from the valid locale,
83 char *fResPath; /* full path to the resource: "zh_TW/CollationElements/Sequence" */
158 ures_openNoDefault(const char* path, const char* localeID, UErrorCode* status);
176 * and path inside the locale, for example: "/myData/en/zoneStrings/3". Keys and indexes are supported. Keys
183 * @param pathToResource a path that will lead to the requested resource
194 * Returns a sub resource that can be located using the pathToResource argument. One needs a path inside
202 * @param pathToResource a path that will lead to the requested resource
217 * @param path path to the tree, or NULL for ICU data
231 const char *path, const char *resName, const char *keyword, const char *locid,
235 * Given a tree path and keyword, return a string enumeration of all possible values for that keyword.
236 * @param path path to the tree, or NULL for ICU data
242 ures_getKeywordValues(const char *path, const char *keyword, UErrorCode *status);
292 ures_getValueWithFallback(const UResourceBundle *bundle, const char *path,
297 * Locates the resource specified by `path` in the resource bundle specified by `bundle` (performing any
302 * @param path The path of the desired resource
307 ures_getAllItemsWithFallback(const UResourceBundle *bundle, const char *path,
311 * Locates the resource specified by `path` in the resource bundle specified by `bundle` (performing any
319 * @param path The path of the desired resource
326 ures_getAllChildrenWithFallback(const UResourceBundle *bundle, const char *path,