Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDTDAttributes.java369 CurrentData.NodeData data = CurrentData.fullNodeData.get(type); in checkNodeData()
512 static Map<DtdType, NodeData> fullNodeData = new HashMap<DtdType, NodeData>(); field in TestDTDAttributes.CurrentData
524 nodeData = fullNodeData.get(type);
526 fullNodeData.put(type, nodeData = new NodeData( in fullNodeData.put()