HomeSort by relevance Sort by last modified time
    Searched refs:copyChars (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.cpp 111 StringImpl::copyChars(data, m_impl->characters8(), m_impl->length());
113 StringImpl::copyChars(data, m_impl->characters16(), m_impl->length());
116 StringImpl::copyChars(data + m_impl->length(), string.impl()->characters8(), string.impl()->length());
118 StringImpl::copyChars(data + m_impl->length(), string.impl()->characters16(), string.impl()->length());
139 StringImpl::copyChars(data, m_impl->characters8(), m_impl->length());
141 StringImpl::copyChars(data, m_impl->characters16(), m_impl->length());
197 StringImpl::copyChars(data, m_impl->characters8(), strLength);
198 StringImpl::copyChars(data + strLength, charactersToAppend, lengthToAppend);
206 StringImpl::copyChars(data, m_impl->characters16(), strLength);
207 StringImpl::copyChars(data + strLength, charactersToAppend, lengthToAppend)
    [all...]
StringConcatenate.h 169 StringImpl::copyChars(destination, m_buffer, m_length);
262 StringImpl::copyChars(destination, m_buffer, m_length);
StringImpl.h 280 template <typename T> static void copyChars(T* destination, const T* source, unsigned numCharacters)
308 ALWAYS_INLINE static void copyChars(UChar* destination, const LChar* source, unsigned numCharacters)
WTFString.h 674 StringImpl::copyChars(result.data(), m_impl->characters8() + pos, numberOfCharactersToCopy);
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextBreakIteratorICU.cpp 162 StringImpl::copyChars(const_cast<UChar*>(text->chunkContents), static_cast<const LChar*>(text->p) + (text->chunkNativeStart - text->b), static_cast<unsigned>(text->chunkLength));
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp     [all...]

Completed in 227 milliseconds