HomeSort by relevance Sort by last modified time
    Searched refs:target_source (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateTransform.java 41 private final Map<String, String> target_source = new LinkedHashMap<String, String>(); field in class:GenerateTransform
81 if (target_source.containsKey(target)) {
89 target_source.put(target, source);
111 for (final String target : target_source.keySet()) {
112 final String source = target_source.get(target);
115 for (String longerTarget : target_source.keySet()) {
122 String prefixSource = target_source.get(prefixTarget);