Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DAnnotations.java539 public String toString(String code, boolean html, AnnotationSet parentAnnotations) { in toString() argument
548 … String parentShortName = parentAnnotations == null ? null : parentAnnotations.getShortName(code); in toString()
554 …Set<String> parentKeywords = parentAnnotations == null ? null : parentAnnotations.getKeywordsMinus… in toString()
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartAnnotations.java202 … AnnotationSet parentAnnotations = Annotations.getDataSet(LocaleIDParser.getParent(locale)); in writeSubcharts() local
203 String baseAnnotation = annotations.toString(cp, true, parentAnnotations); in writeSubcharts()