Searched refs:copyChars (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | WTFString.cpp | 111 StringImpl::copyChars(data, m_impl->characters8(), m_impl->length()); in append() 113 StringImpl::copyChars(data, m_impl->characters16(), m_impl->length()); in append() 116 …StringImpl::copyChars(data + m_impl->length(), string.impl()->characters8(), string.impl()->length… in append() 118 …StringImpl::copyChars(data + m_impl->length(), string.impl()->characters16(), string.impl()->lengt… in append() 139 StringImpl::copyChars(data, m_impl->characters8(), m_impl->length()); in appendInternal() 141 StringImpl::copyChars(data, m_impl->characters16(), m_impl->length()); in appendInternal() 197 StringImpl::copyChars(data, m_impl->characters8(), strLength); in append() 198 StringImpl::copyChars(data + strLength, charactersToAppend, lengthToAppend); in append() 206 StringImpl::copyChars(data, m_impl->characters16(), strLength); in append() 207 StringImpl::copyChars(data + strLength, charactersToAppend, lengthToAppend); in append() [all …]
|
D | StringConcatenate.h | 169 StringImpl::copyChars(destination, m_buffer, m_length); in writeTo() 262 StringImpl::copyChars(destination, m_buffer, m_length); in writeTo()
|
D | StringImpl.h | 296 …template <typename T> static void copyChars(T* destination, const T* source, unsigned numCharacter… in copyChars() function 301 …ALWAYS_INLINE static void copyChars(UChar* destination, const LChar* source, unsigned numCharacter… in copyChars() function
|
D | WTFString.h | 656 StringImpl::copyChars(result.data(), m_impl->characters8() + pos, numberOfCharactersToCopy); in prependTo()
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextBreakIteratorICU.cpp | 224 …StringImpl::copyChars(const_cast<UChar*>(text->chunkContents), static_cast<const LChar*>(text->p) … in textLatin1MoveInPrimaryContext()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | TextIterator.cpp | 1861 StringImpl::copyChars(destination, characters, usableLength); in append()
|