Searched refs:localesToPaths (Results 1 – 1 of 1) sorted by relevance
438 …Relation<String, String> localesToPaths = Relation.of(new TreeMap<String, Set<String>>(), TreeSet.… in doSummary() local517 localesToPaths.put(locale, path); in doSummary()570 summary2.println("#Locales:\t" + localesToPaths.size()); in doSummary()571 for (Entry<String, Set<String>> entry : localesToPaths.keyValuesSet()) { in doSummary()