Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDTDAttributes.java609 Set<String> myChildren = toChildren.getAll(element); in checkStructure() local
612 if (myChildren != null) { in checkStructure()
613 if (myChildren.contains("PCDATA")) { in checkStructure()
614 values = "\tVALUE=" + myChildren.toString(); in checkStructure()
616 } else if (myChildren.contains("EMPTY")) { in checkStructure()
630 if (myChildren == null || skipChildren) in checkStructure()
632 for (String child : myChildren) { in checkStructure()