new TestOptionsItem( "be", "HHmm", "HH.mm", DateTimePatternGenerator.MATCH_HOUR_FIELD_LENGTH ),
new TestOptionsItem( "be", "hhmm", "hh.mm a", DateTimePatternGenerator.MATCH_HOUR_FIELD_LENGTH ),
//
- new TestOptionsItem( "en", "yyyy", "yyyy", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
- new TestOptionsItem( "en", "YYYY", "YYYY", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
- new TestOptionsItem( "en", "U", "y", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
- new TestOptionsItem( "en@calendar=japanese", "yyyy", "y G", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
- new TestOptionsItem( "en@calendar=japanese", "YYYY", "Y G", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
- new TestOptionsItem( "en@calendar=japanese", "U", "y G", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
- new TestOptionsItem( "en@calendar=chinese", "yyyy", "U", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
- new TestOptionsItem( "en@calendar=chinese", "YYYY", "Y", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
- new TestOptionsItem( "en@calendar=chinese", "U", "U", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "en", "yyyy", "yyyy", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "en", "YYYY", "YYYY", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "en", "U", "y", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "en@calendar=japanese", "yyyy", "y G", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "en@calendar=japanese", "YYYY", "Y G", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "en@calendar=japanese", "U", "y G", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "en@calendar=chinese", "yyyy", "U", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "en@calendar=chinese", "YYYY", "Y", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "en@calendar=chinese", "U", "U", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "en@calendar=chinese", "Gy", "U", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "en@calendar=chinese", "GU", "U", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "en@calendar=chinese", "ULLL", "MMM U", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "en@calendar=chinese", "yMMM", "MMM U", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "en@calendar=chinese", "GUMMM", "MMM U", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "zh@calendar=chinese", "yyyy", "U\u5E74", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "zh@calendar=chinese", "YYYY", "Y\u5E74", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "zh@calendar=chinese", "U", "U\u5E74", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "zh@calendar=chinese", "Gy", "U\u5E74", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "zh@calendar=chinese", "GU", "U\u5E74", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "zh@calendar=chinese", "ULLL", "U\u5E74MMM", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "zh@calendar=chinese", "yMMM", "U\u5E74MMM", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
+ new TestOptionsItem( "zh@calendar=chinese", "GUMMM", "U\u5E74MMM", DateTimePatternGenerator.MATCH_NO_OPTIONS ),
};
for (int i = 0; i < testOptionsData.length; ++i) {