Searched refs:getLdmlName (Results 1 – 3 of 3) sorted by relevance
146 checkState(parent != null || dtdType.getLdmlName().equals(name), in CldrPath()147 "unexpected root element: expected %s, but got %s", dtdType.getLdmlName(), name); in CldrPath()
92 String getLdmlName() { in getLdmlName() method in CldrDataType
221 if (path == null && !qName.equals(dataType.getLdmlName())) { in startElement()