|
|
* java/text/DateFormat.java:
(computeInstance(int,int,Locale,boolean,boolean)):
Throw an exception when locale info. is unavailable.
(computeDefault(int,int,boolean,boolean)): New method.
(getDateInstance(int,Locale)): Check providers.
(getDateTimeInstance(int,int,Locale)): Likewise.
(getTimeInstance(int,Locale)): Likewise.
* java/text/DateFormatSymbols.java:
Update documentation to match DecimalFormatSymbols.
* java/text/DecimalFormatSymbols.java:
(DecimalFormatSymbols(Locale)): Reordered.
(getInstance()): Implemented.
(getInstance(Locale)): Implemented.
* java/text/NumberFormat.java:
(computeInstance(Locale,String,String)):
Throw an exception when locale info is unavailable.
(getCurrencyInstance(Locale)): Check providers.
(getIntegerInstance(Locale)): Likewise.
(getNumberInstance(Locale)): Likewise.
(getPercentInstance(Locale)): Likewise.
* java/text/spi/DateFormatProvider.java: New file.
* java/text/spi/DecimalFormatSymbolsProvider.java: Likewise.
* java/text/spi/NumberFormatProvider.java: Likewise.
|