#include "unicode/chariter.h"
U_NAMESPACE_BEGIN
ForwardCharacterIterator::~ForwardCharacterIterator() { … }
ForwardCharacterIterator::ForwardCharacterIterator()
: … { … }
ForwardCharacterIterator::ForwardCharacterIterator(const ForwardCharacterIterator &other)
: … { … }
CharacterIterator::CharacterIterator()
: … { … }
CharacterIterator::CharacterIterator(int32_t length)
: … { … }
CharacterIterator::CharacterIterator(int32_t length, int32_t position)
: … { … }
CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position)
: … { … }
CharacterIterator::~CharacterIterator() { … }
CharacterIterator::CharacterIterator(const CharacterIterator &that) : … { … }
CharacterIterator &
CharacterIterator::operator=(const CharacterIterator &that) { … }
char16_t
CharacterIterator::firstPostInc() { … }
UChar32
CharacterIterator::first32PostInc() { … }
U_NAMESPACE_END