Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDTDAttributes.java194 checkAttributes(DtdType.ldml, DtdType.supplementalData); in TestAttributes()
195 checkAttributes(DtdType.ldml, DtdType.ldmlBCP47); in TestAttributes()
196 checkAttributes(DtdType.ldmlBCP47, DtdType.supplementalData); in TestAttributes()
199 private void checkAttributes(DtdType dtdType1, DtdType dtdType2) { in checkAttributes() method in TestDTDAttributes