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.java129 public final String buttonLabel; field in VettingViewer.Choice
133 Choice(char abbreviation, String buttonLabel, String description, int order) { in Choice() argument
135 this.buttonLabel = TransliteratorUtilities.toHTML.transform(buttonLabel); in Choice()
167 .append(buttonLabel) in appendDisplay()
1443 out.add(((Choice) error).buttonLabel); in getErrorOnPath()