Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DRegexLookup.java217 …List<T> getAll(String pattern, Object context, List<Finder> matcherList, Output<String[]> firstInf… in getAll() argument
259 …public List<T> getAll(String pattern, Object context, List<Finder> matcherList, Output<String[]> f… in getAll() argument
283 if (matcherList != null) { in getAll()
284 matcherList.add(n._finder); in getAll()
292 List<Finder> matcherList = new ArrayList<Finder>(); in get() local
294 …List<T> matches = getAll(pattern, context, matcherList, firstInfo); //need to get whole list becau… in get()
302 matcherFound.value = (matcherList.size() > 0) ? matcherList.get(0) : null; in get()
588 …public List<T> getAll(String pattern, Object context, List<Finder> matcherList, Output<String[]> f… in getAll() argument
609 if (matcherList != null) { in getAll()
610 matcherList.add(n._finder); in getAll()
[all …]