]> granicus.if.org Git - icu/commit
ICU-11276 Implementing new methods on Modifier.
authorShane Carr <shane@unicode.org>
Thu, 6 Sep 2018 01:16:32 +0000 (18:16 -0700)
committerShane Carr <shane@unicode.org>
Thu, 27 Sep 2018 21:27:40 +0000 (14:27 -0700)
commit5b4bb824196982396052e5c5b5c3b6d1734ab651
tree8040e6324a0827edcefbdb545bae1eb10e92d0fa
parent238271f27b1812c77052d05a1006e8189a6b3150
ICU-11276 Implementing new methods on Modifier.

Also removes status code from two of the other methods; the status code was used only by MutablePatternModifier for the case of a malformed pattern; this error is better handled directly in the apply() method.
12 files changed:
icu4c/source/i18n/number_formatimpl.cpp
icu4c/source/i18n/number_modifiers.cpp
icu4c/source/i18n/number_modifiers.h
icu4c/source/i18n/number_padding.cpp
icu4c/source/i18n/number_patternmodifier.cpp
icu4c/source/i18n/number_patternmodifier.h
icu4c/source/i18n/number_scientific.cpp
icu4c/source/i18n/number_scientific.h
icu4c/source/i18n/number_types.h
icu4c/source/i18n/numrange_impl.cpp
icu4c/source/test/intltest/numbertest_modifiers.cpp
icu4c/source/test/intltest/numbertest_patternmodifier.cpp