Home
last modified time | relevance | path

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

/external/ant-glob/src/org/apache/tools/ant/types/selectors/
DSelectorUtils.java139 int strIdxStart = 0; in matchPatternStart() local
143 while (patIdxStart <= patIdxEnd && strIdxStart <= strIdxEnd) { in matchPatternStart()
148 if (!match(patDir, strDirs[strIdxStart], isCaseSensitive)) { in matchPatternStart()
152 strIdxStart++; in matchPatternStart()
158 if (strIdxStart > strIdxEnd) { in matchPatternStart()
224 int strIdxStart = 0; in matchPath() local
228 while (patIdxStart <= patIdxEnd && strIdxStart <= strIdxEnd) { in matchPath()
233 if (!match(patDir, strDirs[strIdxStart], isCaseSensitive)) { in matchPath()
237 strIdxStart++; in matchPath()
239 if (strIdxStart > strIdxEnd) { in matchPath()
[all …]