Searched refs:modifiedDtdOrder (Results 1 – 1 of 1) sorted by relevance
109 … LinkedHashSet<String> modifiedDtdOrder = new LinkedHashSet<String>(cldrFileAttributeOrder); in getInstance() local111 … modifiedDtdOrder.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()