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