Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A 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()
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A 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()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/libandroidicu/include/unicode/
H A Duclean.h152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
H A Durename.h340 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) macro
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/unicode/
H A Duclean.h152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
H A Durename.h340 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) macro
/aosp_15_r20/external/icu/libandroidicu/include/unicode/
H A Duclean.h152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/
H A Duclean.h152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
H A Durename.h340 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) macro
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/
H A Duclean.h152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
H A Durename.h348 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) macro
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/unicode/
H A Duclean.h152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
/aosp_15_r20/external/cronet/third_party/icu/source/common/unicode/
H A Duclean.h152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
/aosp_15_r20/external/icu/icu4c/source/common/unicode/
H A Duclean.h152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/unicode/
H A Duclean.h152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
H A Durename.h340 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) macro
/aosp_15_r20/external/icu/icu4c/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp92 u_setMemoryFunctions(nullptr, my_alloc, my_realloc, my_free, &errorCode); in main()
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp92 u_setMemoryFunctions(nullptr, my_alloc, my_realloc, my_free, &errorCode); in main()
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dcmemory.cpp116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorC… in u_setMemoryFunctions() function
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dcmemory.cpp116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorC… in u_setMemoryFunctions() function
/aosp_15_r20/external/cronet/third_party/icu/source/tools/icuinfo/
H A Dtestplug.c202u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status); in debugMemoryPlugin()
/aosp_15_r20/external/icu/icu4c/source/tools/icuinfo/
H A Dtestplug.c202u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status); in debugMemoryPlugin()
/aosp_15_r20/external/cronet/third_party/icu/source/tools/ctestfw/
H A Dctest.c1037u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode); in initArgs()
/aosp_15_r20/external/icu/icu4c/source/tools/ctestfw/
H A Dctest.c1050u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode); in initArgs()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/libicu/ndk_headers/unicode/
H A Durename.h340 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) macro

12