Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java979 static Map<String, String> rootUnitMap = new HashMap<String, String>(); field in CLDRModify
982 rootUnitMap.put("second", "s");
983 rootUnitMap.put("minute", "min");
984 rootUnitMap.put("hour", "h");
985 rootUnitMap.put("day", "d");
986 rootUnitMap.put("week", "w");
987 rootUnitMap.put("month", "m");
988 rootUnitMap.put("year", "y");