//
/*
***************************************************************************
-* Copyright (C) 2002-2006 International Business Machines Corporation *
-* and others. All rights reserved. *
+* Copyright (C) 2002-2014 International Business Machines Corporation
+* and others. All rights reserved.
***************************************************************************
*/
//
U_CDECL_BEGIN
static void U_CALLCONV RBBISymbolTableEntry_deleter(void *p) {
- U_NAMESPACE_QUALIFIER RBBISymbolTableEntry *px = (U_NAMESPACE_QUALIFIER RBBISymbolTableEntry *)p;
+ icu::RBBISymbolTableEntry *px = (icu::RBBISymbolTableEntry *)p;
delete px;
}
U_CDECL_END
"Name Node Val String Val\n"
"----------------------------------------------------------------------\n");
- int32_t pos = -1;
+ int32_t pos = UHASH_FIRST;
const UHashElement *e = NULL;
for (;;) {
e = uhash_nextElement(fHashTable, &pos);