Searched defs:currentCharacters (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringBuilder.cpp92 // Allocate a new buffer, copying in currentCharacters (these may come from either m_string
94 void StringBuilder::allocateBuffer(const UChar* currentCharacters, unsigned requiredLength) argument
98 memcpy(m_bufferCharacters, currentCharacters, static_cast<size_t>(m_length) * sizeof(UChar)); // This can't overflow.

Completed in 53 milliseconds