mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2087 remove @ tags from test header
X-SVN-Rev: 10486
This commit is contained in:
parent
0ddd9b68bf
commit
09e92a610c
1 changed files with 0 additions and 5 deletions
|
@ -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").<P> 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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue