diff options
author | neksard <neksard@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
commit | 1d9c550e7c38e051d7961f576013a482003a70d9 (patch) | |
tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /contrib/libs/icu/i18n/sharedbreakiterator.cpp | |
parent | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (diff) | |
download | ydb-1d9c550e7c38e051d7961f576013a482003a70d9.tar.gz |
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/icu/i18n/sharedbreakiterator.cpp')
-rw-r--r-- | contrib/libs/icu/i18n/sharedbreakiterator.cpp | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/contrib/libs/icu/i18n/sharedbreakiterator.cpp b/contrib/libs/icu/i18n/sharedbreakiterator.cpp index 6e5009001c..82f482bdd7 100644 --- a/contrib/libs/icu/i18n/sharedbreakiterator.cpp +++ b/contrib/libs/icu/i18n/sharedbreakiterator.cpp @@ -1,29 +1,29 @@ // © 2016 and later: Unicode, Inc. and others. -// License & terms of use: http://www.unicode.org/copyright.html -/* -******************************************************************************* -* Copyright (C) 2013-2014, International Business Machines Corporation and * -* others. All Rights Reserved. * -******************************************************************************* -* -* File RELDATEFMTTEST.CPP -* -******************************************************************************* -*/ -#include "sharedbreakiterator.h" -#include "unicode/brkiter.h" - -#if !UCONFIG_NO_BREAK_ITERATION - -U_NAMESPACE_BEGIN - -SharedBreakIterator::SharedBreakIterator( - BreakIterator *biToAdopt) : ptr(biToAdopt) { } - -SharedBreakIterator::~SharedBreakIterator() { - delete ptr; -} - -U_NAMESPACE_END - -#endif /* #if !UCONFIG_NO_BREAK_ITERATION */ +// License & terms of use: http://www.unicode.org/copyright.html +/* +******************************************************************************* +* Copyright (C) 2013-2014, International Business Machines Corporation and * +* others. All Rights Reserved. * +******************************************************************************* +* +* File RELDATEFMTTEST.CPP +* +******************************************************************************* +*/ +#include "sharedbreakiterator.h" +#include "unicode/brkiter.h" + +#if !UCONFIG_NO_BREAK_ITERATION + +U_NAMESPACE_BEGIN + +SharedBreakIterator::SharedBreakIterator( + BreakIterator *biToAdopt) : ptr(biToAdopt) { } + +SharedBreakIterator::~SharedBreakIterator() { + delete ptr; +} + +U_NAMESPACE_END + +#endif /* #if !UCONFIG_NO_BREAK_ITERATION */ |