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