Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DFormattedFileWriter.java91 private Anchors localeAnchors; field in FormattedFileWriter
116 this.localeAnchors = anchors; in FormattedFileWriter()
148 if (localeAnchors != null) { in close()
149 localeAnchors.add(title, filename + ".html", null); in close()