/* GENERATED SOURCE. DO NOT MODIFY. */ // © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html#License /***************************************************************************************** * * Copyright (C) 1996-2014, International Business Machines * Corporation and others. All Rights Reserved. **/ /** * Port From: JDK 1.4b1 : java.text.Format.IntlTestDateFormatSymbols * Source File: java/text/format/IntlTestDateFormatSymbols.java **/ /* @test 1.4 98/03/06 @summary test International Date Format Symbols */ package android.icu.dev.test.format; import java.util.Locale; import org.junit.Test; import android.icu.text.DateFormatSymbols; import android.icu.util.Calendar; import android.icu.util.ULocale; public class IntlTestDateFormatSymbols extends android.icu.dev.test.TestFmwk { // Test getMonths @Test public void TestGetMonths() { final String[] month; DateFormatSymbols symbol; symbol=new DateFormatSymbols(Locale.getDefault()); month=symbol.getMonths(); int cnt = month.length; logln("size = " + cnt); for (int i=0; i