]> granicus.if.org Git - icu/commit
ICU-11725 Promoting tech-previews in DecimalFormat to @draft.
authorShane Carr <shane@unicode.org>
Fri, 25 Jan 2019 03:44:17 +0000 (19:44 -0800)
committerShane F. Carr <shane@unicode.org>
Thu, 14 Feb 2019 21:50:03 +0000 (13:50 -0800)
commit01a24ff78f3560ff693a98f2e2512d956f254afc
tree421ad6501a0001277ee022ca6b1bd68c59b6cb65
parentf8d8500f7c8dbcc73a311323f731e805837de1c4
ICU-11725 Promoting tech-previews in DecimalFormat to @draft.

- Changes Java DecimalFormat boolean get* methods to is*.
- Makes the new draft methods non-virtual.
- Removes obsolete template class in header file.
- Adds proper U_HIDE tags in unum.h and decimfmt.h
icu4c/source/i18n/unicode/decimfmt.h
icu4c/source/i18n/unicode/unum.h
icu4c/source/test/cintltst/cnumtst.c
icu4c/source/test/intltest/numfmtst.cpp
icu4c/source/test/intltest/numfmtst.h
icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberFormatTest.java