From a723bdf49402cb9046a92684c29da8ce064f6b2f Mon Sep 17 00:00:00 2001 From: gnrunge Date: Wed, 23 Feb 2022 11:40:21 -0800 Subject: [PATCH] ICU-21900 Bookkeeping of CLDR tickets in TODO() comments: CLDR-14502 was closed as duplicate of 14582 (open) and CLDR-13700 was closed as duplicate of CLDR-13701 (open). Modify the TODOs accordingly. --- icu4c/source/i18n/measunit_extra.cpp | 4 ++-- icu4c/source/test/intltest/numbertest_api.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/i18n/measunit_extra.cpp b/icu4c/source/i18n/measunit_extra.cpp index 82811190079..2df9edee96a 100644 --- a/icu4c/source/i18n/measunit_extra.cpp +++ b/icu4c/source/i18n/measunit_extra.cpp @@ -615,7 +615,7 @@ private: // Set to true when we've seen a "-per-" or a "per-", after which all units // are in the denominator. Until we find an "-and-", at which point the - // identifier is invalid pending TODO(CLDR-13700). + // identifier is invalid pending TODO(CLDR-13701). bool fAfterPer = false; Parser() : fSource(""), fTrie(u"") {} @@ -669,7 +669,7 @@ private: * dimensionality. * * Returns an error if we parse both compound units and "-and-", since mixed - * compound units are not yet supported - TODO(CLDR-13700). + * compound units are not yet supported - TODO(CLDR-13701). * * @param result Will be overwritten by the result, if status shows success. * @param sawAnd If an "-and-" was parsed prior to finding the "single diff --git a/icu4c/source/test/intltest/numbertest_api.cpp b/icu4c/source/test/intltest/numbertest_api.cpp index 21b0a0a81e3..f981d31c5a8 100644 --- a/icu4c/source/test/intltest/numbertest_api.cpp +++ b/icu4c/source/test/intltest/numbertest_api.cpp @@ -2421,7 +2421,7 @@ void NumberFormatterApiTest::unitInflections() { {"centimeter", "de", nullptr, 1, u"1 Zentimeter"}, {"centimeter", "de", "genitive", 1, u"1 Zentimeters"}, {"centimeter", "de", "dative", 10, u"10 Zentimetern"}, - // TODO(CLDR-14502): check that these inflections are correct, and + // TODO(CLDR-14582): check that these inflections are correct, and // whether CLDR needs any rules for them (presumably CLDR spec // should mention it, if it's a consistent rule): {"meter-and-centimeter", "de", nullptr, 1.01, u"1 Meter, 1 Zentimeter"}, -- 2.40.0