HomeSort by relevance Sort by last modified time
    Searched defs:reallocateBuffer (Results 1 - 2 of 2) 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/icu/source/i18n/
ucol.cpp     [all...]

Completed in 449 milliseconds