/external/chromium_org/third_party/icu/source/common/unicode/ |
usystem.h | 29 # define u_setMemoryFunctions u_setMemoryFunctions_SYSTEM_API_DO_NOT_USE
|
uclean.h | 71 * u_setMemoryFunctions(), u_setMutexFunctions and 203 * @param context user supplied value, obtained from from u_setMemoryFunctions(). 212 * @param context user supplied value, obtained from from u_setMemoryFunctions(). 222 * @param context user supplied value, obtained from from u_setMemoryFunctions(). 248 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f,
|
urename.h | 342 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
hpmufn.c | 138 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status); 146 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status); 149 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status); 152 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, NULL, &status); 155 /* u_setMemoryFunctions() should work with null or non-null context pointer */ 157 u_setMemoryFunctions(NULL, myMemAlloc, myMemRealloc, myMemFree, &status); 159 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status); 168 u_setMemoryFunctions(NULL, myMemAlloc, myMemRealloc, myMemFree, &status);
|
/external/chromium_org/third_party/icu/source/test/perf/ucnvavailperf/ |
ucnvavailperf.cpp | 86 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode); 89 "u_setMemoryFunctions() failed - %s\n",
|
/external/icu4c/test/cintltst/ |
hpmufn.c | 138 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status); 146 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status); 149 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status); 152 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, NULL, &status); 155 /* u_setMemoryFunctions() should work with null or non-null context pointer */ 157 u_setMemoryFunctions(NULL, myMemAlloc, myMemRealloc, myMemFree, &status); 159 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status); 168 u_setMemoryFunctions(NULL, myMemAlloc, myMemRealloc, myMemFree, &status);
|
/external/icu4c/test/perf/ucnvavailperf/ |
ucnvavailperf.cpp | 86 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode); 89 "u_setMemoryFunctions() failed - %s\n",
|
/external/chromium_org/third_party/icu/source/common/ |
uinit.c | 48 cmemory_cleanup(); /* undo any heap functions set by u_setMemoryFunctions(). */
|
cmemory.c | 85 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorCode *status)
|
cmemory.h | 88 * Clears any user heap functions from u_setMemoryFunctions()
|
/external/icu4c/common/unicode/ |
uclean.h | 70 * u_setMemoryFunctions(), u_setMutexFunctions and 200 * @param context user supplied value, obtained from from u_setMemoryFunctions(). 209 * @param context user supplied value, obtained from from u_setMemoryFunctions(). 219 * @param context user supplied value, obtained from from u_setMemoryFunctions(). 245 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f,
|
urename.h | 331 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) [all...] |
/external/icu4c/common/ |
ucln_cmn.c | 62 cmemory_cleanup(); /* undo any heap functions set by u_setMemoryFunctions(). */
|
cmemory.c | 144 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorCode *status)
|
cmemory.h | 119 * Clears any user heap functions from u_setMemoryFunctions()
|
/external/chromium_org/third_party/icu/source/tools/icuinfo/ |
testplug.c | 195 u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status);
|
/external/icu4c/tools/icuinfo/ |
testplug.c | 195 u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status);
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
ctest.c | 968 u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode); 970 printf("u_setMemoryFunctions returned %s\n", u_errorName(errorCode)); [all...] |
/external/icu4c/tools/ctestfw/ |
ctest.c | 968 u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode); 970 printf("u_setMemoryFunctions returned %s\n", u_errorName(errorCode)); [all...] |