ICU-2087 convert @deprecated to @obsolete as appropriate
X-SVN-Rev: 10627
This commit is contained in:
parent
96921b5af8
commit
12bed0cecb
@ -664,7 +664,7 @@ public:
|
||||
uint8_t*result, int32_t resultLength) const = 0;
|
||||
|
||||
#ifdef ICU_NORMALIZER_USE_DEPRECATES
|
||||
// start deprecated APIs
|
||||
// start obsolete APIs
|
||||
/**
|
||||
* Get the decomposition mode of the Collator object.
|
||||
* @return the decomposition mode
|
||||
@ -751,9 +751,8 @@ protected:
|
||||
* mode is left to the child class.
|
||||
* @param collationStrength collation strength
|
||||
* @param decompositionMode
|
||||
* @deprecated ICU 2.4. This constructor is not used anywhere. Child classes should
|
||||
* implement their own constructor to handle the strength and
|
||||
* normalization mode
|
||||
* @deprecated ICU 2.4. Subclasses should use the default constructor
|
||||
* instead and handle the strength and normalization mode themselves.
|
||||
*/
|
||||
Collator(UCollationStrength collationStrength,
|
||||
UNormalizationMode decompositionMode);
|
||||
|
@ -170,8 +170,8 @@ public:
|
||||
|
||||
|
||||
/**
|
||||
* These constants are provided for backwards compatibility only,
|
||||
* and are deprecated. Please use the C++ style constants defined above.
|
||||
* These constants are provided for backwards compatibility only.
|
||||
* Please use the C++ style constants defined above.
|
||||
*/
|
||||
ERA_FIELD = kEraField,
|
||||
YEAR_FIELD = kYearField,
|
||||
@ -222,8 +222,8 @@ public:
|
||||
|
||||
|
||||
/**
|
||||
* These constants are provided for backwards compatibility only,
|
||||
* and are deprecated. Please use the C++ style constants defined above.
|
||||
* These constants are provided for backwards compatibility only.
|
||||
* Please use the C++ style constants defined above.
|
||||
*/
|
||||
FULL = kFull,
|
||||
LONG = kLong,
|
||||
|
@ -1236,7 +1236,7 @@ private:
|
||||
int32_t fGroupingSize2;
|
||||
UBool fDecimalSeparatorAlwaysShown;
|
||||
/*transient*/ UBool fIsCurrencyFormat;
|
||||
/* @deprecated */ DecimalFormatSymbols* fSymbols;
|
||||
DecimalFormatSymbols* fSymbols;
|
||||
|
||||
UBool fUseExponentialNotation;
|
||||
int8_t fMinExponentDigits;
|
||||
|
@ -248,7 +248,7 @@ public:
|
||||
#ifdef ICU_DATEFORMATSYMBOLS_USE_DEPRECATES
|
||||
/**
|
||||
* Get the non-localized date-time pattern characters.
|
||||
* @deprecated remove after Aug 2002. Use getPatternUChars instead.
|
||||
* @obsolete ICU 2.4. Use getPatternUChars instead since this API will be removed in that release.
|
||||
*/
|
||||
static const UnicodeString& getPatternChars(void);
|
||||
#endif /* ICU_DATEFORMATSYMBOLS_USE_DEPRECATES */
|
||||
|
@ -142,8 +142,8 @@ public:
|
||||
|
||||
|
||||
/**
|
||||
* These constants are provided for backwards compatibility only,
|
||||
* and are deprecated. Please use the C++ style constants defined above.
|
||||
* These constants are provided for backwards compatibility only.
|
||||
* Please use the C++ style constants defined above.
|
||||
* @stable ICU 2.0
|
||||
*/
|
||||
INTEGER_FIELD = kIntegerField,
|
||||
|
@ -170,7 +170,7 @@ public:
|
||||
* this storage and should free it.
|
||||
* @param count the output parameter of number of collation key values,
|
||||
* including any trailing nulls.
|
||||
* @deprecated Remove after 2003-mar-25. Use getByteArray instead.
|
||||
* @obsolete ICU 2.6. Use getByteArray instead since this API will be removed in that release.
|
||||
*/
|
||||
uint8_t* toByteArray(int32_t& count) const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user