Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DAnnotations.java238 private final Set<String> keycapLabelSet; field in Annotations.AnnotationSet
262 keycapLabelSet = getLabelSet("keycap"); in AnnotationSet()
263 keycapLabel = keycapLabelSet.isEmpty() ? null : keycapLabelSet.iterator().next(); in AnnotationSet()
399 return new Annotations(keycapLabelSet, shortName); in synthesize()