Lines Matching refs:nextPath
419 const char *nextPath; /* path following this one */ member in UDataPathIterator
474 nextPath = path; in UDataPathIterator()
477 nextPath = itemPath.data(); in UDataPathIterator()
502 nextPath, in UDataPathIterator()
526 if( nextPath == NULL ) { in next()
529 currentPath = nextPath; in next()
531 if(nextPath == itemPath.data()) { /* we were processing item's path. */ in next()
532 nextPath = path; /* start with regular path next tm. */ in next()
536 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next()
537 if(nextPath == NULL) { in next()
542 pathLen = (int32_t)(nextPath - currentPath); in next()
544 nextPath ++; in next()