Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dcmemory.h351 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument
352 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead()
355 capacity=otherCapacity; in aliasInstead()
559 void aliasInstead(H *otherMemory, int32_t otherCapacity) { in aliasInstead() argument
560 if(otherMemory!=NULL && otherCapacity>0) { in aliasInstead()
563 capacity=otherCapacity; in aliasInstead()