Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DListUnits.java53 Map<String, Data> enMap = new HashMap<>(); in main() local
110 …ng> units = getUnits(cldrFile, TASK, type == Type.root ? rootMap : type == Type.en ? enMap : null); in main()