Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duresdata.cpp886 char *pathP = *path, *nextSepP = *path; in res_findResource() local
903 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) { in res_findResource()
907 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR); in res_findResource()
911 if(nextSepP != NULL) { in res_findResource()
912 if(nextSepP == pathP) { in res_findResource()
916 *nextSepP = 0; /* overwrite the separator with a NUL to terminate the key */ in res_findResource()
917 *path = nextSepP+1; in res_findResource()