aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/icu
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:44:49 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:44:49 +0300
commit718c552901d703c502ccbefdfc3c9028d608b947 (patch)
tree46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/libs/icu
parente9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff)
downloadydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/icu')
-rw-r--r--contrib/libs/icu/i18n/vtzone.cpp4
-rw-r--r--contrib/libs/icu/include/unicode/vtzone.h4
-rw-r--r--contrib/libs/icu/ya.make16
3 files changed, 12 insertions, 12 deletions
diff --git a/contrib/libs/icu/i18n/vtzone.cpp b/contrib/libs/icu/i18n/vtzone.cpp
index 36e5834523..849fbbe756 100644
--- a/contrib/libs/icu/i18n/vtzone.cpp
+++ b/contrib/libs/icu/i18n/vtzone.cpp
@@ -1066,12 +1066,12 @@ VTimeZone::operator==(const TimeZone& that) const {
return FALSE;
}
-#if __cplusplus > 201703L
+#if __cplusplus > 201703L
UBool
VTimeZone::operator!=(const TimeZone& that) const {
return !operator==(that);
}
-#endif
+#endif
VTimeZone*
VTimeZone::createVTimeZoneByID(const UnicodeString& ID) {
diff --git a/contrib/libs/icu/include/unicode/vtzone.h b/contrib/libs/icu/include/unicode/vtzone.h
index 641adec512..41ccf69f4f 100644
--- a/contrib/libs/icu/include/unicode/vtzone.h
+++ b/contrib/libs/icu/include/unicode/vtzone.h
@@ -82,9 +82,9 @@ public:
* semantically unequal.
* @stable ICU 3.8
*/
-#if __cplusplus > 201703L
+#if __cplusplus > 201703L
virtual UBool operator!=(const TimeZone& that) const;
-#endif
+#endif
/**
* Create a <code>VTimeZone</code> instance by the time zone ID.
diff --git a/contrib/libs/icu/ya.make b/contrib/libs/icu/ya.make
index a3555706bf..639ce0158d 100644
--- a/contrib/libs/icu/ya.make
+++ b/contrib/libs/icu/ya.make
@@ -1,13 +1,13 @@
-# Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76.
+# Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76.
LIBRARY()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
VERSION(67.1)
-ORIGINAL_SOURCE(https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-src.tgz)
-
+ORIGINAL_SOURCE(https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-src.tgz)
+
LICENSE(
BSD-3-Clause AND
Custom-Punycode AND
@@ -15,7 +15,7 @@ LICENSE(
Unicode AND
Unicode-Icu-58
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
ADDINCL(
@@ -46,7 +46,7 @@ ELSE()
ENDIF()
CXXFLAGS(-std=c++17)
-
+
SRCS(
common/appendable.cpp
common/bmpset.cpp
@@ -491,6 +491,6 @@ SRCS(
io/ustream.cpp
)
-FROM_SANDBOX(1566898243 OUT icudt67_dat.rodata)
-
+FROM_SANDBOX(1566898243 OUT icudt67_dat.rodata)
+
END()