| /* | |
| ********************************************************************** | |
| * Copyright (C) 1999, International Business Machines | |
| * Corporation and others. All Rights Reserved. | |
| ********************************************************************** | |
| */ | |
| #include "unicode/chariter.h" | |
| const UChar CharacterIterator::DONE = 0xffff; | |
| CharacterIterator::~CharacterIterator() | |
| {} |