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

  /external/icu/icu4c/source/test/cintltst/
hpmufn.c 92 static void U_CALLCONV myMemFree(const void *context, void *mem) {
133 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status);
141 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status);
144 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status);
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/test/cintltst/
hpmufn.c 97 static void U_CALLCONV myMemFree(const void *context, void *mem) {
138 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status);
146 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status);
149 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status);
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/tools/icuinfo/
testplug.c 163 static void U_CALLCONV myMemFree(const void *context, void *mem) {
195 u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status);
  /external/icu/icu4c/source/tools/icuinfo/
testplug.c 163 static void U_CALLCONV myMemFree(const void *context, void *mem) {
195 u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status);

Completed in 965 milliseconds