Lines Matching defs:pathPart
1781 char *pathPart = path.data(); /* Path from current resource to desired resource */
1783 while (*pathPart && resource != RES_BOGUS && URES_IS_CONTAINER(type)) {
1784 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR);
1789 nextPathPart = uprv_strchr(pathPart, 0);
1792 const char *pathP = pathPart;
1795 pathPart = nextPathPart;
1797 if (*pathPart) {