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

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRouteSpecificPool.java127 public int getCapacity() { method in class:RouteSpecificPool
/external/replicaisland/src/com/replica/replicaisland/
H A DFixedSizeArray.java29 * larger than getCount() but smaller than getCapacity() can't be used on their own.
264 public int getCapacity() { method in class:FixedSizeArray
/external/icu4c/common/
H A Dcmemory.h220 int32_t getCapacity() const { return capacity; } function in class:MaybeStackArray
228 * @return getAlias()+getCapacity()
386 int32_t getCapacity() const { return capacity; } function in class:MaybeStackHeaderAndArray
/external/icu4c/common/unicode/
H A Dunistr.h1720 inline int32_t getCapacity(void) const;
2665 * getCapacity() returns the actual capacity.
2679 * If length()<getCapacity() then you can terminate it by writing a NUL
2729 * The capacity of the buffer can be determined with getCapacity().
2735 * <code>(s.length()<s.getCapacity() && buffer[s.length()]==0)</code>.
2763 * The capacity of the buffer can be determined with getCapacity().
3515 UnicodeString::getCapacity() const function in class:UnicodeString
4232 if(len < getCapacity() && ((fFlags&kRefCounted) == 0 || refCount() == 1)) {

Completed in 186 milliseconds