Home
last modified time | relevance | path

Searched refs:nextSepP (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Duresdata.c553 char *pathP = *path, *nextSepP = *path; in res_findResource() local
570 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) { in res_findResource()
574 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR); in res_findResource()
578 if(nextSepP != NULL) { in res_findResource()
579 *nextSepP = 0; /* overwrite the separator with a NUL to terminate the key */ in res_findResource()
580 *path = nextSepP+1; in res_findResource()