Home
last modified time | relevance | path

Searched refs:copyChars (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSString.cpp88 StringImpl::copyChars(position, string->characters(), length); in resolveRope()
DStringPrototype.cpp282 …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/
DStringImpl.h246 static void copyChars(UChar* destination, const UChar* source, unsigned numCharacters) in copyChars() function
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-244144 (WebCore::StringImpl::copyChars):
10708 Also, remove duplicate of copyChars from JSString, call UStringImpl's version.
12307 (JSC::UStringImpl::copyChars):
13886 (JSC::copyChars):
DChangeLog-2009-06-1638250 (KJS::copyChars): Added.
38251 (KJS::UString::Rep::createCopying): Call copyChars instead of memcpy.