//
/*
***************************************************************************
-* Copyright (C) 2002-2004 International Business Machines Corporation *
+* Copyright (C) 2002-2006 International Business Machines Corporation *
* and others. All rights reserved. *
***************************************************************************
*/
// when the hash table is deleted.
//
U_CDECL_BEGIN
-static void U_EXPORT2 U_CALLCONV RBBISymbolTableEntry_deleter(void *p) {
- RBBISymbolTableEntry *px = (RBBISymbolTableEntry *)p;
+static void U_CALLCONV RBBISymbolTableEntry_deleter(void *p) {
+ U_NAMESPACE_QUALIFIER RBBISymbolTableEntry *px = (U_NAMESPACE_QUALIFIER RBBISymbolTableEntry *)p;
delete px;
}
U_CDECL_END
fHashTable = NULL;
fCachedSetLookup = NULL;
- fHashTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, &status);
+ fHashTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status);
// uhash_open checks status
if (U_FAILURE(status)) {
return;