HomeSort by relevance Sort by last modified time
    Searched refs:baseAnnotation (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/tool/
ChartAnnotations.java 198 String baseAnnotation = annotations.toString(cp, true, parentAnnotations);
199 String baseAnnotationOriginal = baseAnnotation;
214 baseAnnotation += "<hr><i>" + CollectionUtilities.join(entry.getValue(), ", ") + "</i>: " + entry.getKey();
217 tablePrinter.addCell(baseAnnotation);
  /external/cldr/tools/java/org/unicode/cldr/util/
Annotations.java 426 Annotations baseAnnotation = baseData.get(code);
427 String baseName = baseAnnotation == null ? null : baseAnnotation.getShortName();

Completed in 269 milliseconds