Home | History | Annotate | Download | only in common

Lines Matching defs:currentPath

495     const char *currentPath = NULL;
504 currentPath = nextPath;
508 pathLen = (int32_t)uprv_strlen(currentPath);
511 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
514 pathLen = (int32_t)uprv_strlen(currentPath);
517 pathLen = (int32_t)(nextPath - currentPath);
528 fprintf(stderr, "rest of path (IDD) = %s\n", currentPath);
540 pathBuffer.clear().append(currentPath, pathLen, *pErrorCode);