diff options
author | romankoshelev <romankoshelev@yandex-team.com> | 2023-08-14 19:51:50 +0300 |
---|---|---|
committer | romankoshelev <romankoshelev@yandex-team.com> | 2023-08-15 01:24:11 +0300 |
commit | cfcd865e05c0d0525ea27d1e153a043b32a85138 (patch) | |
tree | 68d3b3b25271e8a4998505897a269ff7ce119b76 /contrib/libs/icu/include/unicode/translit.h | |
parent | ccb790c507bd5e8ffe2ef9886ce5ee0a7ce22a15 (diff) | |
download | ydb-cfcd865e05c0d0525ea27d1e153a043b32a85138.tar.gz |
Update ICU to 73.2
Diffstat (limited to 'contrib/libs/icu/include/unicode/translit.h')
-rw-r--r-- | contrib/libs/icu/include/unicode/translit.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libs/icu/include/unicode/translit.h b/contrib/libs/icu/include/unicode/translit.h index 56eb6448ca..9ae32967fc 100644 --- a/contrib/libs/icu/include/unicode/translit.h +++ b/contrib/libs/icu/include/unicode/translit.h @@ -590,7 +590,7 @@ protected: * variant. * @param id a basic ID of the form S-T or S-T/V. * @param canon canonical ID to assign to the object, or - * NULL to leave the ID unchanged + * nullptr to leave the ID unchanged * @return a newly created Transliterator or null if the ID is * invalid. * @stable ICU 2.4 @@ -1002,20 +1002,20 @@ public: UnicodeString& result); /** - * Returns the filter used by this transliterator, or <tt>NULL</tt> + * Returns the filter used by this transliterator, or <tt>nullptr</tt> * if this transliterator uses no filter. - * @return the filter used by this transliterator, or <tt>NULL</tt> + * @return the filter used by this transliterator, or <tt>nullptr</tt> * if this transliterator uses no filter. * @stable ICU 2.0 */ const UnicodeFilter* getFilter(void) const; /** - * Returns the filter used by this transliterator, or <tt>NULL</tt> if this + * Returns the filter used by this transliterator, or <tt>nullptr</tt> if this * transliterator uses no filter. The caller must eventually delete the * result. After this call, this transliterator's filter is set to - * <tt>NULL</tt>. - * @return the filter used by this transliterator, or <tt>NULL</tt> if this + * <tt>nullptr</tt>. + * @return the filter used by this transliterator, or <tt>nullptr</tt> if this * transliterator uses no filter. * @stable ICU 2.4 */ |