Home
last modified time | relevance | path

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

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