Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DAnnotations.java695 Set<String> keywords100 = (value100 == null ? null : value100.getKeywords()); in writeEnglish() local
700 + "\t" + (keywords100 == null ? "" : CollectionUtilities.join(keywords100, " | "))); in writeEnglish()