ICU-5008 promote draft APIs to stable
X-SVN-Rev: 19934
This commit is contained in:
parent
cf2495919d
commit
0ff9cf8f7c
@ -1,7 +1,7 @@
|
||||
/*
|
||||
******************************************************************************
|
||||
*
|
||||
* Copyright (C) 1996-2005, International Business Machines
|
||||
* Copyright (C) 1996-2006, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
******************************************************************************
|
||||
@ -367,7 +367,7 @@ public:
|
||||
* the string by calling uloc_canonicalize().
|
||||
* @param name the locale ID to create from. Must not be NULL.
|
||||
* @return a new locale object corresponding to the given name
|
||||
* @draft ICU 3.0
|
||||
* @stable ICU 3.0
|
||||
* @see uloc_canonicalize
|
||||
*/
|
||||
static Locale U_EXPORT2 createCanonical(const char* name);
|
||||
|
@ -1526,10 +1526,8 @@ typedef enum ULineBreak {
|
||||
U_LB_HYPHEN = 13, /*[HY]*/
|
||||
U_LB_IDEOGRAPHIC = 14, /*[ID]*/
|
||||
U_LB_INSEPERABLE = 15,
|
||||
#ifndef U_HIDE_DRAFT_API
|
||||
/** Renamed from the misspelled "inseperable" in Unicode 4.0.1/ICU 3.0 @draft ICU 3.0 */
|
||||
/** Renamed from the misspelled "inseperable" in Unicode 4.0.1/ICU 3.0 @stable ICU 3.0 */
|
||||
U_LB_INSEPARABLE=U_LB_INSEPERABLE,/*[IN]*/
|
||||
#endif /*U_HIDE_DRAFT_API*/
|
||||
U_LB_INFIX_NUMERIC = 16, /*[IS]*/
|
||||
U_LB_LINE_FEED = 17, /*[LF]*/
|
||||
U_LB_NONSTARTER = 18, /*[NS]*/
|
||||
|
@ -1587,7 +1587,7 @@ protected:
|
||||
* computed. This occurs only in setTimeInMillis(). A calendar set
|
||||
* to this state will compute all fields from the time if it becomes
|
||||
* necessary, but otherwise will delay such computation.
|
||||
* @draft ICU 3.0
|
||||
* @stable ICU 3.0
|
||||
*/
|
||||
UBool fAreFieldsVirtuallySet;
|
||||
|
||||
|
@ -1604,7 +1604,7 @@ public:
|
||||
* to use. It need not be null-terminated. May be the empty
|
||||
* string or NULL to indicate no currency.
|
||||
* @param ec input-output error code
|
||||
* @draft ICU 3.0
|
||||
* @stable ICU 3.0
|
||||
*/
|
||||
virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
|
||||
|
||||
|
@ -642,7 +642,7 @@ public:
|
||||
* to use. It need not be null-terminated. May be the empty
|
||||
* string or NULL to indicate no currency.
|
||||
* @param ec input-output error code
|
||||
* @draft ICU 3.0
|
||||
* @stable ICU 3.0
|
||||
*/
|
||||
virtual void setCurrency(const UChar* theCurrency, UErrorCode& ec);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user