Home
last modified time | relevance | path

Searched defs:expandCapacity (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Duvectr32.cpp189 UBool UVector32::expandCapacity(int32_t minimumCapacity, UErrorCode &status) { in expandCapacity() function in UVector32
/external/webkit/JavaScriptCore/wtf/
DDeque.h391 void Deque<T>::expandCapacity() in expandCapacity() function
/external/webkit/JavaScriptCore/runtime/
DUString.cpp443 static inline bool expandCapacity(UString::Rep* rep, int requiredLength) in expandCapacity() function
466 void UString::expandCapacity(int requiredLength) in expandCapacity() function in JSC::UString