Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DAnnotations.java173 public Annotations(Set<String> attributes, String tts2) { in Annotations() argument
175 tts = tts2; in Annotations()
178 public Annotations add(Set<String> attributes, String tts2) { in add() argument
180 getShortName() == null ? tts2 : tts2 == null ? getShortName() : throwDup()); in add()