Home | History | Annotate | Download | only in common

Lines Matching refs:currentPath

519     const char *currentPath = NULL;
528 currentPath = nextPath;
532 pathLen = (int32_t)uprv_strlen(currentPath);
535 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
538 pathLen = (int32_t)uprv_strlen(currentPath);
541 pathLen = (int32_t)(nextPath - currentPath);
552 fprintf(stderr, "rest of path (IDD) = %s\n", currentPath);
564 pathBuffer.clear().append(currentPath, pathLen, *pErrorCode);