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

  /external/icu4c/common/
uvectr64.h 131 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status);
206 return expandCapacity(minimumCapacity, status);
uvectr32.h 132 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status);
217 return expandCapacity(minimumCapacity, status);
uvectr64.cpp 116 UBool UVector64::expandCapacity(int32_t minimumCapacity, UErrorCode &status) {
uvectr32.cpp 198 UBool UVector32::expandCapacity(int32_t minimumCapacity, UErrorCode &status) {
  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 25 s += s; // This will expand the string at the end using UString::expandCapacity
27 ensureStringIsUsable('expandCapacity', 's', s);
  /external/webkit/Source/JavaScriptCore/wtf/
Vector.h 625 void expandCapacity(size_t newMinCapacity);
626 const T* expandCapacity(size_t newMinCapacity, const T*);
629 template<typename U> U* expandCapacity(size_t newMinCapacity, U*);
797 void Vector<T, inlineCapacity>::expandCapacity(size_t newMinCapacity)
803 const T* Vector<T, inlineCapacity>::expandCapacity(size_t newMinCapacity, const T* ptr)
806 expandCapacity(newMinCapacity);
810 expandCapacity(newMinCapacity);
835 inline U* Vector<T, inlineCapacity>::expandCapacity(size_t newMinCapacity, U* ptr)
837 expandCapacity(newMinCapacity);
848 expandCapacity(size)
    [all...]
Deque.h 102 void expandCapacity();
415 expandCapacity();
419 void Deque<T, inlineCapacity>::expandCapacity()
  /external/icu4c/test/intltest/
v32test.cpp 321 // ensureCapacity, expandCapacity
328 TEST_ASSERT(a->expandCapacity(20000, status) == TRUE);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 

Completed in 775 milliseconds