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