Home | History | Annotate | Download | only in common

Lines Matching defs:currentPath

506     const char *currentPath = NULL;
515 currentPath = nextPath;
519 pathLen = (int32_t)uprv_strlen(currentPath);
522 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
525 pathLen = (int32_t)uprv_strlen(currentPath);
528 pathLen = (int32_t)(nextPath - currentPath);
539 fprintf(stderr, "rest of path (IDD) = %s\n", currentPath);
551 pathBuffer.clear().append(currentPath, pathLen, *pErrorCode);