Searched refs:UMemAllocFn (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | uclean.h | 113 typedef void *U_CALLCONV UMemAllocFn(const void *context, 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 | 113 typedef void *U_CALLCONV UMemAllocFn(const void *context, 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 | 34 static UMemAllocFn *pAlloc; 116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorC… in u_setMemoryFunctions()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 349 void u_setMemoryFunctions_android(const void * context, UMemAllocFn * a, UMemReallocFn * r, UMemFre… in u_setMemoryFunctions_android()
|