Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DDtdData.java540 DtdType explicitDtdType = DtdType.valueOf(name); in handleStartDtd() local
541 if (explicitDtdType != dtdType && explicitDtdType != dtdType.rootType) { in handleStartDtd()