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

/external/icu/icu4c/source/common/
H A Duresdata.cpp882 char *pathP = *path, *nextSepP = *path; local
899 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) {
903 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR);
907 if(nextSepP != NULL) {
908 if(nextSepP == pathP) {
912 *nextSepP = 0; /* overwrite the separator with a NUL to terminate the key */
913 *path = nextSepP+1;

Completed in 111 milliseconds