X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/efa1e6592fb03ce23b15276b2b91d885a3ee7da5..57a6839dcb3bba09e8228b822b290604668416fe:/icuSources/test/intltest/dtfmttst.h?ds=sidebyside diff --git a/icuSources/test/intltest/dtfmttst.h b/icuSources/test/intltest/dtfmttst.h index 829903fa..bd0f61b4 100644 --- a/icuSources/test/intltest/dtfmttst.h +++ b/icuSources/test/intltest/dtfmttst.h @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2013, International Business Machines Corporation and + * Copyright (c) 1997-2014, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -228,6 +228,13 @@ public: */ void TestDotAndAtLeniency(); + + void TestDateFormatLeniency(); + + void TestParseMultiPatternMatch(); + + void TestParseLeniencyAPIs(); + private: UBool showParse(DateFormat &format, const UnicodeString &formattedString);