OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocateBufferUpConvert
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.cpp
145
void StringBuilder::
allocateBufferUpConvert
(const LChar* currentCharacters, unsigned requiredLength)
185
allocateBufferUpConvert
(m_buffer->characters8(), requiredLength);
285
allocateBufferUpConvert
(m_buffer->characters8(), expandedCapacity(capacity(), requiredLength));
288
allocateBufferUpConvert
(m_string.isNull() ? 0 : m_string.characters8(), expandedCapacity(capacity(), requiredLength));
StringBuilder.h
286
void
allocateBufferUpConvert
(const LChar* currentCharacters, unsigned requiredLength);
Completed in 51 milliseconds