diff --git a/icu4c/APIChangeReport.html b/icu4c/APIChangeReport.html
index 04cc55b0e28..64f4390de64 100644
--- a/icu4c/APIChangeReport.html
+++ b/icu4c/APIChangeReport.html
@@ -628,11 +628,8 @@
ICU 60
-numberformatter.h | LocalizedNumberFormatter icu::number::UnlocalizedNumberFormatter::locale(const icu::Locale&) | (missing) |
-
-
-
-(untagged) |
+numberformatter.h | LocalizedNumberFormatter icu::number::UnlocalizedNumberFormatter::locale(const icu::Locale&) | (missing) | Draft
+ICU 60 |
numberformatter.h | Rounder icu::number::CurrencyRounder::withCurrency(const CurrencyUnit&) | (missing) | Draft
@@ -647,11 +644,8 @@
ICU 60 |
-numberformatter.h | Rounder icu::number::IncrementRounder::withMinFraction(int32_t) | (missing) |
-
-
-
-(untagged) |
+numberformatter.h | Rounder icu::number::IncrementRounder::withMinFraction(int32_t) | (missing) | Draft
+ICU 60 |
numberformatter.h | Rounder icu::number::Rounder::withMode(UNumberFormatRoundingMode) | (missing) | Draft
@@ -758,39 +752,24 @@
ICU 60 |
-numberformatter.h | icu::number::FormattedNumber::~FormattedNumber() | (missing) |
-
-
-
-(untagged) |
+numberformatter.h | icu::number::FormattedNumber::~FormattedNumber() | (missing) | Draft
+ICU 60 |
-numberformatter.h | icu::number::LocalizedNumberFormatter::LocalizedNumberFormatter(const LocalizedNumberFormatter&) | (missing) |
-
-
-
-(untagged) |
+numberformatter.h | icu::number::LocalizedNumberFormatter::LocalizedNumberFormatter(const LocalizedNumberFormatter&) | (missing) | Draft
+ICU 60 |
-numberformatter.h | icu::number::LocalizedNumberFormatter::~LocalizedNumberFormatter() | (missing) |
-
-
-
-(untagged) |
+numberformatter.h | icu::number::LocalizedNumberFormatter::~LocalizedNumberFormatter() | (missing) | Draft
+ICU 60 |
-numberformatter.h | icu::number::NumberFormatter::NumberFormatter()=delete | (missing) |
-
-
-
-(untagged) |
+numberformatter.h | icu::number::NumberFormatter::NumberFormatter()=delete | (missing) | Draft
+ICU 60 |
-numberformatter.h | icu::number::UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const UnlocalizedNumberFormatter&) | (missing) |
-
-
-
-(untagged) |
+numberformatter.h | icu::number::UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const UnlocalizedNumberFormatter&) | (missing) | Draft
+ICU 60 |
numberformatter.h | icu::number::impl::SymbolsWrapper::SymbolsWrapper() | (missing) | Internal
diff --git a/icu4c/source/i18n/unicode/uspoof.h b/icu4c/source/i18n/unicode/uspoof.h
index a4fd00210ef..9fcfcd3ede8 100644
--- a/icu4c/source/i18n/unicode/uspoof.h
+++ b/icu4c/source/i18n/unicode/uspoof.h
@@ -368,18 +368,17 @@
*/
struct USpoofChecker;
+/**
+ * @stable ICU 4.2
+ */
typedef struct USpoofChecker USpoofChecker; /**< typedef for C of USpoofChecker */
-#ifndef U_HIDE_DRAFT_API
-/**
- * @see uspoof_openCheckResult
- */
struct USpoofCheckResult;
/**
* @see uspoof_openCheckResult
+ * @stable ICU 58
*/
typedef struct USpoofCheckResult USpoofCheckResult;
-#endif /* U_HIDE_DRAFT_API */
/**
* Enum for the kinds of checks that USpoofChecker can perform.
|