Home
last modified time | relevance | path

Searched refs:appendString (Results 1 – 25 of 55) sorted by relevance

123

/external/icu/icu4c/source/common/unicode/
Dappendable.h82 virtual UBool appendString(const UChar *s, int32_t length);
189 virtual UBool appendString(const UChar *s, int32_t length);
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDStatsBuilder.m88 [result appendString:[NSString stringWithFormat:systemStatsFormat,
93 [result appendString:[NSString stringWithFormat:connStatsFormat,
101 [result appendString:[NSString stringWithFormat:videoSendFormat,
112 [result appendString:[NSString stringWithFormat:videoReceiveFormat,
121 [result appendString:[NSString stringWithFormat:audioSendFormat,
126 [result appendString:[NSString stringWithFormat:audioReceiveFormat,
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRParseTree.m113 [buf appendString:[hidden text]];
118 [buf appendString:nodeText];
135 [buf appendString:[self toStringWithHiddenTokens]];
DANTLRBaseTree.m507 [buf appendString:@"("];
508 [buf appendString:[self toString]];
509 [buf appendString:@" "];
514 [buf appendString:@" "];
516 [buf appendString:[(id<ANTLRBaseTree>)t toStringTree]];
519 [buf appendString:@")"];
DANTLRPtrBuffer.m340 [str appendString:@"["];
342 [str appendString:[[self objectAtIndex:idx] description]];
344 [str appendString:@"]"];
DANTLRFastQueue.m154 [buf appendString:[[self objectAtIndex:i] description]];
156 [buf appendString:@" "];
DANTLRTokenRewriteStream.m113 [buf appendString:text];
115 [buf appendString:[[tokens objectAtIndex:rwIndex] text]];
146 [buf appendString:text];
437 [buf appendString:[[tokens objectAtIndex:i] text]];
485 [buf appendString:t.text];
504 [buf appendString:op.text];
687 [buf appendString:[[tokens objectAtIndex:i] text]];
DAMutableArray.m269 [str appendString:@"["];
271 [str appendString:[[self objectAtIndex:idx] toString]];
273 [str appendString:@"]"];
DANTLRCommonTree.m262 [desc appendString:[self description]];
267 [desc appendString:@")"];
DANTLRCommonTreeNodeStream.m236 [buf appendString:@" "];
237 [buf appendString:[NSString stringWithFormat:@"%d", type]];
DANTLRBitSet.m285 [descString appendString:@","];
291 [descString appendString:@"}"];
/external/jetty/src/java/org/eclipse/jetty/util/ajax/
DJSON.java291 appendString(buffer,(String)object); in append()
307 appendString(buffer,object.toString()); in append()
331 appendString(buffer,object.toString()); in append()
557 public void appendString(StringBuffer buffer, String string) in appendString() method in JSON
559 appendString((Appendable)buffer,string); in appendString()
562 public void appendString(Appendable buffer, String string) in appendString() method in JSON
/external/skia/src/pdf/
DSkPDFTypes.h224 void appendString(const char[]);
225 void appendString(const SkString&);
DSkPDFMetadata.cpp91 array->appendString( in CreatePdfId()
93 array->appendString( in CreatePdfId()
DSkPDFTypes.cpp320 void SkPDFArray::appendString(const SkString& value) { in appendString() function in SkPDFArray
324 void SkPDFArray::appendString(const char value[]) { in appendString() function in SkPDFArray
DSkPDFBitmap.cpp310 result->appendString(tableString); in make_indexed_color_space()
326 result->appendString(tableString); in make_indexed_color_space()
/external/icu/icu4c/source/common/
Dappendable.cpp33 Appendable::appendString(const UChar *s, int32_t length) { in appendString() function in Appendable
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
DAbstractVisitor.java147 public static void appendString(final StringBuffer buf, final String s) { in appendString() method in AbstractVisitor
DASMifierAbstractVisitor.java140 appendString(buf, (String) cst); in appendConstant()
DTraceAnnotationVisitor.java186 appendString(buf, value); in visitString()
/external/skia/include/core/
DSkDataTable.h158 void appendString(const SkString& string) { in appendString() function
/external/jsilver/src/com/google/streamhtmlparser/util/
DJavascriptTokenBuffer.java95 public void appendString(String input) { in appendString() method in JavascriptTokenBuffer
/external/skia/tests/
DPDFPrimitivesTest.cpp262 array->appendString("This String"); in TestPDFArray()
266 array->appendString(SkString("Another String")); in TestPDFArray()
/external/caliper/examples/src/main/java/examples/
DStringBuilderBenchmark.java121 @Benchmark void appendString(int reps) { in appendString() method in StringBuilderBenchmark
/external/clang/test/SemaObjC/
Dkindof.m33 - (void)appendString:(NSString *)string;
248 [kindof_NSString appendString:0]; // in subclass

123