HomeSort by relevance Sort by last modified time
    Searched full:reallocatebuffer (Results 1 - 5 of 5) 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...]
  /external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/
chrome.abcdef.nm     [all...]
  /external/chromium_org/tools/telemetry/unittest_data/
perf_report_output.txt 306 --32.40%-- void WTF::StringBuilder::reallocateBuffer<unsigned char>(unsigned int)
    [all...]

Completed in 2766 milliseconds