2010-11-02 19:52:34 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2015-09-23 21:10:35 +00:00
< html > <!--
2016-09-22 01:01:42 +00:00
Copyright (C) 2016 and later: Unicode, Inc. and others.
2016-06-28 05:26:59 +00:00
License & terms of use: http://www.unicode.org/copyright.html
2012-06-21 21:34:10 +00:00
-->
< head >
< META http-equiv = "Content-Type" content = "text/html; charset=utf-8" >
2018-05-30 04:37:30 +00:00
< title > ICU4C API Comparison: ICU 61 with ICU 62< / title >
2012-09-05 20:59:13 +00:00
< link type = "text/css" href = "icu4c.css" rel = "stylesheet" >
2012-06-21 21:34:10 +00:00
< / head >
< body >
< a name = "#_top" > < / a >
2018-05-30 04:37:30 +00:00
< h1 > ICU4C API Comparison: ICU 61 with ICU 62< / h1 >
2012-06-21 21:34:10 +00:00
< div id = "toc" >
< ul >
< li >
2018-05-31 19:09:19 +00:00
< a href = "#notes" > Notes< / a > < sup style = "background-color: yellow; font-size: smallest;" > (new)< / sup >
< / li >
< li >
2018-05-30 04:37:30 +00:00
< a href = "#removed" > Removed from ICU 61< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2018-05-30 04:37:30 +00:00
< a href = "#deprecated" > Deprecated or Obsoleted in ICU 62< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2018-05-30 04:37:30 +00:00
< a href = "#changed" > Changed in ICU 62< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2018-05-30 04:37:30 +00:00
< a href = "#promoted" > Promoted to stable in ICU 62< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2018-05-30 04:37:30 +00:00
< a href = "#added" > Added in ICU 62< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2018-05-30 04:37:30 +00:00
< a href = "#other" > Other existing drafts in ICU 62< / a >
2012-06-21 21:34:10 +00:00
< / li >
2012-10-18 00:04:14 +00:00
< li >
< a href = "#purevirtual" > Signature Simplifications< / a > < sup style = "background-color: yellow; font-size: smallest;" > (new)< / sup >
< / li >
2012-06-21 21:34:10 +00:00
< / ul >
< / div >
2018-05-31 19:09:19 +00:00
< hr >
< a name = "notes" > < / a >
< h2 > Notes< / h2 >
< ul >
< li > Several type names including “Rounder” were renamed to use “Precision”. The signatures below reflect the new names. The old names have been < code > typedef< / code > ’ d to the new names, but those typedefs will be removed in ICU 64:< br >
< code >
typedef Precision Rounder;< br >
typedef FractionPrecision FractionRounder;< br >
typedef IncrementPrecision IncrementRounder;< br >
typedef CurrencyPrecision CurrencyRounder;
< / code >
< / li >
< / ul >
< a href = "#_top" > (jump back to top)< / a >
< hr >
2012-06-21 21:34:10 +00:00
< a name = "removed" > < / a >
2018-05-30 04:37:30 +00:00
< h2 > Removed from ICU 61< / h2 >
2012-09-05 20:59:13 +00:00
< table BORDER = "1" class = "genTable" >
2012-06-21 21:34:10 +00:00
< THEAD >
< tr >
2018-05-30 04:37:30 +00:00
< th > File< / th > < th > API< / th > < th > ICU 61< / th > < th > ICU 62< / th >
2010-01-28 21:12:45 +00:00
< / tr >
2012-06-21 21:34:10 +00:00
< / THEAD >
2016-09-22 01:01:42 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > compactdecimalformat.h< / td > < td class = "proto" > UBool icu::CompactDecimalFormat::operator==(const Format& )< / td > < td class = "stabchange" > Stable< br > ICU 51< / td > < td > (missing)< br >
2018-03-01 07:29:50 +00:00
< span class = "" > < span > < / span > < / span > < / td >
2016-09-22 01:01:42 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > compactdecimalformat.h< / td > < td class = "proto" > UnicodeString& icu::CompactDecimalFormat::format(StringPiece, UnicodeString& , FieldPositionIterator*, UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
2018-03-01 07:29:50 +00:00
< span class = "" > < span > < / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > compactdecimalformat.h< / td > < td class = "proto" > UnicodeString& icu::CompactDecimalFormat::format(const DigitList& , UnicodeString& , FieldPosition& , UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
2018-03-01 07:29:50 +00:00
< span class = "" > < span > < / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > compactdecimalformat.h< / td > < td class = "proto" > UnicodeString& icu::CompactDecimalFormat::format(const DigitList& , UnicodeString& , FieldPositionIterator*, UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
2018-03-01 07:29:50 +00:00
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > compactdecimalformat.h< / td > < td class = "proto" > UnicodeString& icu::CompactDecimalFormat::format(double, UnicodeString& , FieldPosition& )< / td > < td class = "stabchange" > Stable< br > ICU 51< / td > < td > (missing)< br >
2018-03-01 07:29:50 +00:00
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > compactdecimalformat.h< / td > < td class = "proto" > UnicodeString& icu::CompactDecimalFormat::format(double, UnicodeString& , FieldPosition& , UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
2018-03-01 07:29:50 +00:00
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > compactdecimalformat.h< / td > < td class = "proto" > UnicodeString& icu::CompactDecimalFormat::format(double, UnicodeString& , FieldPositionIterator*, UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
2018-03-01 07:29:50 +00:00
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > compactdecimalformat.h< / td > < td class = "proto" > UnicodeString& icu::CompactDecimalFormat::format(int32_t, UnicodeString& , FieldPosition& )< / td > < td class = "stabchange" > Stable< br > ICU 56< / td > < td > (missing)< br >
2018-03-01 07:29:50 +00:00
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > compactdecimalformat.h< / td > < td class = "proto" > UnicodeString& icu::CompactDecimalFormat::format(int32_t, UnicodeString& , FieldPosition& , UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > compactdecimalformat.h< / td > < td class = "proto" > UnicodeString& icu::CompactDecimalFormat::format(int32_t, UnicodeString& , FieldPositionIterator*, UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > compactdecimalformat.h< / td > < td class = "proto" > UnicodeString& icu::CompactDecimalFormat::format(int64_t, UnicodeString& , FieldPosition& )< / td > < td class = "stabchange" > Stable< br > ICU 51< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > compactdecimalformat.h< / td > < td class = "proto" > UnicodeString& icu::CompactDecimalFormat::format(int64_t, UnicodeString& , FieldPosition& , UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > compactdecimalformat.h< / td > < td class = "proto" > UnicodeString& icu::CompactDecimalFormat::format(int64_t, UnicodeString& , FieldPositionIterator*, UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > FixedDecimal icu::DecimalFormat::getFixedDecimal(DigitList& , UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > FixedDecimal icu::DecimalFormat::getFixedDecimal(const Formattable& , UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > FixedDecimal icu::DecimalFormat::getFixedDecimal(double, UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > UnicodeString& icu::DecimalFormat::format(const DigitList& , UnicodeString& , FieldPosition& , UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > UnicodeString& icu::DecimalFormat::format(const DigitList& , UnicodeString& , FieldPositionIterator*, UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > UnicodeString& icu::DecimalFormat::format(const VisibleDigitsWithExponent& , UnicodeString& , FieldPosition& , UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > UnicodeString& icu::DecimalFormat::format(const VisibleDigitsWithExponent& , UnicodeString& , FieldPositionIterator*, UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > VisibleDigitsWithExponent& icu::DecimalFormat::initVisibleDigitsWithExponent(DigitList& , VisibleDigitsWithExponent& , UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > VisibleDigitsWithExponent& icu::DecimalFormat::initVisibleDigitsWithExponent(const Formattable& , VisibleDigitsWithExponent& , UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > VisibleDigitsWithExponent& icu::DecimalFormat::initVisibleDigitsWithExponent(double, VisibleDigitsWithExponent& , UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > < tt > static< / tt > const char icu::DecimalFormat::fgNumberPatterns[]< / td > < td class = "" > Deprecated< br > ICU 3.4< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void icu::DecimalFormat::setContext(UDisplayContext, UErrorCode& )< / td > < td class = "stabchange" > Stable< br > ICU 53< / td > < td > (missing)< br >
2018-05-31 19:09:19 +00:00
< span class = "" > < span > no longer overrides< br > method in parent< br > NumberFormat< / span > < / span > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
< td class = "file" > fmtable.h< / td > < td class = "proto" > < tt > #define< / tt > UNUM_INTERNAL_STACKARRAY_SIZE< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > fmtable.h< / td > < td class = "proto" > DigitList* icu::Formattable::getDigitList()< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > fmtable.h< / td > < td class = "proto" > DigitList* icu::Formattable::getInternalDigitList()< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > fmtable.h< / td > < td class = "proto" > void icu::Formattable::adoptDigitList(DigitList*)< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2018-05-31 19:09:19 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::padding(const impl::Padder& ) const< / td > < td class = "" > Internal< br > ICU 60< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-05-31 19:09:19 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::rounding(const Precision& ) const< / td > < td class = "" > Draft< br > ICU 60< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2018-05-31 19:09:19 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::threshold(int32_t) const< / td > < td class = "" > Internal< br > ICU 60< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::impl::Grouper::Grouper(int16_t, int16_t, int16_t)< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > UnicodeString& icu::NumberFormat::format(const DigitList& , UnicodeString& , FieldPosition& , UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numfmt.h< / td > < td class = "proto" > UnicodeString& icu::NumberFormat::format(const DigitList& , UnicodeString& , FieldPositionIterator*, UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > platform.h< / td > < td class = "proto" > < tt > #define< / tt > UPRV_INCOMPLETE_CPP11_SUPPORT< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > plurrule.h< / td > < td class = "proto" > UnicodeString icu::PluralRules::select(const Formattable& , const NumberFormat& , UErrorCode& )< / td > < td class = "" > Internal< br > ICU 59< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > plurrule.h< / td > < td class = "proto" > UnicodeString icu::PluralRules::select(const VisibleDigitsWithExponent& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
2018-03-01 07:29:50 +00:00
< span class = "" > < span > < / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-03-30 20:51:56 +00:00
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "deprecated" > < / a >
2018-05-30 04:37:30 +00:00
< h2 > Deprecated or Obsoleted in ICU 62< / h2 >
2017-03-30 20:51:56 +00:00
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
2018-05-30 04:37:30 +00:00
< th > File< / th > < th > API< / th > < th > ICU 61< / th > < th > ICU 62< / th >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< / THEAD >
2018-05-30 04:37:30 +00:00
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Appendable& icu::number::FormattedNumber::appendTo(Appendable& )< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::rounding(const Rounder& ) const& < / td > < td class = "" > (missing)< / td > < td > Deprecated< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Precision icu::number::Precision::withMode(UNumberFormatRoundingMode)< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UnicodeString icu::number::FormattedNumber::toString()< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SignificantDigitsPrecision icu::number::Precision::fixedDigits(int32_t)< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SignificantDigitsPrecision icu::number::Precision::maxDigits(int32_t)< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SignificantDigitsPrecision icu::number::Precision::minDigits(int32_t)< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SignificantDigitsPrecision icu::number::Precision::minMaxDigits(int32_t, int32_t)< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > void icu::number::FormattedNumber::populateFieldPosition(FieldPosition& , UErrorCode& )< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > void icu::number::FormattedNumber::populateFieldPositionIterator(FieldPositionIterator& , UErrorCode& )< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
2018-03-09 19:02:32 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "changed" > < / a >
2018-05-30 04:37:30 +00:00
< h2 > Changed in ICU 62 (old, new)< / h2 >
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
< th > File< / th > < th > API< / th > < th > ICU 61< / th > < th > ICU 62< / th >
< / tr >
< / THEAD >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Appendable& icu::number::FormattedNumber::appendTo(Appendable& )< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Precision icu::number::Precision::withMode(UNumberFormatRoundingMode)< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UnicodeString icu::number::FormattedNumber::toString()< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SignificantDigitsPrecision icu::number::Precision::fixedDigits(int32_t)< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-30 04:37:30 +00:00
< tr class = "row1" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SignificantDigitsPrecision icu::number::Precision::maxDigits(int32_t)< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
2018-05-30 04:37:30 +00:00
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SignificantDigitsPrecision icu::number::Precision::minDigits(int32_t)< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SignificantDigitsPrecision icu::number::Precision::minMaxDigits(int32_t, int32_t)< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > void icu::number::FormattedNumber::populateFieldPosition(FieldPosition& , UErrorCode& )< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > void icu::number::FormattedNumber::populateFieldPositionIterator(FieldPositionIterator& , UErrorCode& )< / td > < td class = "" > Draft< br > ICU 60< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 62< / span > < / span > < / td >
< / tr >
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "promoted" > < / a >
< h2 > Promoted to stable in ICU 62< / h2 >
2017-10-05 06:06:44 +00:00
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
2018-05-30 04:37:30 +00:00
< th > File< / th > < th > API< / th > < th > ICU 61< / th > < th > ICU 62< / th >
2017-10-05 06:06:44 +00:00
< / tr >
< / THEAD >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void icu::DecimalFormat::setLenient(UBool)< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 4.8< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_CHESS_SYMBOLS< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_DOGRA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_GEORGIAN_EXTENDED< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_GUNJALA_GONDI< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_HANIFI_ROHINGYA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_INDIC_SIYAQ_NUMBERS< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_MAKASAR< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_MAYAN_NUMERALS< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_MEDEFAIDRIN< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_OLD_SOGDIAN< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_SOGDIAN< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_HANIFI_ROHINGYA_KINNA_YA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_HANIFI_ROHINGYA_PA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UProperty::UCHAR_EXTENDED_PICTOGRAPHIC< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UWordBreakValues::U_WB_WSEGSPACE< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_DOGRA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_GUNJALA_GONDI< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_HANIFI_ROHINGYA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_MAKASAR< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_MEDEFAIDRIN< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_OLD_SOGDIAN< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_SOGDIAN< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "added" > < / a >
< h2 > Added in ICU 62< / h2 >
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
< th > File< / th > < th > API< / th > < th > ICU 61< / th > < th > ICU 62< / th >
< / tr >
< / THEAD >
< tr class = "row1" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > UBool icu::DecimalFormat::isFormatFailIfMoreThanMaxDigits()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > UBool icu::DecimalFormat::isParseCaseSensitive()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > UBool icu::DecimalFormat::isParseNoExponent()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > UBool icu::DecimalFormat::isSignAlwaysShown()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > UnicodeString& icu::DecimalFormat::format(const number::impl::DecimalQuantity& , UnicodeString& , FieldPosition& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > UnicodeString& icu::DecimalFormat::format(const number::impl::DecimalQuantity& , UnicodeString& , FieldPositionIterator*, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > const number::LocalizedNumberFormatter& icu::DecimalFormat::toNumberFormatter()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > int32_t icu::DecimalFormat::getMultiplierScale()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void icu::DecimalFormat::formatToDecimalQuantity(const Formattable& , number::impl::DecimalQuantity& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void icu::DecimalFormat::formatToDecimalQuantity(double, number::impl::DecimalQuantity& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void icu::DecimalFormat::setFormatFailIfMoreThanMaxDigits(UBool)< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void icu::DecimalFormat::setLenient(UBool)< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 4.8< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void icu::DecimalFormat::setMultiplierScale(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void icu::DecimalFormat::setParseCaseSensitive(UBool)< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void icu::DecimalFormat::setParseNoExponent(UBool)< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void icu::DecimalFormat::setSignAlwaysShown(UBool)< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > fmtable.h< / td > < td class = "proto" > number::impl::DecimalQuantity* icu::Formattable::getDecimalQuantity()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > fmtable.h< / td > < td class = "proto" > void icu::Formattable::adoptDecimalQuantity(number::impl::DecimalQuantity*)< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > fmtable.h< / td > < td class = "proto" > void icu::Formattable::populateDecimalQuantity(number::impl::DecimalQuantity& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Appendable& icu::number::FormattedNumber::appendTo(Appendable& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptPerUnit(icu::MeasureUnit*)& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptSymbols(NumberingSystem*)& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptUnit(icu::MeasureUnit*)& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::decimal(UNumberDecimalSeparatorDisplay)& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::grouping(UGroupingStrategy)& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::integerWidth(const IntegerWidth& )& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::macros(const impl::MacroProps& ) const& < / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::macros(const impl::MacroProps& )& & < / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::macros(impl::MacroProps& & ) const& < / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::macros(impl::MacroProps& & )& & < / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::notation(const Notation& )& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::padding(const impl::Padder& ) const& < / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::padding(const impl::Padder& )& & < / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::perUnit(const icu::MeasureUnit& )& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::precision(const Precision& ) const& < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::precision(const Precision& )& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::rounding(const Rounder& ) const& < / td > < td class = "" > (missing)< / td > < td > Deprecated< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::roundingMode(UNumberFormatRoundingMode) const& < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::roundingMode(UNumberFormatRoundingMode)& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::scale(const Scale& ) const& < / td > < td class = "" > (missing)< / td > < td > Draft< br >
2018-05-31 23:11:53 +00:00
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::scale(const Scale& )& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::sign(UNumberSignDisplay)& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::symbols(const DecimalFormatSymbols& )& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::threshold(int32_t) const& < / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::threshold(int32_t)& & < / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::unit(const icu::MeasureUnit& )& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::unitWidth(UNumberUnitWidth)& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Format* icu::number::LocalizedNumberFormatter::toFormat(UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > FormattedNumber icu::number::LocalizedNumberFormatter::formatDecimalQuantity(const impl::DecimalQuantity& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > FormattedNumber& icu::number::FormattedNumber::operator=(FormattedNumber& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > LocalizedNumberFormatter icu::number::UnlocalizedNumberFormatter::locale(const icu::Locale& )& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > LocalizedNumberFormatter& icu::number::LocalizedNumberFormatter::operator=(LocalizedNumberFormatter& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > LocalizedNumberFormatter& icu::number::LocalizedNumberFormatter::operator=(const LocalizedNumberFormatter& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Scale& icu::number::Scale::operator=(Scale& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Scale& icu::number::Scale::operator=(const Scale& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > SymbolsWrapper& icu::number::impl::SymbolsWrapper::operator=(SymbolsWrapper& & )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UBool icu::number::FormattedNumber::nextFieldPosition(FieldPosition& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UnicodeString icu::number::FormattedNumber::toString(UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UnicodeString icu::number::NumberFormatterSettings< Derived > ::toSkeleton(UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UnlocalizedNumberFormatter& icu::number::UnlocalizedNumberFormatter::operator=(UnlocalizedNumberFormatter& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UnlocalizedNumberFormatter& icu::number::UnlocalizedNumberFormatter::operator=(const UnlocalizedNumberFormatter& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > const impl::NumberFormatterImpl* icu::number::LocalizedNumberFormatter::getCompiled()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::FormattedNumber::FormattedNumber(FormattedNumber& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::LocalizedNumberFormatter::LocalizedNumberFormatter()=default< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::LocalizedNumberFormatter::LocalizedNumberFormatter(LocalizedNumberFormatter& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::Scale::Scale(Scale& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::Scale::Scale(const Scale& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::Scale::Scale(int32_t, impl::DecNum*)< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::Scale::~Scale()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::UnlocalizedNumberFormatter::UnlocalizedNumberFormatter()=default< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(UnlocalizedNumberFormatter& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::impl::Grouper::Grouper(int16_t, int16_t, int16_t, UGroupingStrategy)< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::impl::SymbolsWrapper::SymbolsWrapper(SymbolsWrapper& & )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > int16_t icu::number::impl::Grouper::getPrimary()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > int16_t icu::number::impl::Grouper::getSecondary()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > int32_t icu::number::LocalizedNumberFormatter::getCallCount()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Grouper icu::number::impl::Grouper::forProperties(const DecimalFormatProperties& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Padder icu::number::impl::Padder::forProperties(const DecimalFormatProperties& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Scale icu::number::Scale::byDecimal(StringPiece)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Scale icu::number::Scale::byDouble(double)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Scale icu::number::Scale::byDoubleAndPowerOfTen(double, int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Scale icu::number::Scale::none()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Scale icu::number::Scale::powerOfTen(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SignificantDigitsPrecision icu::number::Precision::fixedSignificantDigits(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SignificantDigitsPrecision icu::number::Precision::maxSignificantDigits(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SignificantDigitsPrecision icu::number::Precision::minMaxSignificantDigits(int32_t, int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SignificantDigitsPrecision icu::number::Precision::minSignificantDigits(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > UnlocalizedNumberFormatter icu::number::NumberFormatter::forSkeleton(const UnicodeString& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > void icu::number::FormattedNumber::getAllFieldPositions(FieldPositionIterator& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > void icu::number::FormattedNumber::getAllFieldPositionsImpl(FieldPositionIteratorHandler& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > void icu::number::FormattedNumber::getDecimalQuantity(impl::DecimalQuantity& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > void icu::number::LocalizedNumberFormatter::formatImpl(impl::UFormattedNumberData*, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > void icu::number::LocalizedNumberFormatter::getAffixImpl(bool, bool, UnicodeString& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numfmt.h< / td > < td class = "proto" > UnicodeString& icu::NumberFormat::format(const number::impl::DecimalQuantity& , UnicodeString& , FieldPosition& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numfmt.h< / td > < td class = "proto" > UnicodeString& icu::NumberFormat::format(const number::impl::DecimalQuantity& , UnicodeString& , FieldPositionIterator*, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_CHESS_SYMBOLS< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_DOGRA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_GEORGIAN_EXTENDED< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_GUNJALA_GONDI< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_HANIFI_ROHINGYA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_INDIC_SIYAQ_NUMBERS< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_MAKASAR< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_MAYAN_NUMERALS< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_MEDEFAIDRIN< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_OLD_SOGDIAN< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_SOGDIAN< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_HANIFI_ROHINGYA_KINNA_YA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_HANIFI_ROHINGYA_PA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UProperty::UCHAR_EXTENDED_PICTOGRAPHIC< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UWordBreakValues::U_WB_WSEGSPACE< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2016-09-22 01:01:42 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unum.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberFormatAttribute::UNUM_PARSE_CASE_SENSITIVE< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unum.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberFormatAttribute::UNUM_SIGN_ALWAYS_SHOWN< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > UBool unumf_resultNextFieldPosition(const UFormattedNumber*, UFieldPosition*, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > UFormattedNumber* unumf_openResult(UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > UNumberFormatter* unumf_openForSkeletonAndLocale(const UChar*, int32_t, const char*, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2016-09-22 01:01:42 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_COUNT< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2016-06-28 05:26:59 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > int32_t unumf_resultToString(const UFormattedNumber*, UChar*, int32_t, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > void unumf_close(UNumberFormatter*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2016-06-28 05:26:59 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > void unumf_closeResult(UFormattedNumber*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > void unumf_formatDecimal(const UNumberFormatter*, const char*, int32_t, UFormattedNumber*, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > void unumf_formatDouble(const UNumberFormatter*, double, UFormattedNumber*, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > void unumf_formatInt(const UNumberFormatter*, int64_t, UFormattedNumber*, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > void unumf_resultGetAllFieldPositions(const UFormattedNumber*, UFieldPositionIterator*, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_DOGRA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_GUNJALA_GONDI< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_HANIFI_ROHINGYA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_MAKASAR< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_MEDEFAIDRIN< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_OLD_SOGDIAN< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2016-06-28 05:26:59 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_SOGDIAN< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > < tt > enum< / tt > USpoofChecks::USPOOF_HIDDEN_OVERLAY< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
2016-03-09 05:28:23 +00:00
< / tr >
2018-03-01 07:29:50 +00:00
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "other" > < / a >
2018-05-30 04:37:30 +00:00
< h2 > Other existing drafts in ICU 62< / h2 >
2018-03-01 07:29:50 +00:00
< div class = "other" >
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
2018-05-30 04:37:30 +00:00
< th > File< / th > < th > API< / th > < th > ICU 61< / th > < th > ICU 62< / th >
2017-06-26 04:58:00 +00:00
< / tr >
2018-03-01 07:29:50 +00:00
< / THEAD >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > bytestream.h< / td > < td class = "proto" > icu::StringByteSink< StringClass > ::StringByteSink(StringClass*, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > void icu::CaseMap::utf8Fold(uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > void icu::CaseMap::utf8ToLower(const char*, uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > void icu::CaseMap::utf8ToTitle(const char*, uint32_t, BreakIterator*, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > void icu::CaseMap::utf8ToUpper(const char*, uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > currunit.h< / td > < td class = "proto" > icu::CurrencyUnit::CurrencyUnit()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > currunit.h< / td > < td class = "proto" > icu::CurrencyUnit::CurrencyUnit(const MeasureUnit& , UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > dcfmtsym.h< / td > < td class = "proto" > icu::DecimalFormatSymbols::DecimalFormatSymbols(const Locale& , const NumberingSystem& , UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > dtptngen.h< / td > < td class = "proto" > UnicodeString icu::DateTimePatternGenerator::getFieldDisplayName(UDateTimePatternField, UDateTimePGDisplayWidth)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 61< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Edits& icu::Edits::mergeAndAppend(const Edits& , const Edits& , UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Edits& icu::Edits::operator=(Edits& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Edits& icu::Edits::operator=(const Edits& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > icu::Edits::Edits(Edits& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > icu::Edits::Edits(const Edits& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > int32_t icu::Edits::numberOfChanges()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > filteredbrk.h< / td > < td class = "proto" > BreakIterator* icu::FilteredBreakIteratorBuilder::wrapIteratorWithFilter(BreakIterator*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > filteredbrk.h< / td > < td class = "proto" > < tt > static< / tt > FilteredBreakIteratorBuilder* icu::FilteredBreakIteratorBuilder::createEmptyInstance(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > localpointer.h< / td > < td class = "proto" > LocalArray< T> & icu::LocalArray< T > ::moveFrom(LocalArray< T > & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 56< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > localpointer.h< / td > < td class = "proto" > LocalPointer< T> & icu::LocalPointer< T > ::moveFrom(LocalPointer< T > & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 56< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > measfmt.h< / td > < td class = "proto" > void icu::MeasureFormat::parseObject(const UnicodeString& , Formattable& , ParsePosition& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 53< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > normalizer2.h< / td > < td class = "proto" > UBool icu::FilteredNormalizer2::isNormalizedUTF8(StringPiece, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > normalizer2.h< / td > < td class = "proto" > UBool icu::Normalizer2::isNormalizedUTF8(StringPiece, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > normalizer2.h< / td > < td class = "proto" > void icu::FilteredNormalizer2::normalizeUTF8(uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > normalizer2.h< / td > < td class = "proto" > void icu::Normalizer2::normalizeUTF8(uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > UClassID icu::NoUnit::getDynamicClassID()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > UObject* icu::NoUnit::clone()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > icu::NoUnit::NoUnit(const NoUnit& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > icu::NoUnit::~NoUnit()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > < tt > static< / tt > NoUnit icu::NoUnit::base()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > < tt > static< / tt > NoUnit icu::NoUnit::percent()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > < tt > static< / tt > NoUnit icu::NoUnit::permille()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > < tt > static< / tt > UClassID icu::NoUnit::getStaticClassID()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 04:37:30 +00:00
< tr class = "row1" >
2018-05-31 19:09:19 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptPerUnit(icu::MeasureUnit*) const& < / td > < td class = "" colspan = "2" align = "center" > Draft< br >
ICU 61< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row0" >
2018-05-31 19:09:19 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptSymbols(NumberingSystem*) const& < / td > < td class = "" colspan = "2" align = "center" > Draft< br >
ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-05-31 19:09:19 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptUnit(icu::MeasureUnit*) const& < / td > < td class = "" colspan = "2" align = "center" > Draft< br >
ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row0" >
2018-05-31 23:11:53 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::decimal(UNumberDecimalSeparatorDisplay) const& < / td > < td class = "" colspan = "2" align = "center" > Draft< br >
ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
2018-05-31 23:11:53 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::grouping(UGroupingStrategy) const& < / td > < td class = "" colspan = "2" align = "center" > Draft< br >
ICU 61< / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row0" >
2018-05-31 19:09:19 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::integerWidth(const IntegerWidth& ) const& < / td > < td class = "" colspan = "2" align = "center" > Draft< br >
ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-05-31 19:09:19 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::notation(const Notation& ) const& < / td > < td class = "" colspan = "2" align = "center" > Draft< br >
ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-05-31 19:09:19 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::perUnit(const icu::MeasureUnit& ) const& < / td > < td class = "" colspan = "2" align = "center" > Draft< br >
2018-05-31 23:11:53 +00:00
ICU 61< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-05-31 23:11:53 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::sign(UNumberSignDisplay) const& < / td > < td class = "" colspan = "2" align = "center" > Draft< br >
ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-05-31 23:11:53 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::symbols(const DecimalFormatSymbols& ) const& < / td > < td class = "" colspan = "2" align = "center" > Draft< br >
ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-05-31 23:11:53 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::unit(const icu::MeasureUnit& ) const& < / td > < td class = "" colspan = "2" align = "center" > Draft< br >
2018-05-31 19:09:19 +00:00
ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-05-31 23:11:53 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::unitWidth(UNumberUnitWidth) const& < / td > < td class = "" colspan = "2" align = "center" > Draft< br >
2018-05-31 19:09:19 +00:00
ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > FormattedNumber icu::number::LocalizedNumberFormatter::formatDecimal(StringPiece, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > FormattedNumber icu::number::LocalizedNumberFormatter::formatDouble(double, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > FormattedNumber icu::number::LocalizedNumberFormatter::formatInt(int64_t, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > IntegerWidth icu::number::IntegerWidth::truncateAt(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-31 19:09:19 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > LocalizedNumberFormatter icu::number::UnlocalizedNumberFormatter::locale(const icu::Locale& ) const& < / td > < td class = "" colspan = "2" align = "center" > Draft< br >
ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-31 19:09:19 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Precision icu::number::CurrencyPrecision::withCurrency(const CurrencyUnit& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br >
ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Precision icu::number::FractionPrecision::withMaxDigits(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Precision icu::number::FractionPrecision::withMinDigits(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2016-09-22 01:01:42 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Precision icu::number::IncrementPrecision::withMinFraction(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > ScientificNotation icu::number::ScientificNotation::withExponentSignDisplay(UNumberSignDisplay)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > ScientificNotation icu::number::ScientificNotation::withMinExponentDigits(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UBool icu::number::NumberFormatterSettings< Derived > ::copyErrorTo(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::FormattedNumber::~FormattedNumber()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::LocalizedNumberFormatter::LocalizedNumberFormatter(const LocalizedNumberFormatter& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::LocalizedNumberFormatter::~LocalizedNumberFormatter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-31 19:09:19 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const UnlocalizedNumberFormatter& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-31 19:09:19 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > CompactNotation icu::number::Notation::compactLong()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-31 19:09:19 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > CompactNotation icu::number::Notation::compactShort()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-31 19:09:19 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > CurrencyPrecision icu::number::Precision::currency(UCurrencyUsage)< / td > < td class = "" colspan = "2" align = "center" > Draft< br >
ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > FractionPrecision icu::number::Precision::fixedFraction(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > FractionPrecision icu::number::Precision::integer()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > FractionPrecision icu::number::Precision::maxFraction(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > FractionPrecision icu::number::Precision::minFraction(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > FractionPrecision icu::number::Precision::minMaxFraction(int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > IncrementPrecision icu::number::Precision::increment(double)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > IntegerWidth icu::number::IntegerWidth::zeroFillTo(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > LocalizedNumberFormatter icu::number::NumberFormatter::withLocale(const Locale& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 22:11:12 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Precision icu::number::Precision::unlimited()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > ScientificNotation icu::number::Notation::engineering()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > ScientificNotation icu::number::Notation::scientific()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SimpleNotation icu::number::Notation::simple()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > UnlocalizedNumberFormatter icu::number::NumberFormatter::with()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numfmt.h< / td > < td class = "proto" > ERoundingMode icu::NumberFormat::getRoundingMode()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2016-06-28 05:26:59 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > numfmt.h< / td > < td class = "proto" > void icu::NumberFormat::setRoundingMode(ERoundingMode)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > rbnf.h< / td > < td class = "proto" > ERoundingMode icu::RuleBasedNumberFormat::getRoundingMode()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > rbnf.h< / td > < td class = "proto" > void icu::RuleBasedNumberFormat::setRoundingMode(ERoundingMode)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_EDITS_NO_RESET< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_OMIT_UNCHANGED_TEXT< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_TITLECASE_ADJUST_TO_CASED< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_TITLECASE_SENTENCES< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_TITLECASE_WHOLE_STRING< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > ucurr.h< / td > < td class = "proto" > < tt > enum< / tt > UCurrNameStyle::UCURR_NARROW_SYMBOL_NAME< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 61< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > udatpg.h< / td > < td class = "proto" > < tt > enum< / tt > UDateTimePGDisplayWidth::UDATPG_ABBREVIATED< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 61< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > udatpg.h< / td > < td class = "proto" > < tt > enum< / tt > UDateTimePGDisplayWidth::UDATPG_NARROW< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 61< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > udatpg.h< / td > < td class = "proto" > < tt > enum< / tt > UDateTimePGDisplayWidth::UDATPG_WIDE< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 61< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > udatpg.h< / td > < td class = "proto" > int32_t udatpg_getFieldDisplayName(const UDateTimePatternGenerator*, UDateTimePatternField, UDateTimePGDisplayWidth, UChar*, int32_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 61< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > UnicodeString& icu::UnicodeString::moveFrom(UnicodeString& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 56< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_AUTO< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 61< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_MIN2< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 61< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_OFF< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 61< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_ON_ALIGNED< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 61< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_THOUSANDS< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 61< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberDecimalSeparatorDisplay::UNUM_DECIMAL_SEPARATOR_ALWAYS< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberDecimalSeparatorDisplay::UNUM_DECIMAL_SEPARATOR_AUTO< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_ACCOUNTING_ALWAYS< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_ACCOUNTING_EXCEPT_ZERO< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 61< / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_ACCOUNTING< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_ALWAYS< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_AUTO< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_EXCEPT_ZERO< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 61< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_NEVER< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberUnitWidth::UNUM_UNIT_WIDTH_FULL_NAME< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberUnitWidth::UNUM_UNIT_WIDTH_HIDDEN< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberUnitWidth::UNUM_UNIT_WIDTH_ISO_CODE< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2016-09-22 01:01:42 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberUnitWidth::UNUM_UNIT_WIDTH_NARROW< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2014-07-01 16:42:02 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberUnitWidth::UNUM_UNIT_WIDTH_SHORT< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > uregex.h< / td > < td class = "proto" > < tt > enum< / tt > URegexpFlag::UREGEX_CANON_EQ< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 2.4< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-05-30 04:37:30 +00:00
< td class = "file" > utf16.h< / td > < td class = "proto" > < tt > #define< / tt > U16_GET_OR_FFFD< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > utf16.h< / td > < td class = "proto" > < tt > #define< / tt > U16_NEXT_OR_FFFD< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > utf16.h< / td > < td class = "proto" > < tt > #define< / tt > U16_PREV_OR_FFFD< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-05-30 04:37:30 +00:00
< td class = "file" > utf8.h< / td > < td class = "proto" > < tt > #define< / tt > U8_TRUNCATE_IF_INCOMPLETE< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 61< / td >
< / tr >
2008-06-26 00:14:26 +00:00
< / table >
2009-03-19 04:14:10 +00:00
< / div >
2008-06-26 00:14:26 +00:00
< P > < / P >
2009-03-19 04:14:10 +00:00
< a href = "#_top" > (jump back to top)< / a >
2008-06-26 00:14:26 +00:00
< hr >
2012-10-18 00:04:14 +00:00
< a name = "purevirtual" > < / a >
< h2 > Signature Simplifications< / h2 >
< i > This section shows cases where the signature was "simplified" for the sake of comparison. The simplified form is in bold, followed by
all possible variations in "original" form.< / i >
< div class = "other" >
2018-05-31 23:11:53 +00:00
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
< th > File< / th > < th > API< / th > < th > Status< / th > < th > In ICU version< / th >
< / tr >
< / THEAD >
< tr >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < strong > Derived icu::number::NumberFormatterSettings< Derived > ::decimal(UNumberDecimalSeparatorDisplay) const& < / strong > < / td > < td class = "" > Draft< br > ICU 60< / td > < td class = "" > ICU 62< / td >
< / tr >
< tr >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::decimal(const UNumberDecimalSeparatorDisplay& ) const< / td > < td class = "" > Draft< br > ICU 60< / td > < td class = "" > ICU 61< / td >
< / tr >
< tr >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < strong > Derived icu::number::NumberFormatterSettings< Derived > ::grouping(UGroupingStrategy) const& < / strong > < / td > < td class = "" > Draft< br > ICU 61< / td > < td class = "" > ICU 62< / td >
< / tr >
< tr >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::grouping(const UGroupingStrategy& ) const< / td > < td class = "" > Draft< br > ICU 61< / td > < td class = "" > ICU 61< / td >
< / tr >
< tr >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < strong > Derived icu::number::NumberFormatterSettings< Derived > ::sign(UNumberSignDisplay) const& < / strong > < / td > < td class = "" > Draft< br > ICU 60< / td > < td class = "" > ICU 62< / td >
< / tr >
< tr >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::sign(const UNumberSignDisplay& ) const< / td > < td class = "" > Draft< br > ICU 60< / td > < td class = "" > ICU 61< / td >
< / tr >
< tr >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < strong > Derived icu::number::NumberFormatterSettings< Derived > ::unitWidth(UNumberUnitWidth) const& < / strong > < / td > < td class = "" > Draft< br > ICU 60< / td > < td class = "" > ICU 62< / td >
< / tr >
< tr >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::unitWidth(const UNumberUnitWidth& ) const< / td > < td class = "" > Draft< br > ICU 60< / td > < td class = "" > ICU 61< / td >
< / tr >
< / table >
2012-10-18 00:04:14 +00:00
< / div >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
2008-06-26 00:14:26 +00:00
< p >
2018-05-30 22:11:12 +00:00
< i > < font size = "-1" > Contents generated by StableAPI tool on Wed May 30 15:07:37 PDT 2018< br > Copyright (C) 2018, International Business Machines Corporation, All Rights Reserved.< / font > < / i >
2008-06-26 00:14:26 +00:00
< / p >
< / body >
< / html >