]>
git.saurik.com Git - apple/icu.git/blob - icuSources/common/uhash_us.cpp
2 ******************************************************************************
3 * Copyright (C) 1997-2011, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 ******************************************************************************
6 * Date Name Description
7 * 03/22/00 aliu Creation.
8 * 07/06/01 aliu Modified to support int32_t keys on
9 * platforms with sizeof(void*) < 32.
10 ******************************************************************************
16 * Deleter for Hashtable objects.
19 uhash_deleteHashtable(void *obj
) {
21 delete (Hashtable
*) obj
;