Searched refs:strIdxStart (Results 1 – 1 of 1) sorted by relevance
139 int strIdxStart = 0; in matchPatternStart() local143 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() local228 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 …]