Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/unicode/
Duclean.h133 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/
Duclean.h133 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/
Duclean.h133 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/
Dcmemory.cpp36 static UMemFreeFn *pFree;
116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorC… in u_setMemoryFunctions()