Skip to content

Commit

Permalink
ICU-20979 Update TODOs in formatting code to point to open issues.
Browse files Browse the repository at this point in the history
Also see: ICU-20920 ICU-21059 ICU-20429 ICU-21058
  • Loading branch information
sffc committed Apr 3, 2020
1 parent 3b0772f commit 94c2c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion icu4c/source/i18n/measunit_extra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const struct SIPrefixStrings {
{ "yocto", UMEASURE_SI_PREFIX_YOCTO },
};

// TODO(ICU-20920): Get this list from data
// TODO(ICU-21059): Get this list from data
const char16_t* const gSimpleUnits[] = {
u"one", // note: expected to be index 0
u"candela",
Expand Down
2 changes: 1 addition & 1 deletion icu4c/source/test/depstest/dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ group: double_conversion

group: number_representation
number_decimalquantity.o string_segment.o number_utils.o
# TODO(ICU-20429) Move formatted_string_builder to its own unit.
# TODO(ICU-21058) Move formatted_string_builder to its own unit.
formatted_string_builder.o
deps
decnumber double_conversion
Expand Down

0 comments on commit 94c2c57

Please sign in to comment.