Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDtdData.java203 HashSet<Attribute> valueAttributes = new LinkedHashSet<>(); in checkEmpty() local
210 valueAttributes.add(attribute); in checkEmpty()
220 if (valueAttributes.isEmpty()) { in checkEmpty()
230 if (!valueAttributes.isEmpty()) { in checkEmpty()
231 …||" + showPath(parents) + "||path has both value AND value attributes||" + valueAttributes + "||"); in checkEmpty()
246 if (valueAttributes.isEmpty()) { in checkEmpty()
251 if (!valueAttributes.isEmpty()) { in checkEmpty()
263 + "||" + valueAttributes in checkEmpty()
/external/cldr/tools/java/org/unicode/cldr/util/
DDtdData.java1530 Map<String, String> valueAttributes = new HashMap<>(); in getRegularizedPaths() local
1536 valueAttributes.clear(); in getRegularizedPaths()
1550 valueAttributes.put(attribute, attributeValue); in getRegularizedPaths()
1556 if (!valueAttributes.isEmpty()) { in getRegularizedPaths()
1567 for (Entry<String, String> attributeAndValue : valueAttributes.entrySet()) { in getRegularizedPaths()