Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java134 public final String buttonLabel; field in VettingViewer.Choice
138 Choice(char abbreviation, String buttonLabel, String description, int order) { in Choice() argument
140 this.buttonLabel = TransliteratorUtilities.toHTML.transform(buttonLabel); in Choice()
172 .append(buttonLabel) in appendDisplay()
1682 out.add(((Choice) error).buttonLabel); in getErrorOnPath()