]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/itspoof.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / intltest / itspoof.h
index abd54f5a930471d4691f712406407b8b3daa675d..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) 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);