ICU-986 add deprecation tags

X-SVN-Rev: 4937
This commit is contained in:
Alan Liu 2001-06-11 17:37:56 +00:00
parent 635ea16a39
commit a7dbf8c6b6
2 changed files with 4 additions and 4 deletions

View file

@ -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);

View file

@ -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 );