mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-10442 Move deprecated listFormatter methods back to draft ICU 50.
X-SVN-Rev: 34473
This commit is contained in:
parent
006d7063b7
commit
d437a719e3
1 changed files with 2 additions and 4 deletions
|
@ -75,14 +75,13 @@ class U_COMMON_API ListFormatter : public UObject{
|
|||
*/
|
||||
ListFormatter& operator=(const ListFormatter& other);
|
||||
|
||||
#ifndef U_HIDE_DEPRECATED_API
|
||||
/**
|
||||
* Creates a ListFormatter appropriate for the default locale.
|
||||
*
|
||||
* @param errorCode ICU error code, set if no data available for default locale.
|
||||
* @return Pointer to a ListFormatter object for the default locale,
|
||||
* created from internal data derived from CLDR data.
|
||||
* @deprecated ICU 52 (was draft ICU 50)
|
||||
* @draft ICU 50
|
||||
*/
|
||||
static ListFormatter* createInstance(UErrorCode& errorCode);
|
||||
|
||||
|
@ -93,10 +92,9 @@ class U_COMMON_API ListFormatter : public UObject{
|
|||
* @param errorCode ICU error code, set if no data available for the given locale.
|
||||
* @return A ListFormatter object created from internal data derived from
|
||||
* CLDR data.
|
||||
* @deprecated ICU 52 (was draft ICU 50)
|
||||
* @draft ICU 50
|
||||
*/
|
||||
static ListFormatter* createInstance(const Locale& locale, UErrorCode& errorCode);
|
||||
#endif /* U_HIDE_DEPRECATED_API */
|
||||
|
||||
#ifndef U_HIDE_INTERNAL_API
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue