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

  /external/chromium_org/third_party/icu/source/test/cintltst/
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/test/cintltst/
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/chromium_org/third_party/icu/source/common/unicode/
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,
urename.h 340 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions)
    [all...]
  /external/icu/icu4c/source/common/unicode/
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,
urename.h 332 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions)
    [all...]
  /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/icu/icu4c/source/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/
cmemory.c 144 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorCode *status)
  /external/icu/icu4c/source/common/
cmemory.c 144 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorCode *status)
  /external/chromium_org/third_party/icu/source/tools/icuinfo/
testplug.c 195 u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status);
  /external/icu/icu4c/source/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 1017 u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode);
1019 printf("u_setMemoryFunctions returned %s\n", u_errorName(errorCode));
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 1018 u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode);
1020 printf("u_setMemoryFunctions returned %s\n", u_errorName(errorCode));
    [all...]

Completed in 1457 milliseconds