Home | History | Annotate | Download | only in common

Lines Matching defs:nextPath

421     const char *nextPath;                          /* path following this one */
473 nextPath = path;
476 nextPath = itemPath.data();
494 fprintf(stderr, "%p: init %s -> [path=%s], [base=%s], [suff=%s], [itempath=%s], [nextpath=%s], [checklast4=%s]\n",
501 nextPath,
525 if( nextPath == NULL ) {
528 currentPath = nextPath;
530 if(nextPath == itemPath.data()) { /* we were processing item's path. */
531 nextPath = path; /* start with regular path next tm. */
535 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
536 if(nextPath == NULL) {
541 pathLen = (int32_t)(nextPath - currentPath);
543 nextPath ++;