Description
1. add java6 new methods in DateFormatSymbols and DecimalFormatSymbols:
DateFormatSymbols: getAvailableLocales(), getInstance(), getInstance(Locale)
DecimalFormatSymbols: getAvailableLocales(), getInstance(), getInstance(Locale), getExponentSeparator(), setExponentSeparator(String)
2. add two java6 new classes needed by implementing new functions:
java.text.spi.DateFormatSymbolsProvider
java.text.spi.DecimalFormatSymbolsProvider
all the new methods just throw NotImplementedException to hold place, implementation is on working.
I will create patch soon.