Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/common/
Duresdata.c383 char *pathP = *path, *nextSepP = *path; in res_findResource() local
400 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()
/external/icu4c/common/
Duresdata.c538 char *pathP = *path, *nextSepP = *path; in res_findResource() local
555 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()