Searched defs:expandCapacity (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/
H A Duvectr64.cpp112 UBool UVector64::expandCapacity(int32_t minimumCapacity, UErrorCode &status) { function in class:UVector64
H A Duvectr32.cpp194 UBool UVector32::expandCapacity(int32_t minimumCapacity, UErrorCode &status) { function in class:UVector32
/external/chromium/third_party/icu/source/common/
H A Duvectr32.cpp194 UBool UVector32::expandCapacity(int32_t minimumCapacity, UErrorCode &status) { function in class:UVector32
/external/webkit/JavaScriptCore/wtf/
H A DVector.h593 void expandCapacity(size_t newMinCapacity);
594 const T* expandCapacity(size_t newMinCapacity, const T*);
595 template<typename U> U* expandCapacity(size_t newMinCapacity, U*);
728 void Vector<T, inlineCapacity>::expandCapacity(size_t newMinCapacity) function in class:WTF::Vector::Vector
734 const T* Vector<T, inlineCapacity>::expandCapacity(size_t newMinCapacity, const T* ptr) function in class:WTF::Vector::Vector
737 expandCapacity(newMinCapacity);
741 expandCapacity(newMinCapacity);
746 inline U* Vector<T, inlineCapacity>::expandCapacity(size_t newMinCapacity, U* ptr) function in class:WTF::Vector::Vector
748 expandCapacity(newMinCapacity);
759 expandCapacity(siz
[all...]

Completed in 208 milliseconds