Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Duclean.h122 typedef void *U_CALLCONV UMemReallocFn(const void *context, void *mem, size_t size); typedef
152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
/external/icu/libandroidicu/include/unicode/
Duclean.h122 typedef void *U_CALLCONV UMemReallocFn(const void *context, void *mem, size_t size); typedef
152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
/external/icu/icu4c/source/common/
Dcmemory.cpp35 static UMemReallocFn *pRealloc;
116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorC… in u_setMemoryFunctions()
/external/icu/libandroidicu/static_shim/
Dshim.cpp349 void u_setMemoryFunctions_android(const void * context, UMemAllocFn * a, UMemReallocFn * r, UMemFre… in u_setMemoryFunctions_android()