Searched refs:strIdxEnd (Results 1 – 1 of 1) sorted by relevance
140 int strIdxEnd = strDirs.length - 1; in matchPatternStart() local143 while (patIdxStart <= patIdxEnd && strIdxStart <= strIdxEnd) { in matchPatternStart()158 if (strIdxStart > strIdxEnd) { in matchPatternStart()225 int strIdxEnd = strDirs.length - 1; in matchPath() local228 while (patIdxStart <= patIdxEnd && strIdxStart <= strIdxEnd) { in matchPath()239 if (strIdxStart > strIdxEnd) { in matchPath()255 while (patIdxStart <= patIdxEnd && strIdxStart <= strIdxEnd) { in matchPath()260 if (!match(patDir, strDirs[strIdxEnd], isCaseSensitive)) { in matchPath()264 strIdxEnd--; in matchPath()266 if (strIdxStart > strIdxEnd) { in matchPath()[all …]