Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DChartAnnotations.java198 String baseAnnotation = annotations.toString(cp, true, parentAnnotations); in writeSubcharts() local
199 String baseAnnotationOriginal = baseAnnotation; in writeSubcharts()
214baseAnnotation += "<hr><i>" + CollectionUtilities.join(entry.getValue(), ", ") + "</i>: " + entry.… in writeSubcharts()
217 tablePrinter.addCell(baseAnnotation); in writeSubcharts()
/external/cldr/tools/java/org/unicode/cldr/util/
DAnnotations.java426 Annotations baseAnnotation = baseData.get(code); in matchesInitialPattern() local
427 String baseName = baseAnnotation == null ? null : baseAnnotation.getShortName(); in matchesInitialPattern()