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

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.cpp 160 void StringBuilder::reallocateBuffer<LChar>(unsigned requiredLength)
176 void StringBuilder::reallocateBuffer<UChar>(unsigned requiredLength)
196 reallocateBuffer<LChar>(newCapacity);
198 reallocateBuffer<UChar>(newCapacity);
248 reallocateBuffer<CharType>(expandedCapacity(capacity(), requiredLength));
358 reallocateBuffer<LChar>(m_length);
360 reallocateBuffer<UChar>(m_length);
  /external/chromium_org/third_party/WebKit/Source/wtf/
Vector.h 269 void reallocateBuffer(size_t newCapacity)
362 using Base::reallocateBuffer;
425 void reallocateBuffer(size_t newCapacity)
428 Base::reallocateBuffer(newCapacity);
640 using Base::reallocateBuffer;
892 Base::reallocateBuffer(newCapacity);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]

Completed in 1502 milliseconds