Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java1290 if (element.getChildNamed("alias") == null) { in TestDtdCompatibility()
1293 if (element.getChildNamed("special") == null) { in TestDtdCompatibility()
1371 .getChildNamed(oldChild.getName()); in TestDtdCompatibility()
DTestPaths.java427 current = current.getChildNamed(elementName); in checkParts()
/external/cldr/tools/java/org/unicode/cldr/util/
DDtdData.java399 public Element getChildNamed(String string) { in getChildNamed() method in DtdData.Element