]>
git.saurik.com Git - apple/icu.git/blob - icuSources/common/uhash_us.cpp
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 ******************************************************************************
5 * Copyright (C) 1997-2011, International Business Machines
6 * Corporation and others. All Rights Reserved.
7 ******************************************************************************
8 * Date Name Description
9 * 03/22/00 aliu Creation.
10 * 07/06/01 aliu Modified to support int32_t keys on
11 * platforms with sizeof(void*) < 32.
12 ******************************************************************************
18 * Deleter for Hashtable objects.
21 uhash_deleteHashtable(void *obj
) {
23 delete (Hashtable
*) obj
;