Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/api/
DPathMatcher.java110 if (!locallyMatches(path)) { in matches()
120 return parent.get().locallyMatches(path); in matches()
149 public boolean locallyMatches(CldrPath path) { in locallyMatches() method in PathMatcher
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DCldrDataProcessor.java401 if (matcher.locallyMatches(prefix)) { in matches()
422 if (matcher.locallyMatches(value.getPath())) { in matches()