Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/api/
DPathMatcher.java82 private final int totalElementCount; field in PathMatcher
87 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()