+ void TestDotAndAtLeniency();
+
+ void TestDateFormatLeniency();
+
+ void TestParseMultiPatternMatch();
+
+ void TestParseLeniencyAPIs();
+
+ // test override NumberFormat
+ void TestNumberFormatOverride();
+ void TestCreateInstanceForSkeleton();
+ void TestCreateInstanceForSkeletonDefault();
+ void TestCreateInstanceForSkeletonWithCalendar();
+ void TestDFSCreateForLocaleNonGregorianLocale();
+ void TestDFSCreateForLocaleWithCalendarInLocale();
+ void TestChangeCalendar();
+
+ void TestPatternFromSkeleton();
+
+ void TestAmPmMidnightNoon();
+ void TestFlexibleDayPeriod();
+ void TestDayPeriodWithLocales();
+ void TestMinuteSecondFieldsInOddPlaces();
+ void TestDayPeriodParsing();
+ void TestParseRegression13744();
+
+private:
+ UBool showParse(DateFormat &format, const UnicodeString &formattedString);
+