X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..151279e3792e85d0417b499c229886b3af724f55:/icuSources/test/intltest/ucdtest.h diff --git a/icuSources/test/intltest/ucdtest.h b/icuSources/test/intltest/ucdtest.h index 93a096c0..74fdfc1c 100644 --- a/icuSources/test/intltest/ucdtest.h +++ b/icuSources/test/intltest/ucdtest.h @@ -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); +};