allocateBufferUpConvert 185 Source/wtf/text/StringBuilder.cpp allocateBufferUpConvert(m_buffer->characters8(), requiredLength); allocateBufferUpConvert 285 Source/wtf/text/StringBuilder.cpp allocateBufferUpConvert(m_buffer->characters8(), expandedCapacity(capacity(), requiredLength)); allocateBufferUpConvert 288 Source/wtf/text/StringBuilder.cpp allocateBufferUpConvert(m_string.isNull() ? 0 : m_string.characters8(), expandedCapacity(capacity(), requiredLength)); allocateBufferUpConvert 286 Source/wtf/text/StringBuilder.h void allocateBufferUpConvert(const LChar* currentCharacters, unsigned requiredLength);