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

/external/icu4c/common/
H A Dcmemory.h248 * @param otherCapacity must be >0
250 void aliasInstead(T *otherArray, int32_t otherCapacity) { argument
251 if(otherArray!=NULL && otherCapacity>0) {
254 capacity=otherCapacity;
420 * @param otherCapacity must be >0
422 void aliasInstead(H *otherMemory, int32_t otherCapacity) { argument
423 if(otherMemory!=NULL && otherCapacity>0) {
426 capacity=otherCapacity;

Completed in 205 milliseconds