Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
H A Dcmemory.h406 * @param otherArray must not be NULL
409 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument
410 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead()
412 ptr=otherArray; in aliasInstead()
621 * @param otherArray must not be NULL
/third_party/node/deps/icu-small/source/common/
H A Dcmemory.h406 * @param otherArray must not be nullptr
409 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument
410 if(otherArray!=nullptr && otherCapacity>0) { in aliasInstead()
412 ptr=otherArray; in aliasInstead()
621 * @param otherArray must not be nullptr
/third_party/skia/third_party/externals/icu/source/common/
H A Dcmemory.h406 * @param otherArray must not be NULL
409 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument
410 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead()
412 ptr=otherArray; in aliasInstead()
621 * @param otherArray must not be NULL

Completed in 7 milliseconds