Home
last modified time | relevance | path

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

/external/icu4c/common/
Dcmemory.h250 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument
251 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead()
253 ptr=otherArray; in aliasInstead()