363ee387f6
X-SVN-Rev: 362
15 lines
369 B
C++
15 lines
369 B
C++
|
|
/*
|
|
**********************************************************************
|
|
* Copyright (C) 1999, International Business Machines
|
|
* Corporation and others. All Rights Reserved.
|
|
**********************************************************************
|
|
*/
|
|
|
|
#include "chariter.h"
|
|
|
|
const UChar CharacterIterator::DONE = 0xffff;
|
|
|
|
CharacterIterator::~CharacterIterator()
|
|
{}
|