Home
last modified time | relevance | path

Searched refs:otherCapacity (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dcmemory.h352 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument
353 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead()
356 capacity=otherCapacity; in aliasInstead()
529 void aliasInstead(H *otherMemory, int32_t otherCapacity) { in aliasInstead() argument
530 if(otherMemory!=NULL && otherCapacity>0) { in aliasInstead()
533 capacity=otherCapacity; in aliasInstead()