Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue173/
DRecursiveAnchorTest.java30 Map<String, Map<String, Object>> rootMap = new HashMap<String, Map<String, Object>>(); in testWithoutCustomStyle() local
33 rootMap.put("test", enclosedMap); in testWithoutCustomStyle()
35 String output = yaml.dump(rootMap); in testWithoutCustomStyle()
40 Map<String, Map<String, Object>> rootMap = new HashMap<String, Map<String, Object>>(); in testWithBlockStyle() local
43 rootMap.put("test", enclosedMap); in testWithBlockStyle()
51 String output = yaml.dump(rootMap); in testWithBlockStyle()
/external/cldr/tools/java/org/unicode/cldr/tool/
DListUnits.java52 Map<String, Data> rootMap = new HashMap<>(); in main() local
111 …Set<String> units = getUnits(cldrFile, TASK, type == Type.root ? rootMap : type == Type.en ? enMap… in main()
117 Data data = rootMap.get(unit); in main()