/external/chromium_org/third_party/icu/source/common/unicode/ |
H A D | usystem.h | 29 # define u_setMemoryFunctions u_setMemoryFunctions_SYSTEM_API_DO_NOT_USE macro
|
H A D | 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,
|
H A D | urename.h | 342 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) macro
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | hpmufn.c | 133 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status); 141 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status); 144 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status); 147 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, NULL, &status); 150 /* u_setMemoryFunctions() should work with null or non-null context pointer */ 152 u_setMemoryFunctions(NULL, myMemAlloc, myMemRealloc, myMemFree, &status); 154 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status); 163 u_setMemoryFunctions(NULL, myMemAlloc, myMemRealloc, myMemFree, &status);
|
/external/icu/icu4c/source/common/unicode/ |
H A D | uclean.h | 70 * u_setMemoryFunctions(), u_setMutexFunctions and 105 * @param context user supplied value, obtained from from u_setMemoryFunctions(). 114 * @param context user supplied value, obtained from from u_setMemoryFunctions(). 124 * @param context user supplied value, obtained from from u_setMemoryFunctions(). 150 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f,
|
H A D | urename.h | 332 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) macro
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | 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/common/ |
H A D | cmemory.c | 85 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorCode *status) function
|
/external/chromium_org/third_party/icu/source/test/perf/ucnvavailperf/ |
H A D | ucnvavailperf.cpp | 86 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode); 89 "u_setMemoryFunctions() failed - %s\n",
|
/external/icu/icu4c/source/test/perf/ucnvavailperf/ |
H A D | ucnvavailperf.cpp | 86 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode); 89 "u_setMemoryFunctions() failed - %s\n",
|
/external/icu/icu4c/source/common/ |
H A D | cmemory.c | 144 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorCode *status) function
|
/external/chromium_org/third_party/icu/source/tools/icuinfo/ |
H A D | testplug.c | 195 u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status);
|
/external/icu/icu4c/source/tools/icuinfo/ |
H A D | testplug.c | 195 u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status);
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
H A D | ctest.c | 968 u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode); 970 printf("u_setMemoryFunctions returned %s\n", u_errorName(errorCode));
|
/external/icu/icu4c/source/tools/ctestfw/ |
H A D | ctest.c | 1018 u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode); 1020 printf("u_setMemoryFunctions returned %s\n", u_errorName(errorCode));
|