mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-986 add deprecation tags
X-SVN-Rev: 4937
This commit is contained in:
parent
635ea16a39
commit
a7dbf8c6b6
2 changed files with 4 additions and 4 deletions
|
@ -180,7 +180,7 @@ U_CAPI const char* U_EXPORT2 uprv_getDefaultLocaleID(void);
|
|||
* This is a special purpose function defined by the ChoiceFormat API
|
||||
* documentation.
|
||||
* It is not a general purpose function and not defined for NaN or Infinity
|
||||
* @draft
|
||||
* @deprecated This will be removed after 2002-Jun-30. Use the ChoiceFormat closures API instead.
|
||||
*/
|
||||
U_CAPI double U_EXPORT2 uprv_nextDouble(double d, UBool positive);
|
||||
|
||||
|
|
|
@ -541,7 +541,7 @@ public:
|
|||
* If NaN, returns same value.
|
||||
* <P>
|
||||
* Does not affect floating-point flags,
|
||||
* @stable
|
||||
* @deprecated This will be removed after 2002-Jun-30. Use closures API instead.
|
||||
*/
|
||||
static double nextDouble(double d, UBool positive);
|
||||
|
||||
|
@ -550,7 +550,7 @@ public:
|
|||
* If NaN, returns same value.
|
||||
* Used to make half-open intervals.
|
||||
* @see ChoiceFormat::previousDouble
|
||||
* @stable
|
||||
* @deprecated This will be removed after 2002-Jun-30. Use closures API instead.
|
||||
*/
|
||||
static double nextDouble(double d );
|
||||
|
||||
|
@ -558,7 +558,7 @@ public:
|
|||
* Finds the greatest double less than d.
|
||||
* If NaN, returns same value.
|
||||
* @see ChoiceFormat::nextDouble
|
||||
* @stable
|
||||
* @deprecated This will be removed after 2002-Jun-30. Use closures API instead.
|
||||
*/
|
||||
static double previousDouble(double d );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue