Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDTDAttributes.java670 String typeName = attributeTypes.contains(first) ? first : type in formatForAttribute()
694 static Set<String> attributeTypes = new HashSet<String>( field in TestDTDAttributes