Searched refs:UMemReallocFn (Results 1 – 4 of 4) sorted by relevance
/external/icu/libicu/cts_headers/unicode/ |
D | uclean.h | 122 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/unicode/ |
D | uclean.h | 122 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/ |
D | uclean.h | 122 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/ |
D | cmemory.cpp | 35 static UMemReallocFn *pRealloc; 116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorC… in u_setMemoryFunctions()
|