Searched refs:nextSepP (Results 1 – 2 of 2) sorted by relevance
383 char *pathP = *path, *nextSepP = *path; in res_findResource() local400 while(nextSepP && *pathP && t1 != RES_BOGUS && in res_findResource()406 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR); in res_findResource()410 if(nextSepP != NULL) { in res_findResource()411 *nextSepP = 0; /* overwrite the separator with a NUL to terminate the key */ in res_findResource()412 *path = nextSepP+1; in res_findResource()
538 char *pathP = *path, *nextSepP = *path; in res_findResource() local555 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) { in res_findResource()559 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR); in res_findResource()563 if(nextSepP != NULL) { in res_findResource()564 *nextSepP = 0; /* overwrite the separator with a NUL to terminate the key */ in res_findResource()565 *path = nextSepP+1; in res_findResource()