Home | History | Annotate | Download | only in common

Lines Matching refs:nextSepP

557   char *pathP = *path, *nextSepP = *path;
574 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) {
578 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR);
582 if(nextSepP != NULL) {
583 *nextSepP = 0; /* overwrite the separator with a NUL to terminate the key */
584 *path = nextSepP+1;