Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateG2xG2.java178 for (Iterator<String> it = totalMap.keySet().iterator(); it.hasNext();) { in main()
180 Totals t = totalMap.get(key); in main()
293 static Map<String, Totals> totalMap = new TreeMap<>(); field in GenerateG2xG2
300 Totals t = totalMap.get(key); in checkItems()
301 if (t == null) totalMap.put(key, t = new Totals()); in checkItems()