+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
**********************************************************************
-* Copyright (C) 1999-2009, International Business Machines
+* Copyright (C) 1999-2011, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Date Name Description
void TestSourceTargetSet(void);
- void TestRuleWhitespace(void);
+ void TestPatternWhiteSpace(void);
void TestAllCodepoints(void);
* Tests the registerAlias() function
*/
void TestRegisterAlias(void);
+
+ /**
+ * Test for rdar://problem/61817095 (and maybe eventually other Hans-Hant errors)
+ * Apple-only
+ * ICU4C only
+ */
+ void TestHansHant(void);
//======================================================================
// Support methods