Home
last modified time | relevance | path

Searched refs:strIdxEnd (Results 1 – 1 of 1) sorted by relevance

/external/ant-glob/src/org/apache/tools/ant/types/selectors/
DSelectorUtils.java140 int strIdxEnd = strDirs.length - 1; in matchPatternStart() local
143 while (patIdxStart <= patIdxEnd && strIdxStart <= strIdxEnd) { in matchPatternStart()
158 if (strIdxStart > strIdxEnd) { in matchPatternStart()
225 int strIdxEnd = strDirs.length - 1; in matchPath() local
228 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 …]