Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DRegexLookup.java221 …st<T> getAll(String pattern, Object context, List<Finder> matcherList, Output<String[]> firstInfo); in getAll() argument
263 …t<T> getAll(String pattern, Object context, List<Finder> matcherList, Output<String[]> firstInfo) { in getAll() argument
271 if (firstInfo != null && !list.isEmpty()) { in getAll()
274 firstInfo.value = firstNode._info.value; in getAll()
280 firstInfo.value = n._info.value; in getAll()
298 Output<String[]> firstInfo = new Output<>(); in get() local
299 …List<T> matches = getAll(pattern, context, matcherList, firstInfo); //need to get whole list becau… in get()
302 arguments.value = firstInfo.value; in get()
304 arguments.value = firstInfo.value; in get()
475 Info firstInfo = new Info(); in addToList() local
[all …]