Home | History | Annotate | Download | only in common

Lines Matching refs:myPath

991                             char *pathBuf = stackPath, *myPath = pathBuf;
1005 while(*myPath && U_SUCCESS(*status)) {
1006 r = res_findResource(&(dataEntry->fData), r, &myPath, &temp);
1020 myPath = pathBuf;
1694 char* myPath = path;
1705 myPath = path;
1708 res = res_findResource(&(dataEntry->fData), rootRes, &myPath, &key);
1709 if (RES_GET_TYPE(res) == URES_ALIAS && *myPath) {
1723 } while(*myPath); /* Continue until the whole path is consumed */