Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DICUResourceWriter.java273 public void writeComments(OutputStream writer, int numIndent) { in writeComments() method in ICUResourceWriter.Resource
358 writeComments(writer, numIndent); in write()
416 writeComments(writer, numIndent); in write()
561 writeComments(writer, numIndent); in write()
591 writeComments(writer, numIndent); in write()
672 writeComments(writer, numIndent); in write()
807 writeComments(writer, numIndent); in write()
1053 writeComments(writer, numIndent); in write()
1107 writeComments(writer, numIndent); in write()
1139 writeComments(writer, numIndent); in write()
[all …]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java647 public void writeComments(OutputStream writer, int numIndent){ in writeComments() method in XLIFF2ICUConverter.Resource
690 writeComments(writer, numIndent); in write()
706 writeComments(writer, numIndent); in write()
722 writeComments(writer, numIndent); in write()
739 writeComments(writer, numIndent); in write()
754 writeComments(writer, numIndent); in write()
774 writeComments(writer, numIndent); in write()
791 writeComments(writer, numIndent); in write()
/external/proguard/src/proguard/
DConfigurationWriter.java404 writeComments(classSpecification.comments); in writeOption()
482 private void writeComments(String comments) in writeComments() method in ConfigurationWriter