X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..6be67b064733ad8f9e904623c29984bb874c1e0c:/icuSources/common/chariter.cpp?ds=sidebyside diff --git a/icuSources/common/chariter.cpp b/icuSources/common/chariter.cpp index a598bd65..887119a0 100644 --- a/icuSources/common/chariter.cpp +++ b/icuSources/common/chariter.cpp @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ********************************************************************** -* Copyright (C) 1999-2004, International Business Machines +* Copyright (C) 1999-2011, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** */ @@ -63,6 +65,8 @@ CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t } } +CharacterIterator::~CharacterIterator() {} + CharacterIterator::CharacterIterator(const CharacterIterator &that) : ForwardCharacterIterator(that), textLength(that.textLength), pos(that.pos), begin(that.begin), end(that.end)