Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DUnitConverter.java65 private Multimap<String, String> sourceToSystems = LinkedHashMultimap.create(); field in UnitConverter
128 sourceToSystems = ImmutableMultimap.copyOf(sourceToSystems); in freeze()
430 sourceToSystems.putAll(source, SPACE_SPLITTER.split(systems)); in addToSourceToTarget()
1247 return sourceToSystems; in getSourceToSystems()
1276 Collection<String> systems = sourceToSystems.get(subunit); in addSystems()