Home
last modified time | relevance | path

Searched refs:u_setMemoryFunctions (Results 1 – 16 of 16) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dhpmufn.c145 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status); in TestHeapFunctions()
148 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status); in TestHeapFunctions()
151 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, NULL, &status); in TestHeapFunctions()
156 u_setMemoryFunctions(NULL, myMemAlloc, myMemRealloc, myMemFree, &status); in TestHeapFunctions()
158 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status); in TestHeapFunctions()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duclean.h152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
Durename.h340 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) macro
/third_party/node/deps/icu-small/source/common/unicode/
Duclean.h152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
Durename.h346 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) macro
/third_party/icu/icu4c/source/common/unicode/
Duclean.h152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
Durename.h345 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) macro
/third_party/icu/icu4c/source/test/perf/ucnvavailperf/
Ducnvavailperf.cpp92 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode); in main()
/third_party/skia/third_party/externals/icu/source/common/
Dcmemory.cpp116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorC… in u_setMemoryFunctions() function
/third_party/icu/icu4c/source/common/
Dcmemory.cpp116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorC… in u_setMemoryFunctions() function
/third_party/node/deps/icu-small/source/common/
Dcmemory.cpp116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorC… in u_setMemoryFunctions() function
/third_party/skia/third_party/externals/icu/source/tools/icuinfo/
Dtestplug.c201u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status); in debugMemoryPlugin()
/third_party/icu/icu4c/source/tools/icuinfo/
Dtestplug.c202u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status); in debugMemoryPlugin()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Dctest.c1031u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode); in initArgs()
/third_party/icu/icu4c/source/tools/ctestfw/
Dctest.c1033u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode); in initArgs()
/third_party/icu/docs/userguide/icu/
Ddesign.md223 1. `u_setMemoryFunctions()`. This function replaces the standard library heap
225 application. If it is needed, `u_setMemoryFunctions()` must be called first, before
266 1. `u_setMemoryFunctions()` and the data locating functions, if needed, must