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

  /external/icu4c/common/
uhash.h 167 UObjectDeleter *valueDeleter; /* Deletes values when required.
333 * call. If the valueDeleter is non-NULL, then the hashtable owns
351 * keyDeleter must be NULL. If the valueDeleter is non-NULL, then the
370 * call. valueDeleter must be NULL. Storing a 0 value is the same as
388 * call. valueDeleter must be NULL. Storing a 0 value is the same as
  /external/icu4c/tools/gensprep/
store.c 219 static void U_CALLCONV valueDeleter(void* obj){
386 uhash_setValueDeleter(hashTable, valueDeleter);

Completed in 46 milliseconds