Home
last modified time | relevance | path

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

/external/ant-glob/src/org/apache/tools/ant/types/selectors/
DSelectorUtils.java293 int foundIdx = -1; in matchPath() local
304 foundIdx = strIdxStart + i; in matchPath()
308 if (foundIdx == -1) { in matchPath()
313 strIdxStart = foundIdx + patLength; in matchPath()
457 int foundIdx = -1; in match() local
470 foundIdx = strIdxStart + i; in match()
474 if (foundIdx == -1) { in match()
479 strIdxStart = foundIdx + patLength; in match()