Searched refs:appendable (Results 1 – 13 of 13) sorted by relevance
95 public <A extends Appendable> A appendTo(A appendable, Iterable<?> parts) throws IOException { in appendTo() argument96 return appendTo(appendable, parts.iterator()); in appendTo()105 public <A extends Appendable> A appendTo(A appendable, Iterator<?> parts) throws IOException { in appendTo() argument106 checkNotNull(appendable); in appendTo()108 appendable.append(toString(parts.next())); in appendTo()110 appendable.append(separator); in appendTo()111 appendable.append(toString(parts.next())); in appendTo()114 return appendable; in appendTo()121 public final <A extends Appendable> A appendTo(A appendable, Object[] parts) throws IOException { in appendTo() argument122 return appendTo(appendable, Arrays.asList(parts)); in appendTo()[all …]
87 public Utf8Appendable(Appendable appendable) in Utf8Appendable() argument89 _appendable = appendable; in Utf8Appendable()
119 public long copyTo(Appendable appendable) throws IOException { in copyTo() argument120 checkNotNull(appendable); in copyTo()125 return CharStreams.copy(reader, appendable); in copyTo()
14 appendable.h
1055 private StringBuilder formatNumeric(Number[] hms, StringBuilder appendable) { in formatNumeric() argument1084 appendable); in formatNumeric()1093 appendable); in formatNumeric()1102 appendable); in formatNumeric()
110 udata.cpp appendable.cpp bytestrie.cpp \
94 appendable.o ustr_cnv.o unistr_cnv.o unistr.o unistr_case.o unistr_props.o \
187 AppendableWrapper(Appendable& appendable) : app(appendable), len(0) { in AppendableWrapper() argument
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
718 appendable.o stringpiece.o ustrtrns.o # for unistr.o