Lines Matching refs:nextPath
411 const char *nextPath; /* path following this one */ member in UDataPathIterator
463 nextPath = path; in UDataPathIterator()
466 nextPath = itemPath.data(); in UDataPathIterator()
491 nextPath, in UDataPathIterator()
515 if( nextPath == NULL ) { in next()
518 currentPath = nextPath; in next()
520 if(nextPath == itemPath.data()) { /* we were processing item's path. */ in next()
521 nextPath = path; /* start with regular path next tm. */ in next()
525 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next()
526 if(nextPath == NULL) { in next()
531 pathLen = (int32_t)(nextPath - currentPath); in next()
533 nextPath ++; in next()