X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/4388f060552cc537e71e957d32f35e9d75a61233..HEAD:/icuSources/test/intltest/itspoof.h diff --git a/icuSources/test/intltest/itspoof.h b/icuSources/test/intltest/itspoof.h index abd54f5a..47cda32c 100644 --- a/icuSources/test/intltest/itspoof.h +++ b/icuSources/test/intltest/itspoof.h @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ********************************************************************** -* Copyright (C) 2011, International Business Machines Corporation +* Copyright (C) 2011-2013, International Business Machines Corporation * and others. All Rights Reserved. ********************************************************************** */ @@ -36,6 +38,24 @@ public: void testBug8654(); + void testScriptSet(); + + void testRestrictionLevel(); + + void testMixedNumbers(); + + void testBug12153(); + + void testBug12825(); + + void testBug12815(); + + void testBug13314_MixedNumbers(); + + void testBug13328_MixedCombiningMarks(); + + void testCombiningDot(); + // Internal function to run a single skeleton test case. void checkSkeleton(const USpoofChecker *sc, uint32_t flags, const char *input, const char *expected, int32_t lineNum);