Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/api/
DAttributeKey.java112 this.elementName = checkValidLabel(elementName, "element name"); in AttributeKey()
113 this.attributeName = checkValidLabel(attributeName, "attribute name"); in AttributeKey()
254 private static String checkValidLabel(String value, String description) { in checkValidLabel() method in AttributeKey