HomeSort by relevance Sort by last modified time
    Searched refs:u_setMemoryFunctions (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/test/cintltst/
hpmufn.c 139 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status);
142 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status);
145 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, NULL, &status);
148 /* u_setMemoryFunctions() should work with null or non-null context pointer */
150 u_setMemoryFunctions(NULL, myMemAlloc, myMemRealloc, myMemFree, &status);
152 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status);
  /external/icu/icu4c/source/common/unicode/
uclean.h 72 * u_setMemoryFunctions(), u_setMutexFunctions and
107 * @param context user supplied value, obtained from from u_setMemoryFunctions().
116 * @param context user supplied value, obtained from from u_setMemoryFunctions().
126 * @param context user supplied value, obtained from from u_setMemoryFunctions().
152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCONV_FPTR r, UMemFreeFn * U_CALLCONV_FPTR f,
urename.h 332 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions)
    [all...]
  /external/icu/icu4c/source/test/perf/ucnvavailperf/
ucnvavailperf.cpp 92 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode);
95 "u_setMemoryFunctions() failed - %s\n",
  /external/icu/icu4c/source/common/
cmemory.cpp 140 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorCode *status)
  /external/icu/icu4c/source/tools/icuinfo/
testplug.c 201 u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status);
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 1020 u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode);
1022 printf("u_setMemoryFunctions returned %s\n", u_errorName(errorCode));
    [all...]

Completed in 2470 milliseconds