mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5976 Added setDigit for JDK Locale th_TH_TH support in the DateFormat SPI.
X-SVN-Rev: 24108
This commit is contained in:
parent
1da9d58910
commit
e56b3c7948
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ public final class DateNumberFormat extends NumberFormat {
|
|||
return zeroDigit;
|
||||
}
|
||||
|
||||
public void setZeroDigit(char zero) {
|
||||
zeroDigit = zero;
|
||||
}
|
||||
|
||||
public StringBuffer format(double number, StringBuffer toAppendTo,
|
||||
FieldPosition pos) {
|
||||
throw new UnsupportedOperationException("StringBuffer format(double, StringBuffer, FieldPostion) is not implemented");
|
||||
|
|
Loading…
Add table
Reference in a new issue