1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
/*
|
1999-12-09 23:27:55 +00:00
|
|
|
**********************************************************************
|
|
|
|
* Copyright (C) 1999, International Business Machines
|
|
|
|
* Corporation and others. All Rights Reserved.
|
|
|
|
**********************************************************************
|
1999-08-16 21:50:52 +00:00
|
|
|
*/
|
|
|
|
|
1999-12-28 23:39:02 +00:00
|
|
|
#include "unicode/chariter.h"
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
const UChar CharacterIterator::DONE = 0xffff;
|
|
|
|
|
|
|
|
CharacterIterator::~CharacterIterator()
|
|
|
|
{}
|