Home
last modified time | relevance | path

Searched defs:appendable (Results 1 – 25 of 37) sorted by relevance

12

/external/guava/guava/src/com/google/common/base/
DJoiner.java95 public <A extends Appendable> A appendTo(A appendable, Iterable<?> parts) throws IOException { in appendTo()
105 public <A extends Appendable> A appendTo(A appendable, Iterator<?> parts) throws IOException { in appendTo()
121 public final <A extends Appendable> A appendTo(A appendable, Object[] parts) throws IOException { in appendTo()
129 A appendable, @Nullable Object first, @Nullable Object second, Object... rest) in appendTo()
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DWritables.java31 Appendable appendable, Context context) throws IOException { in join()
46 Appendable appendable, Context context) throws IOException { in join()
DModifiable.java55 Appendable writeModifiers(Appendable appendable) throws IOException { in writeModifiers()
62 Appendable writeAnnotations(Appendable appendable, Context context) throws IOException { in writeAnnotations()
DEnumWriter.java57 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
152 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DNullName.java31 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DVoidName.java36 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DWritable.java27 Appendable write(Appendable appendable, Context context) throws IOException; in write()
DInterfaceWriter.java40 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DVariableWriter.java43 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DArrayTypeName.java34 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DWildcardName.java55 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DBlockWriter.java47 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DFieldWriter.java43 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DPrimitiveName.java38 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DAnnotationWriter.java57 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DClassWriter.java89 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DTypeVariableName.java55 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DParameterizedTypeName.java56 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DConstructorWriter.java88 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DMethodWriter.java93 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DFormattedNumber.java61 public <A extends Appendable> A appendTo(A appendable) { in appendTo()
DFormattedNumberRange.java67 public <A extends Appendable> A appendTo(A appendable) { in appendTo()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DFormattedNumber.java62 public <A extends Appendable> A appendTo(A appendable) { in appendTo()
DFormattedNumberRange.java68 public <A extends Appendable> A appendTo(A appendable) { in appendTo()
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp436 auto appendable = UnicodeStringAppendable(appendTo); in format() local
448 auto appendable = UnicodeStringAppendable(appendTo); in format() local
461 auto appendable = UnicodeStringAppendable(appendTo); in format() local
488 auto appendable = UnicodeStringAppendable(appendTo); in format() local
500 auto appendable = UnicodeStringAppendable(appendTo); in format() local
513 auto appendable = UnicodeStringAppendable(appendTo); in format() local
523 auto appendable = UnicodeStringAppendable(appendTo); in format() local
532 auto appendable = UnicodeStringAppendable(appendTo); in format() local
542 auto appendable = UnicodeStringAppendable(appendTo); in format() local

12