diff options
author | mcheshkov <mcheshkov@yandex-team.ru> | 2022-02-10 16:46:15 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:15 +0300 |
commit | e9d19cec64684c9c1e6b0c98297e5b895cf904fe (patch) | |
tree | 2768b1223e96a8a0610a93d18425d9647c1123c8 /contrib/libs/icu/include/unicode/alphaindex.h | |
parent | 60040c91ffe701a84689b2c6310ff845e65cff42 (diff) | |
download | ydb-e9d19cec64684c9c1e6b0c98297e5b895cf904fe.tar.gz |
Restoring authorship annotation for <mcheshkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/icu/include/unicode/alphaindex.h')
-rw-r--r-- | contrib/libs/icu/include/unicode/alphaindex.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/contrib/libs/icu/include/unicode/alphaindex.h b/contrib/libs/icu/include/unicode/alphaindex.h index e3c68ea7cc..c423448d26 100644 --- a/contrib/libs/icu/include/unicode/alphaindex.h +++ b/contrib/libs/icu/include/unicode/alphaindex.h @@ -1,4 +1,4 @@ -// © 2016 and later: Unicode, Inc. and others. +// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* @@ -13,12 +13,12 @@ #define INDEXCHARS_H #include "unicode/utypes.h" - -#if U_SHOW_CPLUSPLUS_API - + +#if U_SHOW_CPLUSPLUS_API + #include "unicode/uobject.h" #include "unicode/locid.h" -#include "unicode/unistr.h" +#include "unicode/unistr.h" #if !UCONFIG_NO_COLLATION @@ -269,8 +269,8 @@ public: * Use getBucket() to get the bucket's properties. * * @param name the string to be sorted into an index bucket - * @param errorCode Error code, will be set with the reason if the - * operation fails. + * @param errorCode Error code, will be set with the reason if the + * operation fails. * @return the bucket number for the name * @stable ICU 51 */ @@ -382,11 +382,11 @@ public: /** - * Get the default label used for abbreviated buckets *between* other index characters. - * For example, consider the labels when Latin (X Y Z) and Greek (Α Β Γ) are used: - * - * X Y Z ... Α Β Γ. + * Get the default label used for abbreviated buckets *between* other index characters. + * For example, consider the labels when Latin (X Y Z) and Greek (Α Β Γ) are used: * + * X Y Z ... Α Β Γ. + * * @return inflow label * @stable ICU 4.8 */ @@ -654,7 +654,7 @@ private: /** * No assignment. */ - AlphabeticIndex &operator =(const AlphabeticIndex & /*other*/) { return *this;} + AlphabeticIndex &operator =(const AlphabeticIndex & /*other*/) { return *this;} /** * No Equality operators. @@ -706,7 +706,7 @@ public: /** * A (name, data) pair, to be sorted by name into one of the index buckets. * The user data is not used by the index implementation. - * \cond + * \cond * @internal */ struct Record: public UMemory { @@ -715,7 +715,7 @@ public: Record(const UnicodeString &name, const void *data); ~Record(); }; - /** \endcond */ + /** \endcond */ #endif /* U_HIDE_INTERNAL_API */ private: @@ -760,7 +760,7 @@ private: U_NAMESPACE_END #endif // !UCONFIG_NO_COLLATION - -#endif /* U_SHOW_CPLUSPLUS_API */ - + +#endif /* U_SHOW_CPLUSPLUS_API */ + #endif |