]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/ucdtest.h
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / test / intltest / ucdtest.h
index 93a096c0030824efc2f64443e7053a5c4f5a8fbd..74fdfc1c3f5a9fedcebf70ff2fa545f2d38e6777 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2010, International Business Machines Corporation and
+ * Copyright (c) 1997-2013, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -36,6 +36,8 @@ public:
     void TestAdditionalProperties();
     void TestBinaryValues();
     void TestConsistency();
+    void TestPatternProperties();
+    void TestScriptMetadata();
 
 private:
 
@@ -50,5 +52,8 @@ private:
 
     UnicodeSet derivedProps[30];
     U_NAMESPACE_QUALIFIER Hashtable *unknownPropertyNames;
-};
 
+    UBool compareUSets(const UnicodeSet &a, const UnicodeSet &b,
+                       const char *a_name, const char *b_name,
+                       UBool diffIsError);
+};