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.java92 private Anchors localeAnchors; field in FormattedFileWriter
117 this.localeAnchors = anchors; in FormattedFileWriter()
151 if (localeAnchors != null) { in close()
152 localeAnchors.add(title, targetFileName, null); in close()