Home
last modified time | relevance | path

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

/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneTree.java616 private static void writeLine(Appendable appendable, String s) throws IOException { in writeLine() argument
617 appendable.append(s); in writeLine()
618 appendable.append('\n'); in writeLine()