]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/itspoof.h
ICU-64252.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / itspoof.h
index 6a77459ca10ce8d646064df3b455534a5d892f53..47cda32cf3888998178bdca8ec10364c3bcd6a04 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 **********************************************************************
-* Copyright (C) 2009, International Business Machines Corporation 
+* Copyright (C) 2011-2013, International Business Machines Corporation 
 * and others.  All Rights Reserved.
 **********************************************************************
 */
@@ -34,6 +36,26 @@ public:
 
     void testConfData();
 
+    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);