Searched refs:UMemFreeFn (Results 1 – 4 of 4) sorted by relevance
/external/icu/libicu/cts_headers/unicode/ |
D | uclean.h | 133 typedef void U_CALLCONV UMemFreeFn (const void *context, void *mem); typedef 152 …t, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCONV_FPTR r, UMemFreeFn * U_CALLCONV_FPT…
|
/external/icu/icu4c/source/common/unicode/ |
D | uclean.h | 133 typedef void U_CALLCONV UMemFreeFn (const void *context, void *mem); typedef 152 …t, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCONV_FPTR r, UMemFreeFn * U_CALLCONV_FPT…
|
/external/icu/libandroidicu/include/unicode/ |
D | uclean.h | 133 typedef void U_CALLCONV UMemFreeFn (const void *context, void *mem); typedef 152 …t, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCONV_FPTR r, UMemFreeFn * U_CALLCONV_FPT…
|
/external/icu/icu4c/source/common/ |
D | cmemory.cpp | 36 static UMemFreeFn *pFree; 116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorC… in u_setMemoryFunctions()
|