]> granicus.if.org Git - icu/commit
ICU-22068 Cleanup inconsistent annotations between declarations and definitions
authorCyndy Ishida <cyndy_ishida@apple.com>
Tue, 21 Jun 2022 19:56:49 +0000 (12:56 -0700)
committerPeter Edberg <42151464+pedberg-icu@users.noreply.github.com>
Thu, 8 Sep 2022 15:34:56 +0000 (08:34 -0700)
commit03b94e9cb3045072c73d50938ee0e14597d24ce0
treea65dc75f11c10725ce59a87a1d3376169142f030
parent030fa1a4791ee7c2f58505ebb61253c3032916ec
ICU-22068 Cleanup inconsistent annotations between declarations and definitions

This cleans up inconsistent annotations between declared APIs in headers
vs defined implementations in cpp's. This better ensures the API's
referenceable in headers represent what is exposed and defined in the
ultimate binary library's symbol table.
20 files changed:
icu4c/source/common/filteredbrk.cpp
icu4c/source/common/unicode/utf_old.h
icu4c/source/common/unifiedcache.cpp
icu4c/source/common/utf_impl.cpp
icu4c/source/i18n/collation.cpp
icu4c/source/i18n/collationbuilder.cpp
icu4c/source/i18n/collationdatabuilder.cpp
icu4c/source/i18n/collationtailoring.h
icu4c/source/i18n/datefmt.cpp
icu4c/source/i18n/decContext.h
icu4c/source/i18n/measfmt.cpp
icu4c/source/i18n/reldatefmt.cpp
icu4c/source/i18n/scriptset.h
icu4c/source/i18n/sharedcalendar.h
icu4c/source/i18n/shareddateformatsymbols.h
icu4c/source/i18n/sharednumberformat.h
icu4c/source/i18n/sharedpluralrules.h
icu4c/source/stubdata/BUILD.bazel
icu4c/source/stubdata/stubdata.cpp
icu4c/source/stubdata/stubdata.h [new file with mode: 0644]