Searched refs:matcherIndex (Results 1 – 1 of 1) sorted by relevance
166 private boolean matchForward(CldrPath path, int matcherIndex) { in matchForward() argument167 if (matcherIndex < 0) { in matchForward()170 return matchForward(path.getParent(), matcherIndex - 1) in matchForward()171 && elementMatchers.get(matcherIndex).test(path); in matchForward()