Searched refs:appendString (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DFormDataList.h53 appendString(key);
54 appendString(value);
58 appendString(key);
59 appendString(value);
63 appendString(key);
64 appendString(String::number(value));
68 appendString(key);
76 void appendString(const CString&);
77 void appendString(const String&);
H A DFormDataList.cpp33 void FormDataList::appendString(const String& s) function in class:WebCore::FormDataList
39 void FormDataList::appendString(const CString& s) function in class:WebCore::FormDataList
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Spotlight/
H A DAppController.rb35 info.appendString(attr_name)
36 info.appendString(" = ")
37 info.appendString(item.valueForAttribute(attr_name).description)
38 info.appendString("\n")
/macosx-10.9.5/system_cmds-597.90.1/chkpasswd.tproj/
H A Dstringops.h29 char **appendString(char *, char **);
H A Dstringops.c85 char **appendString(char *s, char **l) function
236 l = appendString(t, l);
240 if (p[i + 1] == '\0') l = appendString("", l);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chkpasswd.tproj/
H A Dstringops.h29 char **appendString(char *, char **);
H A Dstringops.c85 char **appendString(char *s, char **l) function
236 l = appendString(t, l);
240 if (p[i + 1] == '\0') l = appendString("", l);
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dappendable.h82 virtual UBool appendString(const UChar *s, int32_t length);
103 * After writing at most *resultCapacity UChars, call appendString() with the
105 * Many appendString() implementations will avoid copying UChars if this function
113 * app.appendString(buffer, n);
123 * a prefix to it to appendString().
124 * That is, it is not correct to pass an interior pointer to appendString().
189 virtual UBool appendString(const UChar *s, int32_t length);
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebBackForwardList.mm267 [result appendString:@"\n--------------------------------------------\n"];
268 [result appendString:@"WebBackForwardList:\n"];
276 [result appendString:@" >>>"];
278 [result appendString:@" "];
282 [result appendString:[kit(entries[i].get()) description]];
288 [result appendString:@"\n"];
291 [result appendString:@"\n--------------------------------------------\n"];
H A DWebHistoryItem.mm218 [result appendString:@" *target*"];
221 [result appendString:@" *POST*"];
230 [result appendString:@"\n"];
231 [result appendString:[child description]];
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dappendable.cpp33 Appendable::appendString(const UChar *s, int32_t length) { function in class:Appendable
/macosx-10.9.5/JavaScriptCore-7537.78.1/disassembler/ARMv7/
H A DARMv7DOpcode.cpp241 appendString(condition);
250 appendString(sevenSpaces + length);
258 appendString(s_specialRegisterNames[registerNumber - 13]);
462 appendString(", #0");
660 appendString(conditionName(condition));
875 appendString("rrx");
1077 appendString("ror ");
1488 appendString("lsl ");
1547 appendString("apsr_nzcv");
1553 appendString("fpsc
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DWebLayer.mm264 [curDesc appendString:@"\n"];
271 [curDesc appendString:[curLayer _descriptionWithPrefix:sublayerPrefix]];
274 [curDesc appendString:@"\n"];
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DMarkupAccumulator.h80 virtual void appendString(const String&);
H A Dmarkup.cpp132 virtual void appendString(const String& s) { return MarkupAccumulator::appendString(s); } function in class:WebCore::StyledMarkupAccumulator
188 appendString(styleNodeCloseTag(isBlock));
586 accumulator.appendString(interchangeNewlineString);
634 accumulator.appendString(interchangeNewlineString);
H A DMarkupAccumulator.cpp175 void MarkupAccumulator::appendString(const String& string) function in class:WebCore::MarkupAccumulator
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebKitNSStringExtras.mm244 [result appendString:@" "];
246 [result appendString:[self substringWithRange:
278 [result appendString:@" "];
279 [result appendString:[self substringWithRange:NSMakeRange(nonSpace.location, space.location - nonSpace.location)]];
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DopensshCoding.cpp178 static void appendString( function
429 appendString(cfOut, SSH2_RSA_HEADER, strlen(SSH2_RSA_HEADER));
557 appendString(cfOut, SSH2_DSA_HEADER, strlen(SSH2_DSA_HEADER));
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXClipboard.c40 [string appendString:s];
/macosx-10.9.5/WebCore-7537.78.1/accessibility/ios/
H A DWebAccessibilityObjectWrapperIOS.mm715 [result appendString:@", "];
716 [result appendString:string];
934 [string appendString:@"���"];
1538 [[attrString mutableString] appendString:[NSString stringWithCharacters:chars length:length]];
1814 [(NSMutableString *)returnValue appendString:object];
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPageSerializer.cpp120 appendString("<?xml version=\"" + m_document->xmlVersion() + "\" encoding=\"" + m_document->charset() + "\"?>");
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Doc_attachments.rb289 s.appendString(other)
298 appendString(OSX::NSString.stringWithFormat("%C", i))
303 appendString(other)
603 appendString(other)
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java142 interfaces = appendString(interfaces, ENHANCED);
1427 private static String[] appendString(String[] a, String s) { method in class:BytecodeEnhancer
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dustrtest.cpp2043 app.appendString(cde, 3);
2044 app.appendString(fg, -1);
2054 app.appendString(buffer, 3);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dmsgfmt.cpp189 app.appendString(s.getBuffer(), s.length());
193 app.appendString(s, sLength);

Completed in 238 milliseconds

12