Searched refs:copyChars (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSString.cpp105 StringImpl::copyChars(position, fiberString.characters8(), length);
125 StringImpl::copyChars(position, fiberString.characters8(), length);
127 StringImpl::copyChars(position, fiberString.characters16(), length);
268 StringImpl::copyChars(position, string->characters8(), length);
297 StringImpl::copyChars(position, string->characters8(), length);
299 StringImpl::copyChars(position, string->characters16(), length);
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DWTFString.cpp230 StringImpl::copyChars(data, m_impl->characters8(), strLength);
231 StringImpl::copyChars(data + strLength, charactersToAppend, lengthToAppend);
240 StringImpl::copyChars(data, m_impl->characters16(), strLength);
241 StringImpl::copyChars(data + strLength, charactersToAppend, lengthToAppend);
267 StringImpl::copyChars(data, characters8(), strLength);
269 StringImpl::copyChars(data, characters16(), strLength);
270 StringImpl::copyChars(data + strLength, charactersToAppend, lengthToAppend);
851 StringImpl::copyChars(destination, source, length);
H A DStringConcatenate.h169 StringImpl::copyChars(destination, m_buffer, m_length);
263 StringImpl::copyChars(destination, m_buffer, m_length);
291 StringImpl::copyChars(destination, m_buffer, m_length);
H A DStringImpl.h561 template <typename T> static void copyChars(T* destination, const T* source, unsigned numCharacters) function in class:WTF::StringImpl
588 ALWAYS_INLINE static void copyChars(UChar* destination, const LChar* source, unsigned numCharacters) function in class:WTF::StringImpl

Completed in 55 milliseconds