Searched refs:totalElementCount (Results 1 – 1 of 1) sorted by relevance
82 private final int totalElementCount; field in PathMatcher87 this.totalElementCount = in PathMatcher()88 elementMatchers.size() + (parent != null ? parent.totalElementCount : 0); in PathMatcher()117 while (path.getLength() > totalElementCount - elementMatchers.size()) { in matches()130 if (path.getLength() < totalElementCount) { in matchesPrefixOf()133 while (path.getLength() > totalElementCount) { in matchesPrefixOf()150 return (path.getLength() == totalElementCount) in locallyMatches()151 && matchRegion(path, totalElementCount - elementMatchers.size()); in locallyMatches()