Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringBuilder.cpp117 void StringBuilder::allocateBuffer(const LChar* currentCharacters, unsigned requiredLength) in allocateBuffer()
131 void StringBuilder::allocateBuffer(const UChar* currentCharacters, unsigned requiredLength) in allocateBuffer()
145 void StringBuilder::allocateBufferUpConvert(const LChar* currentCharacters, unsigned requiredLength) in allocateBufferUpConvert()