]> granicus.if.org Git - icu/commitdiff
ICU-21900 Bookkeeping of CLDR tickets in TODO() comments: CLDR-14502 was closed
authorgnrunge <nrunge@google.com>
Wed, 23 Feb 2022 19:40:21 +0000 (11:40 -0800)
committerNorbert Runge <41129501+gnrunge@users.noreply.github.com>
Mon, 28 Feb 2022 19:48:22 +0000 (11:48 -0800)
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
icu4c/source/test/intltest/numbertest_api.cpp

index 8281119007949a00e9ee8b986b8669451781e947..2df9edee96a8a6f97b53b148adf653dd559781aa 100644 (file)
@@ -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
index 21b0a0a81e3051b77f110cc88b6b7aa00d08e39b..f981d31c5a840ede8735ae1bf1ff3e3c0575555b 100644 (file)
@@ -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"},