scuffed-code/icu4c/source/common/chariter.cpp

15 lines
377 B
C++
Raw Normal View History

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