Searched refs:copyChars (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSString.cpp | 88 StringImpl::copyChars(position, string->characters(), length); in resolveRope()
|
D | StringPrototype.cpp | 282 …StringImpl::copyChars(buffer + bufferPos, source.characters() + substringRanges[i].position, srcLe… in jsSpliceSubstringsWithSeparators() 288 StringImpl::copyChars(buffer + bufferPos, separators[i].characters(), sepLen); in jsSpliceSubstringsWithSeparators()
|
/external/webkit/Source/JavaScriptCore/wtf/text/ |
D | StringImpl.h | 246 static void copyChars(UChar* destination, const UChar* source, unsigned numCharacters) in copyChars() function
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2010-05-24 | 4144 (WebCore::StringImpl::copyChars): 10708 Also, remove duplicate of copyChars from JSString, call UStringImpl's version. 12307 (JSC::UStringImpl::copyChars): 13886 (JSC::copyChars):
|
D | ChangeLog-2009-06-16 | 38250 (KJS::copyChars): Added. 38251 (KJS::UString::Rep::createCopying): Call copyChars instead of memcpy.
|