Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateDerivedAnnotations.java75 Set<String> keywords = annotations.getKeywordsMinus(derivable); in main()
/external/cldr/tools/java/org/unicode/cldr/util/
DAnnotations.java536 Set<String> keywords = getKeywordsMinus(code); in toString()
537 …ring> parentKeywords = parentAnnotations == null ? null : parentAnnotations.getKeywordsMinus(code); in toString()
562 public Set<String> getKeywordsMinus(String code) { in getKeywordsMinus() method in Annotations.AnnotationSet