ICU-1472 update @draft tags

X-SVN-Rev: 6862
This commit is contained in:
Alan Liu 2001-11-14 00:21:57 +00:00
parent 4ffa6353f7
commit 0842d4ab9f

View File

@ -37,7 +37,7 @@ class TransliteratorRegistry;
* <p>Copyright &copy; IBM Corporation 1999. All rights reserved.
*
* @author Alan Liu
* @version $RCSfile: cpdtrans.h,v $ $Revision: 1.21 $ $Date: 2001/11/14 00:15:20 $
* @version $RCSfile: cpdtrans.h,v $ $Revision: 1.22 $ $Date: 2001/11/14 00:21:56 $
* @stable
*/
class U_I18N_API CompoundTransliterator : public Transliterator {
@ -81,7 +81,7 @@ public:
* <tt>filter.contains()</tt> returns <tt>false</tt> will not be
* altered by this transliterator. If <tt>filter</tt> is
* <tt>null</tt> then no filtering is applied.
* @stable
* @draft ICU 2.0
*/
CompoundTransliterator(const UnicodeString& id,
UTransDirection dir,
@ -92,7 +92,7 @@ public:
/**
* Constructs a new compound transliterator in the FORWARD
* direction with a NULL filter.
* @stable
* @draft ICU 2.0
*/
CompoundTransliterator(const UnicodeString& id,
UParseError& parseError,