Note: as of ICU4J 3.2, the default API for NumberFormatFactory uses ULocale instead of Locale. Instead of overriding createFormat(Locale, int), new implementations should override createFactory(ULocale, int). Note that one of these two methods MUST be overridden or else an infinite loop will occur. @stable ICU 2.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|