HomeSort by relevance Sort by last modified time
    Searched defs:valueDeleter (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
uhash.h 153 UObjectDeleter *valueDeleter; /* Deletes values when required.
338 * call. If the valueDeleter is non-NULL, then the hashtable owns
356 * keyDeleter must be NULL. If the valueDeleter is non-NULL, then the
375 * call. valueDeleter must be NULL. Storing a 0 value is the same as
393 * call. valueDeleter must be NULL. Storing a 0 value is the same as
  /external/icu/icu4c/source/tools/gensprep/
store.c 221 static void U_CALLCONV valueDeleter(void* obj){
369 uhash_setValueDeleter(hashTable, valueDeleter);

Completed in 68 milliseconds