Lines Matching refs:path
260 const char *path, const char *name, UErrorCode *errorCode) {
266 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
921 res_findResource(const ResourceData *pResData, Resource r, char** path, const char** key) {
922 char *pathP = *path, *nextSepP = *path;
929 /* if you come in with an empty path, you'll be getting back the same resource */
940 /* Iteration stops if: the path has been consumed, we found a non-existing
945 * and set path to the remaining part of the string
953 *path = nextSepP+1;
955 *path = uprv_strchr(pathP, 0);
977 pathP = *path;