]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/tstnorm.h
ICU-62141.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / tstnorm.h
index 6ca4ce79a8d87387681d9f20b7e80ed2f628af81..db7edfbdf446151c27a1caf130c1b3f9542f40f0 100644 (file)
@@ -47,6 +47,12 @@ public:
     void TestCustomComp();
     void TestCustomFCC();
     void TestFilteredNormalizer2Coverage();
+    void TestNormalizeUTF8WithEdits();
+    void TestLowMappingToEmpty_D();
+    void TestLowMappingToEmpty_FCD();
+    void TestNormalizeIllFormedText();
+    void TestComposeJamoTBase();
+    void TestComposeBoundaryAfter();
 
 private:
     UnicodeString canonTests[24][3];
@@ -82,6 +88,7 @@ private:
     static UnicodeString hex(UChar ch);
     static UnicodeString hex(const UnicodeString& str);
 
+    void checkLowMappingToEmpty(const Normalizer2 &n2);
 };
 
 #endif /* #if !UCONFIG_NO_NORMALIZATION */