From 09e92a610cbcd72aca094208e9d45121423356ef Mon Sep 17 00:00:00 2001 From: Alan Liu Date: Thu, 5 Dec 2002 00:28:37 +0000 Subject: [PATCH] ICU-2087 remove @ tags from test header X-SVN-Rev: 10486 --- icu4c/source/test/intltest/sfwdchit.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/icu4c/source/test/intltest/sfwdchit.h b/icu4c/source/test/intltest/sfwdchit.h index 3d059d0621c..66450367d8c 100644 --- a/icu4c/source/test/intltest/sfwdchit.h +++ b/icu4c/source/test/intltest/sfwdchit.h @@ -20,13 +20,11 @@ public: /** * Returns true when both iterators refer to the same * character in the same character-storage object. - * @stable */ virtual UBool operator==(const ForwardCharacterIterator& that) const; /** * Generates a hash code for this iterator. - * @stable */ virtual int32_t hashCode(void) const; @@ -34,7 +32,6 @@ public: * Returns a UClassID for this ForwardCharacterIterator ("poor man's * RTTI").

Despite the fact that this function is public, * DO NOT CONSIDER IT PART OF CHARACTERITERATOR'S API! - * @stable */ virtual UClassID getDynamicClassID(void) const; @@ -43,7 +40,6 @@ public: * in the iteration range * (toward endIndex()). If there are * no more code units to return, returns DONE. - * @draft */ virtual UChar nextPostInc(void); @@ -52,7 +48,6 @@ public: * in the iteration range * (toward endIndex()). If there are * no more code points to return, returns DONE. - * @draft */ virtual UChar32 next32PostInc(void);