Searched defs:appendStringInConstruct (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSString.h230 appendStringInConstruct(index, s1);
231 appendStringInConstruct(index, s2);
243 appendStringInConstruct(index, s1);
244 appendStringInConstruct(index, u2);
256 appendStringInConstruct(index, u1);
257 appendStringInConstruct(index, s2);
283 appendStringInConstruct(index, u1);
284 appendStringInConstruct(index, u2);
295 appendStringInConstruct(index, u1);
296 appendStringInConstruct(inde
364 void appendStringInConstruct(unsigned& index, const UString& string) function in class:JSC::JSString
371 void appendStringInConstruct(unsigned& index, JSString* jsString) function in class:JSC::JSString
[all...]

Completed in 16 milliseconds