X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..340931cb2e044a2141d11567dd0f782524e32994:/icuSources/test/intltest/transtst.h diff --git a/icuSources/test/intltest/transtst.h b/icuSources/test/intltest/transtst.h index 423ed285..0ac46e36 100644 --- a/icuSources/test/intltest/transtst.h +++ b/icuSources/test/intltest/transtst.h @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ********************************************************************** -* Copyright (C) 1999-2008, International Business Machines +* Copyright (C) 1999-2011, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * Date Name Description @@ -334,9 +336,11 @@ private: void TestAnyX(void); + void TestAny(void); + void TestSourceTargetSet(void); - void TestRuleWhitespace(void); + void TestPatternWhiteSpace(void); void TestAllCodepoints(void); @@ -364,6 +368,13 @@ private: * 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