/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2012, International Business Machines Corporation and
+ * Copyright (c) 1997-2013, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
// IntlTest override
void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
public:
+ /**
+ * Verify that patterns have the correct values and could produce
+ * the DateFormat instances that contain the correct localized patterns.
+ */
+ void TestPatterns();
/**
* "Test written by Wally Wedel and emailed to me."
* Test handling of timezone offsets
void TestContext(void);
+ void TestNonGregoFmtParse(void);
+
public:
/**
* Test host-specific formatting.
public:
/**
- * Test patterns added in CLDR 1.4
+ * Test patterns added in CLDR 1.4, CLDR 23
*/
void TestEras(void);
void TestNarrowNames(void);
+ void TestShortDays(void);
+
void TestStandAloneDays(void);
void TestStandAloneMonths(void);
void TestRelativeOther(void);
*/
+ void TestDotAndAtLeniency();
+private:
+ UBool showParse(DateFormat &format, const UnicodeString &formattedString);
+
public:
/**
* Test parsing a number as a string