Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/api/
DPathMatcher.java166 private boolean matchForward(CldrPath path, int matcherIndex) { in matchForward() argument
167 if (matcherIndex < 0) { in matchForward()
170 return matchForward(path.getParent(), matcherIndex - 1) in matchForward()
171 && elementMatchers.get(matcherIndex).test(path); in matchForward()