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

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.cpp 161 void StringBuilder::reallocateBuffer<LChar>(unsigned requiredLength)
178 void StringBuilder::reallocateBuffer<UChar>(unsigned requiredLength)
199 reallocateBuffer<LChar>(newCapacity);
201 reallocateBuffer<UChar>(newCapacity);
251 reallocateBuffer<CharType>(expandedCapacity(capacity(), requiredLength));
390 reallocateBuffer<LChar>(m_length);
392 reallocateBuffer<UChar>(m_length);
StringBuilder.h 288 void reallocateBuffer(unsigned requiredLength);
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]

Completed in 593 milliseconds