From: Steven R. Loomis Date: Fri, 6 Sep 2013 05:04:54 +0000 (+0000) Subject: ICU-7912 one more update to fix untagged items.. X-Git-Tag: milestone-59-0-1~2604 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00ea16b3611080bbf0ca542f6fa2624722bd4249;p=icu ICU-7912 one more update to fix untagged items.. X-SVN-Rev: 34216 --- diff --git a/icu4c/source/i18n/unicode/fmtable.h b/icu4c/source/i18n/unicode/fmtable.h index 2941a46d0c4..2f6977db775 100644 --- a/icu4c/source/i18n/unicode/fmtable.h +++ b/icu4c/source/i18n/unicode/fmtable.h @@ -622,6 +622,7 @@ public: * Convert this object pointer to a UFormattable. * @return this object as a UFormattable pointer. This is an alias to the original UFormattable, * and so is only valid while the original argument remains in scope. + * @draft ICU 52 */ inline UFormattable *toUFormattable(); @@ -663,6 +664,7 @@ public: * Internal function to return the CharString pointer. * @param status error code * @return pointer to the CharString - may become invalid if the object is modified + * @internal */ CharString *internalGetCharString(UErrorCode &status);