Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duresdata.cpp871 char *pathP = *path, *nextSepP = *path; in res_findResource() local
888 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) { in res_findResource()
892 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR); in res_findResource()
896 if(nextSepP != NULL) { in res_findResource()
897 if(nextSepP == pathP) { in res_findResource()
901 *nextSepP = 0; /* overwrite the separator with a NUL to terminate the key */ in res_findResource()
902 *path = nextSepP+1; in res_findResource()