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-09-28 16:36:25 +00:00
< title > ICU4C API Comparison: ICU 62 with ICU 63< / 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-09-28 16:36:25 +00:00
< h1 > ICU4C API Comparison: ICU 62 with ICU 63< / h1 >
2012-06-21 21:34:10 +00:00
< div id = "toc" >
< ul >
< li >
2018-09-28 16:36:25 +00:00
< a href = "#removed" > Removed from ICU 62< / a >
2018-05-31 19:09:19 +00:00
< / li >
< li >
2018-09-28 16:36:25 +00:00
< a href = "#deprecated" > Deprecated or Obsoleted in ICU 63< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2018-09-28 16:36:25 +00:00
< a href = "#changed" > Changed in ICU 63< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2018-09-28 16:36:25 +00:00
< a href = "#promoted" > Promoted to stable in ICU 63< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2018-09-28 16:36:25 +00:00
< a href = "#added" > Added in ICU 63< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2018-09-28 16:36:25 +00:00
< a href = "#other" > Other existing drafts in ICU 63< / 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 >
2018-05-31 19:09:19 +00:00
< hr >
2018-09-28 16:36:25 +00:00
< / div >
2012-06-21 21:34:10 +00:00
< a name = "removed" > < / a >
2018-09-28 16:36:25 +00:00
< h2 > Removed from ICU 62< / 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-09-28 16:36:25 +00:00
< th > File< / th > < th > API< / th > < th > ICU 62< / th > < th > ICU 63< / th >
2010-01-28 21:12:45 +00:00
< / tr >
2012-06-21 21:34:10 +00:00
< / THEAD >
2018-09-28 16:36:25 +00:00
<!-- delete whole "Removed from ICU 62 contents.
< tr class = "row1" >
< td class = "file" > enumset.h< / td > < td class = "proto" > UBool icu::EnumSet< T, minValue, limitValue > ::isValidEnum(T) const< / td > < td class = "" > < i > (untagged)< / i > < / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > enumset.h< / td > < td class = "proto" > UBool icu::EnumSet< T, minValue, limitValue > ::isValidValue(int32_t) const< / td > < td class = "" > < i > (untagged)< / i > < / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
2016-09-22 01:01:42 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > enumset.h< / td > < td class = "proto" > const EnumSet< T, minValue, limitValue> & icu::EnumSet< T, minValue, limitValue > ::operator=(const EnumSet< ,, limitValue > & )< / td > < td class = "" > < i > (untagged)< / i > < / 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-09-28 16:36:25 +00:00
< td class = "file" > enumset.h< / td > < td class = "proto" > icu::EnumSet< T, minValue, limitValue > ::EnumSet()< / td > < td class = "" > < i > (untagged)< / i > < / 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-09-28 16:36:25 +00:00
< td class = "file" > enumset.h< / td > < td class = "proto" > icu::EnumSet< T, minValue, limitValue > ::EnumSet(const EnumSet< ,, limitValue > & )< / td > < td class = "" > < i > (untagged)< / i > < / 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-09-28 16:36:25 +00:00
< td class = "file" > enumset.h< / td > < td class = "proto" > icu::EnumSet< T, minValue, limitValue > ::~EnumSet()< / td > < td class = "" > < i > (untagged)< / i > < / 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-09-28 16:36:25 +00:00
< td class = "file" > enumset.h< / td > < td class = "proto" > int32_t icu::EnumSet< T, minValue, limitValue > ::contains(T) const< / td > < td class = "" > < i > (untagged)< / i > < / 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-09-28 16:36:25 +00:00
< td class = "file" > enumset.h< / td > < td class = "proto" > int32_t icu::EnumSet< T, minValue, limitValue > ::get(T) const< / td > < td class = "" > < i > (untagged)< / i > < / 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-09-28 16:36:25 +00:00
< td class = "file" > enumset.h< / td > < td class = "proto" > uint32_t icu::EnumSet< T, minValue, limitValue > ::getAll() const< / td > < td class = "" > < i > (untagged)< / i > < / 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-09-28 16:36:25 +00:00
< td class = "file" > enumset.h< / td > < td class = "proto" > void icu::EnumSet< T, minValue, limitValue > ::add(T)< / td > < td class = "" > < i > (untagged)< / i > < / 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-09-28 16:36:25 +00:00
< td class = "file" > enumset.h< / td > < td class = "proto" > void icu::EnumSet< T, minValue, limitValue > ::clear()< / td > < td class = "" > < i > (untagged)< / i > < / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > enumset.h< / td > < td class = "proto" > void icu::EnumSet< T, minValue, limitValue > ::remove(T)< / td > < td class = "" > < i > (untagged)< / i > < / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > enumset.h< / td > < td class = "proto" > void icu::EnumSet< T, minValue, limitValue > ::set(T, int32_t)< / td > < td class = "" > < i > (untagged)< / i > < / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Appendable& icu::number::FormattedNumber::appendTo(Appendable& , UErrorCode& )< / td > < td class = "" > Draft< br > ICU 62< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::grouping(UGroupingStrategy) const& < / td > < td class = "" > Draft< br > ICU 61< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::grouping(UGroupingStrategy)& & < / td > < td class = "" > Draft< br > ICU 62< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +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 = "" > Internal< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Grouper icu::number::impl::Grouper::forStrategy(UGroupingStrategy)< / td > < td class = "" > Internal< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > plurfmt.h< / td > < td class = "proto" > UnicodeString icu::PluralFormat::PluralSelector::select(void*, double, UErrorCode& ) const< / td > < td class = "" > Internal< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > plurfmt.h< / td > < td class = "proto" > UnicodeString icu::PluralFormat::PluralSelectorAdapter::select(void*, double, UErrorCode& ) const< / td > < td class = "" > Internal< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > plurfmt.h< / td > < td class = "proto" > UnicodeString& icu::PluralFormat::format(const Formattable& , double, UnicodeString& , FieldPosition& , UErrorCode& ) const< / td > < td class = "" > Internal< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > plurfmt.h< / td > < td class = "proto" > icu::PluralFormat::PluralFormat()< / td > < td class = "" > < i > (untagged)< / i > < / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > plurfmt.h< / td > < td class = "proto" > icu::PluralFormat::PluralSelector::~PluralSelector()< / td > < td class = "" > < i > (untagged)< / i > < / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > plurfmt.h< / td > < td class = "proto" > icu::PluralFormat::PluralSelectorAdapter::PluralSelectorAdapter()< / td > < td class = "" > < i > (untagged)< / i > < / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > plurfmt.h< / td > < td class = "proto" > icu::PluralFormat::PluralSelectorAdapter::~PluralSelectorAdapter()< / td > < td class = "" > < i > (untagged)< / i > < / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > plurfmt.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::PluralFormat::findSubMessage(const MessagePattern& , int32_t, const PluralSelector& , void*, double, UErrorCode& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > plurfmt.h< / td > < td class = "proto" > void icu::PluralFormat::PluralSelectorAdapter::reset()< / td > < td class = "" > < i > (untagged)< / i > < / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > plurfmt.h< / td > < td class = "proto" > void icu::PluralFormat::copyObjects(const PluralFormat& )< / td > < td class = "" > < i > (untagged)< / i > < / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > plurfmt.h< / td > < td class = "proto" > void icu::PluralFormat::init(const PluralRules*, UPluralType, UErrorCode& )< / td > < td class = "" > < i > (untagged)< / i > < / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > plurfmt.h< / td > < td class = "proto" > void icu::PluralFormat::parseType(const UnicodeString& , const NFRule*, Formattable& , FieldPosition& ) const< / td > < td class = "" > < i > (untagged)< / i > < / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > stringtriebuilder.h< / td > < td class = "proto" > < tt > static< / tt > UBool icu::StringTrieBuilder::equalNodes(const void*, const void*)< / td > < td class = "" > Internal< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > stringtriebuilder.h< / td > < td class = "proto" > < tt > static< / tt > UBool icu::StringTrieBuilder::hashNode(const void*)< / td > < td class = "" > Internal< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uconfig.h< / td > < td class = "proto" > < tt > #define< / tt > UCONFIG_FORMAT_FASTPATHS_49< / td > < td class = "" > Internal< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_AUTO< / td > < td class = "" > Draft< br > ICU 61< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_COUNT< / td > < td class = "" > Internal< br > ICU 62< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_MIN2< / td > < td class = "" > Draft< br > ICU 61< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_OFF< / td > < td class = "" > Draft< br > ICU 61< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_ON_ALIGNED< / td > < td class = "" > Draft< br > ICU 61< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_THOUSANDS< / td > < td class = "" > Draft< br > ICU 61< / td > < td > (missing)< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > U_DEFINE_LOCAL_OPEN_POINTER(LocalUSpoofCheckResultPointer,,)< / td > < td class = "" > < i > (untagged)< / i > < / 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 >
2018-09-28 16:36:25 +00:00
-->
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-09-28 16:36:25 +00:00
< h2 > Deprecated or Obsoleted in ICU 63< / h2 >
2017-03-30 20:51:56 +00:00
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
2018-09-28 16:36:25 +00:00
< th > File< / th > < th > API< / th > < th > ICU 62< / th > < th > ICU 63< / th >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< / THEAD >
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "changed" > < / a >
2018-09-28 16:36:25 +00:00
< h2 > Changed in ICU 63 (old, new)< / h2 >
2018-05-30 04:37:30 +00:00
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
2018-09-28 16:36:25 +00:00
< th > File< / th > < th > API< / th > < th > ICU 62< / th > < th > ICU 63< / th >
2018-05-30 04:37:30 +00:00
< / tr >
< / THEAD >
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 22:11:12 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 22:11:12 +00:00
< / tr >
2018-05-30 04:37:30 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > currunit.h< / td > < td class = "proto" > icu::CurrencyUnit::CurrencyUnit()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2018-05-30 22:11:12 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 22:11:12 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 22:11:12 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row0" >
< td class = "file" > edits.h< / td > < td class = "proto" > Edits& icu::Edits::operator=(Edits& & )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > edits.h< / td > < td class = "proto" > Edits& icu::Edits::operator=(const Edits& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > edits.h< / td > < td class = "proto" > icu::Edits::Edits(Edits& & )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > icu::Edits::Edits(const Edits& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > int32_t icu::Edits::numberOfChanges() const< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > normalizer2.h< / td > < td class = "proto" > UBool icu::FilteredNormalizer2::isNormalizedUTF8(StringPiece, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > normalizer2.h< / td > < td class = "proto" > UBool icu::Normalizer2::isNormalizedUTF8(StringPiece, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > normalizer2.h< / td > < td class = "proto" > void icu::FilteredNormalizer2::normalizeUTF8(uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > normalizer2.h< / td > < td class = "proto" > void icu::Normalizer2::normalizeUTF8(uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
<!-- start of edited numberformatter stuff -->
2018-05-30 04:37:30 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Appendable& icu::number::FormattedNumber::appendTo(Appendable& , UErrorCode& ) < b > < i > const< / i > < / b > < / td >
< td colspan = "2" align = "center" > Draft (const)< br > ICU 62 < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
2018-05-30 04:37:30 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::grouping(U< b > < i > Number< / i > < / b > GroupingStrategy) const& < / td >
< td colspan = "2" align = "center" > Draft (rename)< br > ICU 61 < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::grouping(U< b > < i > Number< / i > < / b > GroupingStrategy)& & < / td >
< td colspan = "2" align = "center" > Draft (rename)< br > ICU 62 < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row0" > < td class = "proto" colspan = "4" > < / td > < / tr >
<!-- End of edited numberformatter stufff -->
2018-05-30 04:37:30 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numfmt.h< / td > < td class = "proto" > ERoundingMode icu::NumberFormat::getRoundingMode() const< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numfmt.h< / td > < td class = "proto" > void icu::NumberFormat::setRoundingMode(ERoundingMode)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > rbnf.h< / td > < td class = "proto" > ERoundingMode icu::RuleBasedNumberFormat::getRoundingMode() const< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > rbnf.h< / td > < td class = "proto" > void icu::RuleBasedNumberFormat::setRoundingMode(ERoundingMode)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
<!-- remove usearch.h line. Tool error.
2018-05-30 04:37:30 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > usearch.h< / td > < td class = "proto" > < tt > enum< / tt > USearchAttributeValue::USEARCH_ANY_BASE_WEIGHT_IS_WILDCARD< / td > < td class = "stabchange" > Stable< br > ICU 2.4< / td > < td > Stable< br >
< span class = "verchange" > < span > ICU 4.4< / span >
< br >
< b class = "bigwarn" title = "A stable API changed version." > (changed)< / b > < / span > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
-->
< tr class = "row0" > < td class = "proto" colspan = "4" > < / td > < / tr >
2018-05-30 04:37:30 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
2018-09-28 16:36:25 +00:00
< a name = "promoted" > < / a >
< h2 > Promoted to stable in ICU 63< / h2 >
2018-05-30 04:37:30 +00:00
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
2018-09-28 16:36:25 +00:00
< th > File< / th > < th > API< / th > < th > ICU 62< / th > < th > ICU 63< / th >
2018-05-30 04:37:30 +00:00
< / tr >
< / THEAD >
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > currunit.h< / td > < td class = "proto" > icu::CurrencyUnit::CurrencyUnit()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Edits& icu::Edits::operator=(Edits& & )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > icu::Edits::Edits(Edits& & )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > icu::Edits::Edits(const Edits& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > int32_t icu::Edits::numberOfChanges() const< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > normalizer2.h< / td > < td class = "proto" > UBool icu::FilteredNormalizer2::isNormalizedUTF8(StringPiece, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > normalizer2.h< / td > < td class = "proto" > UBool icu::Normalizer2::isNormalizedUTF8(StringPiece, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > normalizer2.h< / td > < td class = "proto" > void icu::FilteredNormalizer2::normalizeUTF8(uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > normalizer2.h< / td > < td class = "proto" > void icu::Normalizer2::normalizeUTF8(uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numfmt.h< / td > < td class = "proto" > ERoundingMode icu::NumberFormat::getRoundingMode() const< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numfmt.h< / td > < td class = "proto" > void icu::NumberFormat::setRoundingMode(ERoundingMode)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > rbnf.h< / td > < td class = "proto" > ERoundingMode icu::RuleBasedNumberFormat::getRoundingMode() const< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > rbnf.h< / td > < td class = "proto" > void icu::RuleBasedNumberFormat::setRoundingMode(ERoundingMode)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_BOTTOM_AND_LEFT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_BOTTOM_AND_RIGHT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_BOTTOM< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_LEFT_AND_RIGHT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_LEFT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_NA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_OVERSTRUCK< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_RIGHT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_TOP_AND_BOTTOM_AND_RIGHT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_TOP_AND_BOTTOM< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_TOP_AND_LEFT_AND_RIGHT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_TOP_AND_LEFT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_TOP_AND_RIGHT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_TOP< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_VISUAL_ORDER_LEFT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_AVAGRAHA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_BINDU< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_BRAHMI_JOINING_NUMBER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CANTILLATION_MARK< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_DEAD< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_FINAL< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_HEAD_LETTER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_INITIAL_POSTFIXED< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_KILLER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_MEDIAL< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_PLACEHOLDER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_PRECEDING_REPHA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_PREFIXED< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_SUBJOINED< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_SUCCEEDING_REPHA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_WITH_STACKER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_GEMINATION_MARK< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_INVISIBLE_STACKER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_JOINER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_MODIFYING_LETTER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_NON_JOINER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_NUKTA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_NUMBER_JOINER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_NUMBER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_OTHER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_PURE_KILLER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_REGISTER_SHIFTER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_SYLLABLE_MODIFIER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_TONE_LETTER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-30 22:11:12 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_TONE_MARK< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-30 22:11:12 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_VIRAMA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_VISARGA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_VOWEL_DEPENDENT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_VOWEL_INDEPENDENT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_VOWEL< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UProperty::UCHAR_INDIC_POSITIONAL_CATEGORY< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UProperty::UCHAR_INDIC_SYLLABIC_CATEGORY< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UProperty::UCHAR_VERTICAL_ORIENTATION< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UVerticalOrientation::U_VO_ROTATED< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UVerticalOrientation::U_VO_TRANSFORMED_ROTATED< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UVerticalOrientation::U_VO_TRANSFORMED_UPRIGHT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UVerticalOrientation::U_VO_UPRIGHT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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-09-28 16:36:25 +00:00
<!--
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uobject.h< / td > < td class = "proto" > < tt > #define< / tt > U_NO_THROW< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 4.2< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
-->
< tr class = "row0" > < td class = "proto" colspan = "4" > < / td > < / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +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→ Stable< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
<!--
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > utypes.h< / td > < td class = "proto" > < tt > #define< / tt > U_COMBINED_IMPLEMENTATION< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.0< / span > < / span > < / td >
< / tr >
-->
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "added" > < / a >
< h2 > Added in ICU 63< / h2 >
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
< th > File< / th > < th > API< / th > < th > ICU 62< / th > < th > ICU 63< / th >
2017-10-05 06:06:44 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< / THEAD >
<!--
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > < tt > #define< / tt > U_ALIASING_BARRIER< / td > < td class = "" > (missing)< / td > < td > Internal< br >
2018-05-30 04:37:30 +00:00
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
-->
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > listformatter.h< / td > < td class = "proto" > UnicodeString& icu::ListFormatter::format(const UnicodeString items[], int32_t, UnicodeString& , FieldPositionIterator*, UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > Locale& icu::Locale::operator=(Locale& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > StringClass icu::Locale::getKeywordValue(StringPiece, UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > StringClass icu::Locale::getUnicodeKeywordValue(StringPiece, UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > StringClass icu::Locale::toLanguageTag(UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > StringEnumeration* icu::Locale::createUnicodeKeywords(UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > icu::Locale::Locale(Locale& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > < tt > static< / tt > Locale icu::Locale::forLanguageTag(StringPiece, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > void icu::Locale::addLikelySubtags(UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > void icu::Locale::getKeywordValue(StringPiece, ByteSink& , UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > void icu::Locale::getKeywords(OutputIterator, UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > void icu::Locale::getUnicodeKeywordValue(StringPiece, ByteSink& , UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > void icu::Locale::getUnicodeKeywords(OutputIterator, UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > void icu::Locale::minimizeSubtags(UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > void icu::Locale::setKeywordValue(StringPiece, StringPiece, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > void icu::Locale::setUnicodeKeywordValue(StringPiece, StringPiece, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > void icu::Locale::toLanguageTag(ByteSink& , UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2016-09-22 01:01:42 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createAtmosphere(UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createPercent(UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createPermille(UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createPetabyte(UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
<!-- exclude numberformatter.h
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Appendable& icu::number::FormattedNumber::appendTo(Appendable& , UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span >
< br >
< b class = "bigwarn" title = "A draft API has the wrong version." > (should be ICU 63)< / b > < / span > < / td >
2016-09-22 01:01:42 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::grouping(UNumberGroupingStrategy) const& < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span >
< br >
< b class = "bigwarn" title = "A draft API has the wrong version." > (should be ICU 63)< / b > < / span > < / td >
2016-06-28 05:26:59 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::grouping(UNumberGroupingStrategy)& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span >
< br >
< b class = "bigwarn" title = "A draft API has the wrong version." > (should be ICU 63)< / b > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::impl::Grouper::Grouper(int16_t, int16_t, int16_t, UNumberGroupingStrategy)< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2016-06-28 05:26:59 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Grouper icu::number::impl::Grouper::forStrategy(UNumberGroupingStrategy)< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
-->
< tr class = "row1" > < td class = "proto" colspan = "4" > < / td > < / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Appendable& icu::number::FormattedNumberRange::appendTo(Appendable& , UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Derived icu::number::NumberRangeFormatterSettings< Derived > ::collapse(UNumberRangeCollapse) const& < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Derived icu::number::NumberRangeFormatterSettings< Derived > ::collapse(UNumberRangeCollapse)& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Derived icu::number::NumberRangeFormatterSettings< Derived > ::identityFallback(UNumberRangeIdentityFallback) const& < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Derived icu::number::NumberRangeFormatterSettings< Derived > ::identityFallback(UNumberRangeIdentityFallback)& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Derived icu::number::NumberRangeFormatterSettings< Derived > ::numberFormatterBoth(UnlocalizedNumberFormatter& & ) const& < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Derived icu::number::NumberRangeFormatterSettings< Derived > ::numberFormatterBoth(UnlocalizedNumberFormatter& & )& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Derived icu::number::NumberRangeFormatterSettings< Derived > ::numberFormatterBoth(const UnlocalizedNumberFormatter& ) const& < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Derived icu::number::NumberRangeFormatterSettings< Derived > ::numberFormatterBoth(const UnlocalizedNumberFormatter& )& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Derived icu::number::NumberRangeFormatterSettings< Derived > ::numberFormatterFirst(UnlocalizedNumberFormatter& & ) const& < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2016-06-28 05:26:59 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Derived icu::number::NumberRangeFormatterSettings< Derived > ::numberFormatterFirst(UnlocalizedNumberFormatter& & )& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Derived icu::number::NumberRangeFormatterSettings< Derived > ::numberFormatterFirst(const UnlocalizedNumberFormatter& ) const& < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2016-03-09 05:28:23 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row0" >
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Derived icu::number::NumberRangeFormatterSettings< Derived > ::numberFormatterFirst(const UnlocalizedNumberFormatter& )& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-06-26 04:58:00 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Derived icu::number::NumberRangeFormatterSettings< Derived > ::numberFormatterSecond(UnlocalizedNumberFormatter& & ) const& < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Derived icu::number::NumberRangeFormatterSettings< Derived > ::numberFormatterSecond(UnlocalizedNumberFormatter& & )& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Derived icu::number::NumberRangeFormatterSettings< Derived > ::numberFormatterSecond(const UnlocalizedNumberFormatter& ) const& < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > Derived icu::number::NumberRangeFormatterSettings< Derived > ::numberFormatterSecond(const UnlocalizedNumberFormatter& )& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > FormattedNumberRange icu::number::LocalizedNumberRangeFormatter::formatFormattableRange(const Formattable& , const Formattable& , UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > FormattedNumberRange& icu::number::FormattedNumberRange::operator=(FormattedNumberRange& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
<!--
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > FormattedNumberRange& icu::number::FormattedNumberRange::operator=(const FormattedNumberRange& )=delete< / td > < td class = "" > (missing)< / td > < td >
< br >
< span class = "" > < span > < / span >
< br >
< b class = "bigwarn" title = "A new API was introduced that was not tagged." > (untagged)< / b > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
-->
< tr class = "row1" > < td class = "proto" colspan = "4" > < / td > < / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > LocalizedNumberRangeFormatter icu::number::UnlocalizedNumberRangeFormatter::locale(const icu::Locale& ) const& < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > LocalizedNumberRangeFormatter icu::number::UnlocalizedNumberRangeFormatter::locale(const icu::Locale& )& & < / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > LocalizedNumberRangeFormatter& icu::number::LocalizedNumberRangeFormatter::operator=(LocalizedNumberRangeFormatter& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > LocalizedNumberRangeFormatter& icu::number::LocalizedNumberRangeFormatter::operator=(const LocalizedNumberRangeFormatter& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > UBool icu::number::FormattedNumberRange::nextFieldPosition(FieldPosition& , UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > UBool icu::number::NumberRangeFormatterSettings< Derived > ::copyErrorTo(UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > UNumberRangeIdentityResult icu::number::FormattedNumberRange::getIdentityResult(UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > UnicodeString icu::number::FormattedNumberRange::getFirstDecimal(UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > UnicodeString icu::number::FormattedNumberRange::getSecondDecimal(UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > UnicodeString icu::number::FormattedNumberRange::toString(UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > UnlocalizedNumberRangeFormatter& icu::number::UnlocalizedNumberRangeFormatter::operator=(UnlocalizedNumberRangeFormatter& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > UnlocalizedNumberRangeFormatter& icu::number::UnlocalizedNumberRangeFormatter::operator=(const UnlocalizedNumberRangeFormatter& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberRangeCollapse::UNUM_RANGE_COLLAPSE_ALL< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberRangeCollapse::UNUM_RANGE_COLLAPSE_AUTO< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberRangeCollapse::UNUM_RANGE_COLLAPSE_NONE< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberRangeCollapse::UNUM_RANGE_COLLAPSE_UNIT< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberRangeIdentityFallback::UNUM_IDENTITY_FALLBACK_APPROXIMATELY_OR_SINGLE_VALUE< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberRangeIdentityFallback::UNUM_IDENTITY_FALLBACK_APPROXIMATELY< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberRangeIdentityFallback::UNUM_IDENTITY_FALLBACK_RANGE< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberRangeIdentityFallback::UNUM_IDENTITY_FALLBACK_SINGLE_VALUE< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
<!--
2017-10-05 06:06:44 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberRangeIdentityResult::UNUM_IDENTITY_RESULT_COUNT< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
-->
< tr class = "row0" > < td class = "proto" colspan = "4" > < / td > < / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberRangeIdentityResult::UNUM_IDENTITY_RESULT_EQUAL_AFTER_ROUNDING< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberRangeIdentityResult::UNUM_IDENTITY_RESULT_EQUAL_BEFORE_ROUNDING< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberRangeIdentityResult::UNUM_IDENTITY_RESULT_NOT_EQUAL< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > icu::number::FormattedNumberRange::FormattedNumberRange(FormattedNumberRange& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
<!--
2018-05-30 04:37:30 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > icu::number::FormattedNumberRange::FormattedNumberRange(const FormattedNumberRange& )=delete< / td > < td class = "" > (missing)< / td > < td >
< br >
< span class = "" > < span > < / span >
< br >
< b class = "bigwarn" title = "A new API was introduced that was not tagged." > (untagged)< / b > < / span > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
-->
< tr class = "row1" > < td class = "proto" colspan = "4" > < / td > < / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > icu::number::FormattedNumberRange::~FormattedNumberRange()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > icu::number::LocalizedNumberRangeFormatter::LocalizedNumberRangeFormatter()=default< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > icu::number::LocalizedNumberRangeFormatter::LocalizedNumberRangeFormatter(LocalizedNumberRangeFormatter& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > icu::number::LocalizedNumberRangeFormatter::LocalizedNumberRangeFormatter(const LocalizedNumberRangeFormatter& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > icu::number::LocalizedNumberRangeFormatter::~LocalizedNumberRangeFormatter()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
<!--
2017-03-30 20:30:55 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > icu::number::NumberRangeFormatter::NumberRangeFormatter()=delete< / td > < td class = "" > (missing)< / td > < td >
< br >
< span class = "" > < span > < / span >
< br >
< b class = "bigwarn" title = "A new API was introduced that was not tagged." > (untagged)< / b > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
-->
< tr class = "row1" > < td class = "proto" colspan = "4" > < / td > < / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > icu::number::UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter()=default< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > icu::number::UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(UnlocalizedNumberRangeFormatter& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > icu::number::UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(const UnlocalizedNumberRangeFormatter& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > < tt > static< / tt > LocalizedNumberRangeFormatter icu::number::NumberRangeFormatter::withLocale(const Locale& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > < tt > static< / tt > UnlocalizedNumberRangeFormatter icu::number::NumberRangeFormatter::with()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > void icu::number::FormattedNumberRange::getAllFieldPositions(FieldPositionIterator& , UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
<!--
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > void icu::number::LocalizedNumberRangeFormatter::formatImpl(impl::UFormattedNumberRangeData& , bool, UErrorCode& ) const< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
-->
<!--
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > platform.h< / td > < td class = "proto" > < tt > #define< / tt > CYGWINMSVC< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > platform.h< / td > < td class = "proto" > < tt > #define< / tt > U_DECLARE_UTF16< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > platform.h< / td > < td class = "proto" > < tt > #define< / tt > U_NOEXCEPT< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > platform.h< / td > < td class = "proto" > < tt > #define< / tt > __has_declspec_attribute< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
-->
< tr class = "row0" > < td class = "proto" colspan = "4" > < / td > < / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > reldatefmt.h< / td > < td class = "proto" > < tt > enum< / tt > UDateAbsoluteUnit::UDAT_ABSOLUTE_QUARTER< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > const UCPMap* u_getIntPropertyMap(UProperty, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2016-09-22 01:01:42 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > const USet* u_getBinaryPropertySet(UProperty, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_BOTTOM_AND_LEFT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_BOTTOM_AND_RIGHT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_BOTTOM< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_LEFT_AND_RIGHT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_LEFT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_NA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_OVERSTRUCK< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_RIGHT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_TOP_AND_BOTTOM_AND_RIGHT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_TOP_AND_BOTTOM< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_TOP_AND_LEFT_AND_RIGHT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_TOP_AND_LEFT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_TOP_AND_RIGHT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_TOP< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_VISUAL_ORDER_LEFT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_AVAGRAHA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_BINDU< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_BRAHMI_JOINING_NUMBER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CANTILLATION_MARK< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_DEAD< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_FINAL< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_HEAD_LETTER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_INITIAL_POSTFIXED< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_KILLER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_MEDIAL< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_PLACEHOLDER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_PRECEDING_REPHA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_PREFIXED< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_SUBJOINED< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_SUCCEEDING_REPHA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT_WITH_STACKER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_CONSONANT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_GEMINATION_MARK< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_INVISIBLE_STACKER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_JOINER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_MODIFYING_LETTER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_NON_JOINER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_NUKTA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_NUMBER_JOINER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_NUMBER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_OTHER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_PURE_KILLER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_REGISTER_SHIFTER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_SYLLABLE_MODIFIER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_TONE_LETTER< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_TONE_MARK< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_VIRAMA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_VISARGA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_VOWEL_DEPENDENT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_VOWEL_INDEPENDENT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicSyllabicCategory::U_INSC_VOWEL< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UProperty::UCHAR_INDIC_POSITIONAL_CATEGORY< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UProperty::UCHAR_INDIC_SYLLABIC_CATEGORY< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UProperty::UCHAR_VERTICAL_ORIENTATION< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UVerticalOrientation::U_VO_ROTATED< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / 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 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UVerticalOrientation::U_VO_TRANSFORMED_ROTATED< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2014-07-01 16:42:02 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UVerticalOrientation::U_VO_TRANSFORMED_UPRIGHT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UVerticalOrientation::U_VO_UPRIGHT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
<!--
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uconfig.h< / td > < td class = "proto" > < tt > #define< / tt > UCONFIG_ENABLE_PLUGINS< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > uconfig.h< / td > < td class = "proto" > < tt > #define< / tt > U_HAVE_LIB_SUFFIX< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
-->
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2018-09-28 16:36:25 +00:00
< td class = "file" > ucpmap.h< / td > < td class = "proto" > UChar32 ucpmap_getRange(const UCPMap*, UChar32, UCPMapRangeOption, uint32_t, UCPMapValueFilter*, const void*, uint32_t*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2018-09-28 16:36:25 +00:00
< td class = "file" > ucpmap.h< / td > < td class = "proto" > < tt > enum< / tt > UCPMapRangeOption::UCPMAP_RANGE_FIXED_ALL_SURROGATES< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucpmap.h< / td > < td class = "proto" > < tt > enum< / tt > UCPMapRangeOption::UCPMAP_RANGE_FIXED_LEAD_SURROGATES< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ucpmap.h< / td > < td class = "proto" > < tt > enum< / tt > UCPMapRangeOption::UCPMAP_RANGE_NORMAL< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucpmap.h< / td > < td class = "proto" > uint32_t ucpmap_get(const UCPMap*, UChar32)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > #define< / tt > UCPTRIE_16< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > #define< / tt > UCPTRIE_32< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row1" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > #define< / tt > UCPTRIE_8< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > #define< / tt > UCPTRIE_ASCII_GET< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > #define< / tt > UCPTRIE_FAST_BMP_GET< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > #define< / tt > UCPTRIE_FAST_GET< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > #define< / tt > UCPTRIE_FAST_SUPP_GET< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > #define< / tt > UCPTRIE_FAST_U16_NEXT< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > #define< / tt > UCPTRIE_FAST_U16_PREV< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > #define< / tt > UCPTRIE_FAST_U8_NEXT< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > #define< / tt > UCPTRIE_FAST_U8_PREV< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > #define< / tt > UCPTRIE_SMALL_GET< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > UCPTrie* ucptrie_openFromBinary(UCPTrieType, UCPTrieValueWidth, const void*, int32_t, int32_t*, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > UCPTrieType ucptrie_getType(const UCPTrie*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > UCPTrieValueWidth ucptrie_getValueWidth(const UCPTrie*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > UChar32 ucptrie_getRange(const UCPTrie*, UChar32, UCPMapRangeOption, uint32_t, UCPMapValueFilter*, const void*, uint32_t*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > enum< / tt > UCPTrieType::UCPTRIE_TYPE_ANY< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > enum< / tt > UCPTrieType::UCPTRIE_TYPE_FAST< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > enum< / tt > UCPTrieType::UCPTRIE_TYPE_SMALL< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > enum< / tt > UCPTrieValueWidth::UCPTRIE_VALUE_BITS_16< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > enum< / tt > UCPTrieValueWidth::UCPTRIE_VALUE_BITS_32< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > enum< / tt > UCPTrieValueWidth::UCPTRIE_VALUE_BITS_8< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > < tt > enum< / tt > UCPTrieValueWidth::UCPTRIE_VALUE_BITS_ANY< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > int32_t ucptrie_toBinary(const UCPTrie*, void*, int32_t, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > uint32_t ucptrie_get(const UCPTrie*, UChar32)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucptrie.h< / td > < td class = "proto" > void ucptrie_close(UCPTrie*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ulistformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UListFormatterField::ULISTFMT_ELEMENT_FIELD< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ulistformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UListFormatterField::ULISTFMT_LITERAL_FIELD< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
<!--
< tr class = "row1" >
< td class = "file" > umachine.h< / td > < td class = "proto" > < tt > #define< / tt > U_FINAL< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > umachine.h< / td > < td class = "proto" > < tt > #define< / tt > U_OVERRIDE< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
-->
< tr class = "row1" >
< td class = "file" > umutablecptrie.h< / td > < td class = "proto" > UCPTrie* umutablecptrie_buildImmutable(UMutableCPTrie*, UCPTrieType, UCPTrieValueWidth, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > umutablecptrie.h< / td > < td class = "proto" > UMutableCPTrie* umutablecptrie_clone(const UMutableCPTrie*, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > umutablecptrie.h< / td > < td class = "proto" > UMutableCPTrie* umutablecptrie_fromUCPMap(const UCPMap*, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > umutablecptrie.h< / td > < td class = "proto" > UMutableCPTrie* umutablecptrie_fromUCPTrie(const UCPTrie*, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > umutablecptrie.h< / td > < td class = "proto" > UMutableCPTrie* umutablecptrie_open(uint32_t, uint32_t, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > umutablecptrie.h< / td > < td class = "proto" > UChar32 umutablecptrie_getRange(const UMutableCPTrie*, UChar32, UCPMapRangeOption, uint32_t, UCPMapValueFilter*, const void*, uint32_t*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > umutablecptrie.h< / td > < td class = "proto" > uint32_t umutablecptrie_get(const UMutableCPTrie*, UChar32)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > umutablecptrie.h< / td > < td class = "proto" > void umutablecptrie_close(UMutableCPTrie*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > umutablecptrie.h< / td > < td class = "proto" > void umutablecptrie_set(UMutableCPTrie*, UChar32, uint32_t, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > umutablecptrie.h< / td > < td class = "proto" > void umutablecptrie_setRange(UMutableCPTrie*, UChar32, UChar32, uint32_t, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 63< / span > < / span > < / td >
< / tr >
<!--
< tr class = "row1" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberGroupingStrategy::UNUM_GROUPING_AUTO< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span >
< br >
< b class = "bigwarn" title = "A draft API has the wrong version." > (should be ICU 63)< / b > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberGroupingStrategy::UNUM_GROUPING_COUNT< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberGroupingStrategy::UNUM_GROUPING_MIN2< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span >
< br >
< b class = "bigwarn" title = "A draft API has the wrong version." > (should be ICU 63)< / b > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberGroupingStrategy::UNUM_GROUPING_OFF< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span >
< br >
< b class = "bigwarn" title = "A draft API has the wrong version." > (should be ICU 63)< / b > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberGroupingStrategy::UNUM_GROUPING_ON_ALIGNED< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span >
< br >
< b class = "bigwarn" title = "A draft API has the wrong version." > (should be ICU 63)< / b > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberGroupingStrategy::UNUM_GROUPING_THOUSANDS< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span >
< br >
< b class = "bigwarn" title = "A draft API has the wrong version." > (should be ICU 63)< / b > < / span > < / td >
< / tr >
-->
<!--
< tr class = "row1" >
< td class = "file" > uobject.h< / td > < td class = "proto" > < tt > #define< / tt > U_NO_THROW< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 4.2< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > utypes.h< / td > < td class = "proto" > < tt > #define< / tt > U_COMBINED_IMPLEMENTATION< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.0< / span > < / span > < / td >
< / tr >
-->
2008-06-26 00:14:26 +00:00
< / table >
< 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 >
2018-09-28 16:36:25 +00:00
< a name = "other" > < / a >
< h2 > Other existing drafts in ICU 63< / h2 >
2012-10-18 00:04:14 +00:00
< div class = "other" >
2018-05-31 23:11:53 +00:00
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
2018-09-28 16:36:25 +00:00
< th > File< / th > < th > API< / th > < th > ICU 62< / th > < th > ICU 63< / th >
2018-05-31 23:11:53 +00:00
< / tr >
< / THEAD >
2018-09-28 16:36:25 +00:00
< tr class = "row1" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > const number::LocalizedNumberFormatter& icu::DecimalFormat::toNumberFormatter() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
2018-05-31 23:11:53 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row0" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > int32_t icu::DecimalFormat::getMultiplierScale() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
2018-05-31 23:11:53 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row1" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void icu::DecimalFormat::setMultiplierScale(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
2018-05-31 23:11:53 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row0" >
< td class = "file" > dtptngen.h< / td > < td class = "proto" > UnicodeString icu::DateTimePatternGenerator::getFieldDisplayName(UDateTimePatternField, UDateTimePGDisplayWidth) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 61< / td >
2018-05-31 23:11:53 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row1" >
< 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 >
2018-05-31 23:11:53 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row0" >
< 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 >
2018-05-31 23:11:53 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row1" >
< td class = "file" > measfmt.h< / td > < td class = "proto" > void icu::MeasureFormat::parseObject(const UnicodeString& , Formattable& , ParsePosition& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 53< / td >
2018-05-31 23:11:53 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row0" >
< td class = "file" > nounit.h< / td > < td class = "proto" > UClassID icu::NoUnit::getDynamicClassID() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > nounit.h< / td > < td class = "proto" > UObject* icu::NoUnit::clone() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< td class = "file" > nounit.h< / td > < td class = "proto" > icu::NoUnit::~NoUnit()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< 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 = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Appendable& icu::number::FormattedNumber::appendTo(Appendable& , UErrorCode& ) < b > < i > const< / i > < / b > < / td > < td class = "" > (const added)< br >
< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptPerUnit(icu::MeasureUnit*)& & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptSymbols(NumberingSystem*)& & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptUnit(icu::MeasureUnit*)& & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::decimal(UNumberDecimalSeparatorDisplay)& & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::grouping(U< b > < i > Number< / i > < / b > GroupingStrategy) const& < / td > < td class = "" > (renamed)< br >
< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::grouping(U< b > < i > Number< / i > < / b > GroupingStrategy)& & < / td > < td class = "" > (renamed)< br >
< / td > < td > Draft< br >
< span class = "" > < span > ICU 62< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::integerWidth(const IntegerWidth& )& & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::notation(const Notation& )& & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< 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 > ICU 61< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::perUnit(const icu::MeasureUnit& )& & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::precision(const Precision& ) const& < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::precision(const Precision& )& & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::roundingMode(UNumberFormatRoundingMode) const& < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::roundingMode(UNumberFormatRoundingMode)& & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::scale(const Scale& ) const& < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::scale(const Scale& )& & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::sign(UNumberSignDisplay)& & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::symbols(const DecimalFormatSymbols& )& & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< 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 > ICU 60< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::unit(const icu::MeasureUnit& )& & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< 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 > ICU 60< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::unitWidth(UNumberUnitWidth)& & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Format* icu::number::LocalizedNumberFormatter::toFormat(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > FormattedNumber icu::number::LocalizedNumberFormatter::formatDecimal(StringPiece, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > FormattedNumber icu::number::LocalizedNumberFormatter::formatDouble(double, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > FormattedNumber icu::number::LocalizedNumberFormatter::formatInt(int64_t, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > FormattedNumber& icu::number::FormattedNumber::operator=(FormattedNumber& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > LocalizedNumberFormatter icu::number::UnlocalizedNumberFormatter::locale(const icu::Locale& )& & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > LocalizedNumberFormatter& icu::number::LocalizedNumberFormatter::operator=(LocalizedNumberFormatter& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > LocalizedNumberFormatter& icu::number::LocalizedNumberFormatter::operator=(const LocalizedNumberFormatter& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Precision icu::number::FractionPrecision::withMaxDigits(int32_t) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Precision icu::number::FractionPrecision::withMinDigits(int32_t) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Precision icu::number::IncrementPrecision::withMinFraction(int32_t) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Scale& icu::number::Scale::operator=(Scale& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Scale& icu::number::Scale::operator=(const Scale& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > ScientificNotation icu::number::ScientificNotation::withExponentSignDisplay(UNumberSignDisplay) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > ScientificNotation icu::number::ScientificNotation::withMinExponentDigits(int32_t) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UBool icu::number::FormattedNumber::nextFieldPosition(FieldPosition& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UBool icu::number::NumberFormatterSettings< Derived > ::copyErrorTo(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UnicodeString icu::number::FormattedNumber::toString(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UnicodeString icu::number::NumberFormatterSettings< Derived > ::toSkeleton(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UnlocalizedNumberFormatter& icu::number::UnlocalizedNumberFormatter::operator=(UnlocalizedNumberFormatter& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UnlocalizedNumberFormatter& icu::number::UnlocalizedNumberFormatter::operator=(const UnlocalizedNumberFormatter& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::FormattedNumber::FormattedNumber(FormattedNumber& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< 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 >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::LocalizedNumberFormatter::LocalizedNumberFormatter()=default< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::LocalizedNumberFormatter::LocalizedNumberFormatter(LocalizedNumberFormatter& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< 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 >
< tr class = "row0" >
< 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 >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::Scale::Scale(Scale& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::Scale::Scale(const Scale& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::Scale::~Scale()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::UnlocalizedNumberFormatter::UnlocalizedNumberFormatter()=default< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(UnlocalizedNumberFormatter& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Scale icu::number::Scale::byDecimal(StringPiece)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Scale icu::number::Scale::byDouble(double)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Scale icu::number::Scale::byDoubleAndPowerOfTen(double, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Scale icu::number::Scale::none()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Scale icu::number::Scale::powerOfTen(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SignificantDigitsPrecision icu::number::Precision::fixedSignificantDigits(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SignificantDigitsPrecision icu::number::Precision::maxSignificantDigits(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SignificantDigitsPrecision icu::number::Precision::minMaxSignificantDigits(int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SignificantDigitsPrecision icu::number::Precision::minSignificantDigits(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > UnlocalizedNumberFormatter icu::number::NumberFormatter::forSkeleton(const UnicodeString& , UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > void icu::number::FormattedNumber::getAllFieldPositions(FieldPositionIterator& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > UBool unumf_resultNextFieldPosition(const UFormattedNumber*, UFieldPosition*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > UFormattedNumber* unumf_openResult(UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > UNumberFormatter* unumf_openForSkeletonAndLocale(const UChar*, int32_t, const char*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > U< b > < i > Number< / i > < / b > GroupingStrategy::UNUM_GROUPING_AUTO< / td > < td class = "" > (renamed)< br >
< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > U< b > < i > Number< / i > < / b > GroupingStrategy::UNUM_GROUPING_MIN2< / td > < td class = "" > (renamed)< br >
< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > U< b > < i > Number< / i > < / b > GroupingStrategy::UNUM_GROUPING_OFF< / td > < td class = "" > (renamed)< br >
< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > U< b > < i > Number< / i > < / b > GroupingStrategy::UNUM_GROUPING_ON_ALIGNED< / td > < td class = "" > (renamed)< br >
< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > U< b > < i > Number< / i > < / b > GroupingStrategy::UNUM_GROUPING_THOUSANDS< / td > < td class = "" > (renamed)< br >
< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< 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 >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > int32_t unumf_resultToString(const UFormattedNumber*, UChar*, int32_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > void unumf_close(UNumberFormatter*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > void unumf_closeResult(UFormattedNumber*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > void unumf_formatDecimal(const UNumberFormatter*, const char*, int32_t, UFormattedNumber*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > void unumf_formatDouble(const UNumberFormatter*, double, UFormattedNumber*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > void unumf_formatInt(const UNumberFormatter*, int64_t, UFormattedNumber*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > void unumf_resultGetAllFieldPositions(const UFormattedNumber*, UFieldPositionIterator*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< 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 >
< / tr >
< tr class = "row0" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > < tt > enum< / tt > USpoofChecks::USPOOF_HIDDEN_OVERLAY< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 62< / td >
< / tr >
< tr class = "row1" >
< 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 >
2018-05-31 23:11:53 +00:00
< / tr >
< / table >
2012-10-18 00:04:14 +00:00
< / div >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
2018-09-28 16:36:25 +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" >
< ul > < / ul >
< / div >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
2008-06-26 00:14:26 +00:00
< p >
2018-09-28 16:36:25 +00:00
< i > < font size = "-1" > Contents generated by StableAPI tool on Wed Sep 26 13:17:43 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 >