Searched refs:parentAnnotations (Results 1 – 2 of 2) sorted by relevance
522 public String toString(String code, boolean html, AnnotationSet parentAnnotations) { in toString() argument531 … String parentShortName = parentAnnotations == null ? null : parentAnnotations.getShortName(code); in toString()537 …Set<String> parentKeywords = parentAnnotations == null ? null : parentAnnotations.getKeywordsMinus… in toString()
197 … AnnotationSet parentAnnotations = Annotations.getDataSet(LocaleIDParser.getParent(locale)); in writeSubcharts() local198 String baseAnnotation = annotations.toString(cp, true, parentAnnotations); in writeSubcharts()