Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DRegexLogger.java562 … Collection<PatternStringWithBoolean> collectionToAdd = determineCollectionToUse(matched, type); in log() local
563 if (collectionToAdd != null) { in log()
564 collectionToAdd.add(key); in log()
572 Collection<PatternStringWithBoolean> collectionToAdd = null; in determineCollectionToUse() local
576 collectionToAdd = matchedFindSet; in determineCollectionToUse()
578 collectionToAdd = failedFindSet; in determineCollectionToUse()
583 collectionToAdd = matchedMatchSet; in determineCollectionToUse()
585 collectionToAdd = failedMatchSet; in determineCollectionToUse()
589 return collectionToAdd; in determineCollectionToUse()