Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DFindDTDOrder.java109 … LinkedHashSet<String> modifiedDtdOrder = new LinkedHashSet<String>(cldrFileAttributeOrder); in getInstance() local
111modifiedDtdOrder.retainAll(rawDtdAttributeOrder); // remove any superfluous stuff in getInstance()
112 modifiedDtdOrder.addAll(rawDtdAttributeOrder); in getInstance()
115 modifiedDtdOrder.removeAll(me.getCommonAttributes()); in getInstance()
116 modifiedDtdOrder.addAll(me.getCommonAttributes()); in getInstance()
119 List<String> dtdAttributeOrder = new ArrayList<String>(modifiedDtdOrder); in getInstance()