/external/icu/icu4c/source/common/ |
D | appendable.cpp | 23 Appendable::~Appendable() {} in ~Appendable() 26 Appendable::appendCodePoint(UChar32 c) { in appendCodePoint() 35 Appendable::appendString(const UChar *s, int32_t length) { in appendString() 55 Appendable::reserveAppendCapacity(int32_t /*appendCapacity*/) { in reserveAppendCapacity() 60 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/ |
D | IndentingAppendable.java | 22 final class IndentingAppendable implements Appendable { 24 private final Appendable delegate; 27 IndentingAppendable(Appendable delegate) { in IndentingAppendable() 31 IndentingAppendable(String indentation, Appendable delegate) { in IndentingAppendable() 37 public Appendable append(CharSequence csq) throws IOException { in append() 42 public Appendable append(CharSequence csq, int start, int end) throws IOException { in append() 56 public Appendable append(char c) throws IOException { in append()
|
D | Modifiable.java | 55 Appendable writeModifiers(Appendable appendable) throws IOException { in writeModifiers() 62 Appendable writeAnnotations(Appendable appendable, Context context) throws IOException { in writeAnnotations()
|
D | Writables.java | 31 Appendable appendable, Context context) throws IOException { in join() 46 Appendable appendable, Context context) throws IOException { in join() 53 public Appendable write(Appendable appendable, Context context) throws IOException { in toStringWritable()
|
D | Snippet.java | 69 public Appendable write(Appendable appendable, Context context) throws IOException { 110 public Appendable write(Appendable appendable, Context context) throws IOException {
|
D | Writable.java | 27 Appendable write(Appendable appendable, Context context) throws IOException; in write()
|
D | NullName.java | 31 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | VoidName.java | 36 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
/external/jsilver/src/com/google/clearsilver/jsilver/compatibility/ |
D | ClearsilverRenderer.java | 59 public void render(String templateName, Data data, Appendable output, in render() 87 public void render(String templateName, Data data, Appendable output) throws IOException, in render() 94 Appendable output = new StringBuilder(8192); in render() 100 public void render(Template template, Data data, Appendable output, ResourceLoader resourceLoader) in render() 107 public void render(Template template, Data data, Appendable output) throws IOException, in render() 114 Appendable output = new StringBuilder(8192); in render() 120 public void renderFromContent(String content, Data data, Appendable output) throws IOException, in renderFromContent() 127 Appendable output = new StringBuilder(8192); in renderFromContent()
|
/external/jsilver/src/com/google/clearsilver/jsilver/template/ |
D | HtmlWhiteSpaceStripper.java | 46 public class HtmlWhiteSpaceStripper implements Appendable { 49 private final Appendable out; 89 public HtmlWhiteSpaceStripper(Appendable out) { in HtmlWhiteSpaceStripper() 100 public HtmlWhiteSpaceStripper(Appendable out, int level) { in HtmlWhiteSpaceStripper() 111 public Appendable append(CharSequence csq) throws IOException { in append() 116 public Appendable append(CharSequence csq, int start, int end) throws IOException { in append() 124 public Appendable append(char c) throws IOException { in append()
|
/external/jsilver/src/com/google/clearsilver/jsilver/ |
D | TemplateRenderer.java | 41 void render(String templateName, Data data, Appendable output, ResourceLoader resourceLoader) in render() 48 void render(String templateName, Data data, Appendable output) throws IOException, in render() 68 void render(Template template, Data data, Appendable output, ResourceLoader resourceLoader) in render() 75 void render(Template template, Data data, Appendable output) throws IOException, JSilverException; in render() 93 void renderFromContent(String content, Data data, Appendable output) throws IOException, in renderFromContent()
|
D | JSilver.java | 249 public void render(String templateName, Data data, Appendable output, in render() 265 public void render(String templateName, Data data, Appendable output) throws IOException, in render() 276 Appendable output = createAppendableBuffer(); in render() 295 public void render(Template template, Data data, Appendable output, ResourceLoader resourceLoader) in render() 314 public void render(Template template, Data data, Appendable output) throws IOException, in render() 321 Appendable output = createAppendableBuffer(); in render() 341 public void renderFromContent(String content, Data data, Appendable output) throws IOException, in renderFromContent() 353 Appendable output = createAppendableBuffer(); in renderFromContent() 383 public Appendable createAppendableBuffer() { in createAppendableBuffer() 387 public void releaseAppendableBuffer(Appendable buffer) { in releaseAppendableBuffer()
|
/external/guava/guava/src/com/google/common/base/ |
D | Joiner.java | 95 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() 128 public final <A extends Appendable> A appendTo( in appendTo() 152 appendTo((Appendable) builder, parts); in appendTo() 241 @Override public <A extends Appendable> A appendTo(A appendable, Iterator<?> parts) 312 public <A extends Appendable> A appendTo(A appendable, Map<?, ?> map) throws IOException { 340 public <A extends Appendable> A appendTo(A appendable, Iterable<? extends Entry<?, ?>> entries) 352 public <A extends Appendable> A appendTo(A appendable, Iterator<? extends Entry<?, ?>> parts) 393 appendTo((Appendable) builder, entries);
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | JsonConverter.java | 254 public abstract Appendable print(Appendable result, int i); in print() 256 protected Appendable indent(Appendable result, int i) throws IOException { in indent() 264 … public Appendable appendString(Appendable result, String string, int indent) throws IOException { in appendString() 377 public Appendable print(Appendable result, int i) { in print() 418 public Appendable print(Appendable result, int i) { in print() 471 public Appendable print(Appendable result, int i) { in print()
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | AppendableWriterTest.java | 32 private static class SpyAppendable implements Appendable, Flushable, Closeable { 37 @Override public Appendable append(CharSequence csq) { in append() 42 @Override public Appendable append(char c) { in append() 47 @Override public Appendable append(CharSequence csq, int start, int end) { in append()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/ |
D | UnicodeEscaper.java | 285 public Appendable escape(final Appendable out) { in escape() 288 return new Appendable() { in escape() 292 public Appendable append(CharSequence csq) throws IOException { in escape() 296 public Appendable append(CharSequence csq, int start, int end) throws IOException { in escape() 372 public Appendable append(char c) throws IOException { in escape()
|
D | Escaper.java | 96 public Appendable escape(Appendable out); in escape()
|
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
D | MiniMessageFormatter.java | 66 public Appendable format(Appendable dest, Object... args) { in format() 79 public Appendable format(Appendable dest, Map<String, Object> argsMap) { in format() 92 private int format(int msgStart, Appendable dest, Object[] args, Map<String, Object> argsMap) { in format()
|
/external/icu/icu4c/source/common/unicode/ |
D | appendable.h | 51 class U_COMMON_API Appendable : public UObject { 57 ~Appendable(); 153 class U_COMMON_API UnicodeStringAppendable : public Appendable {
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
D | TextHtmlFunction.java | 92 public void filter(String in, Appendable out) throws IOException { in filter() 113 private void splitAndConvert(String in, Appendable out) throws IOException { in splitAndConvert() 158 private void formatEmail(String in, int start, int end, Appendable out) throws IOException { in formatEmail() 179 private void formatUrl(String in, int start, int end, boolean addScheme, Appendable out) in formatUrl()
|
/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | JavaFile.java | 45 private static final Appendable NULL_APPENDABLE = new Appendable() { 46 @Override public Appendable append(CharSequence charSequence) { 49 @Override public Appendable append(CharSequence charSequence, int start, int end) { 52 @Override public Appendable append(char c) { 73 public void writeTo(Appendable out) throws IOException { in writeTo()
|
/external/jsilver/src/com/google/clearsilver/jsilver/output/ |
D | OutputBufferProvider.java | 27 Appendable get(); in get() 34 void release(Appendable buffer); in release()
|
D | InstanceOutputBufferProvider.java | 31 public Appendable get() { in get() 36 public void release(Appendable buffer) { in release()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CaseMap.java | 112 public <A extends Appendable> A apply( in apply() 168 public <A extends Appendable> A apply( in apply() 341 public <A extends Appendable> A apply( in apply() 425 public <A extends Appendable> A apply(CharSequence src, A dest, Edits edits) { in apply()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CaseMap.java | 121 public <A extends Appendable> A apply( in apply() 181 public <A extends Appendable> A apply( in apply() 363 public <A extends Appendable> A apply( in apply() 452 public <A extends Appendable> A apply(CharSequence src, A dest, Edits edits) { in apply()
|