aa0b0a88e8
X-SVN-Rev: 2
20 lines
588 B
C++
20 lines
588 B
C++
|
|
/*
|
|
********************************************************************
|
|
* COPYRIGHT:
|
|
* (C) Copyright Taligent, Inc., 1996
|
|
* (C) Copyright International Business Machines Corporation, 1996 - 1998
|
|
* Licensed Material - Program-Property of IBM - All Rights Reserved.
|
|
* US Government Users Restricted Rights - Use, duplication, or disclosure
|
|
* restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
*
|
|
********************************************************************
|
|
*/
|
|
|
|
#include "chariter.h"
|
|
|
|
const UChar CharacterIterator::DONE = 0xffff;
|
|
|
|
CharacterIterator::~CharacterIterator()
|
|
{}
|