Lines Matching refs:myPath
1079 char *pathBuf = stackPath, *myPath = pathBuf;
1093 while(*myPath && U_SUCCESS(*status)) {
1094 r = res_findResource(&(dataEntry->fData), r, &myPath, &temp);
1108 myPath = pathBuf;
1823 char *myPath = NULL;
1840 myPath = path.data();
1843 res = res_findResource(&(dataEntry->fData), rootRes, &myPath, &key);
1844 if (RES_GET_TYPE(res) == URES_ALIAS && *myPath) {
1858 } while(*myPath); /* Continue until the whole path is consumed */