OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UMemFreeFn
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/common/unicode/
uclean.h
133
typedef void U_CALLCONV
UMemFreeFn
(const void *context, void *mem);
152
u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCONV_FPTR r,
UMemFreeFn
* U_CALLCONV_FPTR f,
/external/icu/libandroidicu/include/unicode/
uclean.h
133
typedef void U_CALLCONV
UMemFreeFn
(const void *context, void *mem);
152
u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCONV_FPTR r,
UMemFreeFn
* U_CALLCONV_FPTR f,
/external/icu/icu4c/source/common/
cmemory.cpp
36
static
UMemFreeFn
*pFree;
116
u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r,
UMemFreeFn
*f, UErrorCode *status)
/external/icu/libandroidicu/static_shim/
shim.cpp
349
void u_setMemoryFunctions_android(const void * context, UMemAllocFn * a, UMemReallocFn * r,
UMemFreeFn
* f, UErrorCode * status) {
[
all
...]
Completed in 390 milliseconds