Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dcmemory.h533 void aliasInstead(H *otherMemory, int32_t otherCapacity) { in aliasInstead() argument
534 if(otherMemory!=NULL && otherCapacity>0) { in aliasInstead()
536 ptr=otherMemory; in aliasInstead()