/*
*******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
#include "unicode/unistr.h"
-union UHashTok;
-
U_NAMESPACE_BEGIN
class Locale;
*
* @param source the source to copy from
* @param target the target to copy to
+ * @param status error code
*/
void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);