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

  /external/icu/icu4c/source/common/unicode/
uclean.h 122 typedef void *U_CALLCONV UMemReallocFn(const void *context, void *mem, size_t size);
152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCONV_FPTR r, UMemFreeFn * U_CALLCONV_FPTR f,
  /external/icu/libandroidicu/include/unicode/
uclean.h 122 typedef void *U_CALLCONV UMemReallocFn(const void *context, void *mem, size_t size);
152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCONV_FPTR r, UMemFreeFn * U_CALLCONV_FPTR f,
  /external/icu/icu4c/source/common/
cmemory.cpp 35 static UMemReallocFn *pRealloc;
116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorCode *status)
  /external/icu/libandroidicu/static_shim/
shim.cpp 349 void u_setMemoryFunctions_android(const void * context, UMemAllocFn * a, UMemReallocFn * r, UMemFreeFn * f, UErrorCode * status) {
    [all...]

Completed in 2221 milliseconds