HomeSort by relevance Sort by last modified time
    Searched refs:valueAttributes (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestDtdData.java 203 HashSet<Attribute> valueAttributes = new LinkedHashSet<>();
210 valueAttributes.add(attribute);
220 if (valueAttributes.isEmpty()) {
230 if (!valueAttributes.isEmpty()) {
231 m.put("warn", "\t||" + showPath(parents) + "||path has both value AND value attributes||" + valueAttributes + "||");
246 if (valueAttributes.isEmpty()) {
251 if (!valueAttributes.isEmpty()) {
263 + "||" + valueAttributes
  /external/cldr/tools/java/org/unicode/cldr/util/
DtdData.java     [all...]

Completed in 413 milliseconds