Searched refs:matchForward (Results 1 – 1 of 1) sorted by relevance
163 return matchForward(path, elementMatchers.size() - 1); in matchRegion()166 private boolean matchForward(CldrPath path, int matcherIndex) { in matchForward() method in PathMatcher170 return matchForward(path.getParent(), matcherIndex - 1) in matchForward()