Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DElementAttributeInfo.java102 …this.elementAttribute2Data = Collections.unmodifiableMap(getElementAttribute2Data()); // TODO, pro… in ElementAttributeInfo()
117 public Map<R2<String, String>, R3<Set<String>, String, String>> getElementAttribute2Data() { in getElementAttribute2Data() method in ElementAttributeInfo
152 R3<Set<String>, String, String> oldValue = myData.getElementAttribute2Data().get(key); in attributeDecl()
157 myData.getElementAttribute2Data().put(key, value2); in attributeDecl()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDTDAttributes.java126 .getInstance(dtdType).getElementAttribute2Data(); in showDistinguishing()
201 .getInstance(dtdType1).getElementAttribute2Data(); in checkAttributes()
203 .getInstance(dtdType2).getElementAttribute2Data(); in checkAttributes()
306 .getInstance(type).getElementAttribute2Data(); in checkEmpty()
339 .getInstance(type).getElementAttribute2Data(); in checkLeaf()
379 .getInstance(type).getElementAttribute2Data(); in checkNodeData()