Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
H A Dcmemory.h407 * @param otherCapacity must be >0
409 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument
410 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead()
413 capacity=otherCapacity; in aliasInstead()
622 * @param otherCapacity must be >0
624 void aliasInstead(H *otherMemory, int32_t otherCapacity) { in aliasInstead() argument
625 if(otherMemory!=NULL && otherCapacity>0) { in aliasInstead()
628 capacity=otherCapacity; in aliasInstead()
/third_party/node/deps/icu-small/source/common/
H A Dcmemory.h407 * @param otherCapacity must be >0
409 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument
410 if(otherArray!=nullptr && otherCapacity>0) { in aliasInstead()
413 capacity=otherCapacity; in aliasInstead()
622 * @param otherCapacity must be >0
624 void aliasInstead(H *otherMemory, int32_t otherCapacity) { in aliasInstead() argument
625 if(otherMemory!=nullptr && otherCapacity>0) { in aliasInstead()
628 capacity=otherCapacity; in aliasInstead()
/third_party/skia/third_party/externals/icu/source/common/
H A Dcmemory.h407 * @param otherCapacity must be >0
409 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument
410 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead()
413 capacity=otherCapacity; in aliasInstead()
622 * @param otherCapacity must be >0
624 void aliasInstead(H *otherMemory, int32_t otherCapacity) { in aliasInstead() argument
625 if(otherMemory!=NULL && otherCapacity>0) { in aliasInstead()
628 capacity=otherCapacity; in aliasInstead()

Completed in 5 milliseconds