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-03-01 07:29:50 +00:00
< title > ICU4C API Comparison: ICU 60 (update #1: 60.2) with ICU 61< / 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-03-01 07:29:50 +00:00
< h1 > ICU4C API Comparison: ICU 60 (update #1: 60.2) with ICU 61< / h1 >
2012-06-21 21:34:10 +00:00
< div id = "toc" >
< ul >
< li >
2018-03-01 07:29:50 +00:00
< a href = "#removed" > Removed from ICU 60< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2018-03-01 07:29:50 +00:00
< a href = "#deprecated" > Deprecated or Obsoleted in ICU 61< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2018-03-01 07:29:50 +00:00
< a href = "#changed" > Changed in ICU 61< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2018-03-01 07:29:50 +00:00
< a href = "#promoted" > Promoted to stable in ICU 61< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2018-03-01 07:29:50 +00:00
< a href = "#added" > Added in ICU 61< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2018-03-01 07:29:50 +00:00
< a href = "#other" > Other existing drafts in ICU 61< / 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 >
< hr >
< / div >
< a name = "removed" > < / a >
2018-03-01 07:29:50 +00:00
< h2 > Removed from ICU 60< / 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-03-01 07:29:50 +00:00
< th > File< / th > < th > API< / th > < th > ICU 60< / th > < th > ICU 61< / th >
2010-01-28 21:12:45 +00:00
< / tr >
2012-06-21 21:34:10 +00:00
< / THEAD >
2016-09-22 01:01:42 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::resolveUnitPerUnit(const MeasureUnit& , const MeasureUnit& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
2016-09-22 01:01:42 +00:00
< / tr >
< tr class = "row0" >
2018-03-05 05:02:58 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptSymbols(const NumberingSystem*)< / td > < td class = "" > Draft< br > ICU 60< / td > < td > (missing)< br > actually, just< br > removed “const”< br > from one param< 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-03-05 05:02:58 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptUnit(const icu::MeasureUnit*)< / td > < td class = "" > Draft< br > ICU 60< / td > < td > (missing)< br > actually, just< br > removed “const”< br > from one param< 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-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::grouping(const Grouper& )< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Grouper icu::number::Grouper::defaults()< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Grouper icu::number::Grouper::minTwoDigits()< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Grouper icu::number::Grouper::none()< / td > < td class = "" > Internal< / td > < td > (missing)< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-05 05:02:58 +00:00
< td class = "file" > utrans.h< / td > < td class = "proto" > void utrans_trans(const UTransliterator*, UReplaceable*, UReplaceableCallbacks*, int32_t, int32_t*, UErrorCode*)< / td > < td class = "stabchange" > Stable< br > ICU 2.0< / td > < td > (missing)< br > actually, just< br > added “const”< br > to one param< 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-03-05 05:02:58 +00:00
< td class = "file" > utrans.h< / td > < td class = "proto" > void utrans_transIncremental(const UTransliterator*, UReplaceable*, UReplaceableCallbacks*, UTransPosition*, UErrorCode*)< / td > < td class = "stabchange" > Stable< br > ICU 2.0< / td > < td > (missing)< br > actually, just< br > added “const”< br > to one param< br >
2018-03-01 07:29:50 +00:00
< span class = "" > < span > < / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-03-30 20:51:56 +00:00
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "deprecated" > < / a >
2018-03-01 07:29:50 +00:00
< h2 > Deprecated or Obsoleted in ICU 61< / h2 >
2017-03-30 20:51:56 +00:00
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
2018-03-01 07:29:50 +00:00
< th > File< / th > < th > API< / th > < th > ICU 60< / th > < th > ICU 61< / th >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< / THEAD >
2018-03-05 05:02:58 +00:00
< tr >
< td > < / td > < td > < / td > < td > < / td > < td > < / td >
< / tr >
2017-10-05 06:06:44 +00:00
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "changed" > < / a >
2018-03-01 07:29:50 +00:00
< h2 > Changed in ICU 61 (old, new)< / h2 >
2017-10-05 06:06:44 +00:00
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
2018-03-01 07:29:50 +00:00
< th > File< / th > < th > API< / th > < th > ICU 60< / th > < th > ICU 61< / th >
2017-10-05 06:06:44 +00:00
< / tr >
< / THEAD >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::fold(uint32_t, const char16_t*, int32_t, char16_t*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::toLower(const char*, uint32_t, const char16_t*, int32_t, char16_t*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::toTitle(const char*, uint32_t, BreakIterator*, const char16_t*, int32_t, char16_t*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::toUpper(const char*, uint32_t, const char16_t*, int32_t, char16_t*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::utf8Fold(uint32_t, const char*, int32_t, char*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::utf8ToLower(const char*, uint32_t, const char*, int32_t, char*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::utf8ToTitle(const char*, uint32_t, BreakIterator*, const char*, int32_t, char*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::utf8ToUpper(const char*, uint32_t, const char*, int32_t, char*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > char16_t* icu::Char16Ptr::get()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > const char16_t* icu::ConstChar16Ptr::get()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::Char16Ptr(char16_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::Char16Ptr(std::nullptr_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::Char16Ptr(uint16_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::Char16Ptr(wchar_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::operator char16_t* ()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::~Char16Ptr()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::ConstChar16Ptr(const char16_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::ConstChar16Ptr(const uint16_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::ConstChar16Ptr(const wchar_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::operator const char16_t* ()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::~ConstChar16Ptr()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > dcfmtsym.h< / td > < td class = "proto" > const UnicodeString& icu::DecimalFormatSymbols::getConstSymbol(ENumberFormatSymbol)< / td > < td class = "" > Internal< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Iterator icu::Edits::getCoarseChangesIterator()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Iterator icu::Edits::getCoarseIterator()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Iterator icu::Edits::getFineChangesIterator()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Iterator icu::Edits::getFineIterator()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > UBool icu::Edits::copyErrorTo(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > UBool icu::Edits::hasChanges()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > icu::Edits::Edits()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > icu::Edits::~Edits()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > int32_t icu::Edits::lengthDelta()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > void icu::Edits::addReplace(int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > void icu::Edits::addUnchanged(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > void icu::Edits::reset()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createPoint(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > ubrk.h< / td > < td class = "proto" > UBreakIterator* ubrk_openBinaryRules(const uint8_t*, int32_t, const UChar*, int32_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > ubrk.h< / td > < td class = "proto" > int32_t ubrk_getBinaryRules(UBreakIterator*, uint8_t*, int32_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > UNISTR_FROM_STRING_EXPLICIT icu::UnicodeString::UnicodeString(const uint16_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > UNISTR_FROM_STRING_EXPLICIT icu::UnicodeString::UnicodeString(const wchar_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(const std::nullptr_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(const std::nullptr_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(const uint16_t*, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(const wchar_t*, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(std::nullptr_t, int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(uint16_t*, int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(wchar_t*, int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unum.h< / td > < td class = "proto" > int32_t unum_formatDoubleForFields(const UNumberFormat*, double, UChar*, int32_t, UFieldPositionIterator*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > upluralrules.h< / td > < td class = "proto" > UEnumeration* uplrules_getKeywords(const UPluralRules*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
2018-03-01 07:29:50 +00:00
< a name = "promoted" > < / a >
< h2 > Promoted to stable in ICU 61< / h2 >
2017-10-05 06:06:44 +00:00
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
2018-03-01 07:29:50 +00:00
< th > File< / th > < th > API< / th > < th > ICU 60< / th > < th > ICU 61< / th >
2017-10-05 06:06:44 +00:00
< / tr >
< / THEAD >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::fold(uint32_t, const char16_t*, int32_t, char16_t*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::toLower(const char*, uint32_t, const char16_t*, int32_t, char16_t*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::toTitle(const char*, uint32_t, BreakIterator*, const char16_t*, int32_t, char16_t*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::toUpper(const char*, uint32_t, const char16_t*, int32_t, char16_t*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::utf8Fold(uint32_t, const char*, int32_t, char*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::utf8ToLower(const char*, uint32_t, const char*, int32_t, char*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::utf8ToTitle(const char*, uint32_t, BreakIterator*, const char*, int32_t, char*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::utf8ToUpper(const char*, uint32_t, const char*, int32_t, char*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > char16_t* icu::Char16Ptr::get()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > const char16_t* icu::ConstChar16Ptr::get()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::Char16Ptr(char16_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::Char16Ptr(std::nullptr_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::Char16Ptr(uint16_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::Char16Ptr(wchar_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::operator char16_t* ()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::~Char16Ptr()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::ConstChar16Ptr(const char16_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::ConstChar16Ptr(const uint16_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::ConstChar16Ptr(const wchar_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::operator const char16_t* ()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::~ConstChar16Ptr()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Iterator icu::Edits::getCoarseChangesIterator()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Iterator icu::Edits::getCoarseIterator()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Iterator icu::Edits::getFineChangesIterator()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Iterator icu::Edits::getFineIterator()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > UBool icu::Edits::copyErrorTo(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > UBool icu::Edits::hasChanges()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > icu::Edits::Edits()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > icu::Edits::~Edits()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > int32_t icu::Edits::lengthDelta()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > void icu::Edits::addReplace(int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > void icu::Edits::addUnchanged(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > void icu::Edits::reset()< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createPoint(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > ubrk.h< / td > < td class = "proto" > UBreakIterator* ubrk_openBinaryRules(const uint8_t*, int32_t, const UChar*, int32_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > ubrk.h< / td > < td class = "proto" > int32_t ubrk_getBinaryRules(UBreakIterator*, uint8_t*, int32_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > UNISTR_FROM_STRING_EXPLICIT icu::UnicodeString::UnicodeString(const uint16_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > UNISTR_FROM_STRING_EXPLICIT icu::UnicodeString::UnicodeString(const wchar_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(const std::nullptr_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(const std::nullptr_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(const uint16_t*, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(const wchar_t*, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(std::nullptr_t, int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(uint16_t*, int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(wchar_t*, int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > unum.h< / td > < td class = "proto" > int32_t unum_formatDoubleForFields(const UNumberFormat*, double, UChar*, int32_t, UFieldPositionIterator*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > upluralrules.h< / td > < td class = "proto" > UEnumeration* uplrules_getKeywords(const UPluralRules*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 59< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-05 05:02:58 +00:00
< td class = "file" > utrans.h< / td > < td class = "proto" > void utrans_trans(const UTransliterator*, UReplaceable*, const UReplaceableCallbacks*, int32_t, int32_t*, UErrorCode*)< / td > < td class = "" > (missing)< br > old version (stable)< br > lacked “const”< br > on one param< / td > < td > Stable< br >
2018-03-01 07:29:50 +00:00
< span class = "" > < span > ICU 2.0< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-05 05:02:58 +00:00
< td class = "file" > utrans.h< / td > < td class = "proto" > void utrans_transIncremental(const UTransliterator*, UReplaceable*, const UReplaceableCallbacks*, UTransPosition*, UErrorCode*)< / td > < td class = "" > (missing)< br > old version (stable)< br > lacked “const”< br > on one param< / td > < td > Stable< br >
2018-03-01 07:29:50 +00:00
< span class = "" > < span > ICU 2.0< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-03-01 07:29:50 +00:00
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "added" > < / a >
< h2 > Added in ICU 61< / h2 >
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
< th > File< / th > < th > API< / th > < th > ICU 60< / th > < th > ICU 61< / th >
2017-10-05 06:06:44 +00:00
< / tr >
2018-03-01 07:29:50 +00:00
< / THEAD >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > dcfmtsym.h< / td > < td class = "proto" > UChar32 icu::DecimalFormatSymbols::getCodePointZero()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > dcfmtsym.h< / td > < td class = "proto" > const UnicodeString& icu::DecimalFormatSymbols::getConstDigitSymbol(int32_t)< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > dtptngen.h< / td > < td class = "proto" > UnicodeString icu::DateTimePatternGenerator::getFieldDisplayName(UDateTimePatternField, UDateTimePGDisplayWidth)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::resolveUnitPerUnit(const MeasureUnit& , const MeasureUnit& , bool*)< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptPerUnit(icu::MeasureUnit*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-05 05:02:58 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptSymbols(NumberingSystem*)< / td > < td class = "" > (missing)< br > old version< br > had “const”< br > on param< / td > < td > Draft< br >
2018-03-01 07:29:50 +00:00
< span class = "" > < span > ICU 60< / span >
< br >
2018-03-05 05:02:58 +00:00
< b class = "bigwarn" title = "A draft API has the wrong version." > (should be ICU 61)< / b > < br > decided to keep draft ICU 60< / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row0" >
2018-03-05 05:02:58 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptUnit(icu::MeasureUnit*)< / td > < td class = "" > (missing)< br > old version< br > had “const”< br > on param< / td > < td > Draft< br >
2018-03-01 07:29:50 +00:00
< span class = "" > < span > ICU 60< / span >
< br >
2018-03-05 05:02:58 +00:00
< b class = "bigwarn" title = "A draft API has the wrong version." > (should be ICU 61)< / b > < br > decided to keep draft ICU 60< / span > < / td >
2016-09-22 01:01:42 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::grouping(const UGroupingStrategy& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::perUnit(const icu::MeasureUnit& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_AUTO< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_MIN2< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_OFF< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2016-09-22 01:01:42 +00:00
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_ON_ALIGNED< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2016-06-28 05:26:59 +00:00
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UGroupingStrategy::UNUM_GROUPING_THOUSANDS< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_ACCOUNTING_EXCEPT_ZERO< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2016-06-28 05:26:59 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_EXCEPT_ZERO< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::impl::Grouper::Grouper(int16_t, int16_t, int16_t)< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Grouper icu::number::impl::Grouper::forStrategy(UGroupingStrategy)< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > rbbi.h< / td > < td class = "proto" > void icu::RuleBasedBreakIterator::dumpTables()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > ucurr.h< / td > < td class = "proto" > < tt > enum< / tt > UCurrNameStyle::UCURR_NARROW_SYMBOL_NAME< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > udatpg.h< / td > < td class = "proto" > < tt > enum< / tt > UDateTimePGDisplayWidth::UDATPG_ABBREVIATED< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > udatpg.h< / td > < td class = "proto" > < tt > enum< / tt > UDateTimePGDisplayWidth::UDATPG_NARROW< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > udatpg.h< / td > < td class = "proto" > < tt > enum< / tt > UDateTimePGDisplayWidth::UDATPG_WIDE< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > udatpg.h< / td > < td class = "proto" > int32_t udatpg_getFieldDisplayName(const UDateTimePatternGenerator*, UDateTimePatternField, UDateTimePGDisplayWidth, UChar*, int32_t, UErrorCode*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > utf8.h< / td > < td class = "proto" > < tt > #define< / tt > U8_INTERNAL_NEXT_OR_SUB< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > < / span > < / span > < / td >
2015-09-23 21:10:35 +00:00
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > utf8.h< / td > < td class = "proto" > < tt > #define< / tt > U8_TRUNCATE_IF_INCOMPLETE< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2016-06-28 05:26:59 +00:00
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > utrans.h< / td > < td class = "proto" > void utrans_trans(const UTransliterator*, UReplaceable*, const UReplaceableCallbacks*, int32_t, int32_t*, UErrorCode*)< / td > < td class = "" > (missing) old version< br > (stable) lacked “const”< br > on one parameter< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.0< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2016-06-28 05:26:59 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > utrans.h< / td > < td class = "proto" > void utrans_transIncremental(const UTransliterator*, UReplaceable*, const UReplaceableCallbacks*, UTransPosition*, UErrorCode*)< / td > < td class = "" > (missing) old version< br > (stable) lacked “const”< br > on one parameter< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.0< / span > < / span > < / td >
2016-03-09 05:28:23 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > utypes.h< / td > < td class = "proto" > < tt > enum< / tt > UErrorCode::U_NUMBER_ARG_OUTOFBOUNDS_ERROR< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 61< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-03-01 07:29:50 +00:00
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "other" > < / a >
< h2 > Other existing drafts in ICU 61< / h2 >
< div class = "other" >
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
< th > File< / th > < th > API< / th > < th > ICU 60< / th > < th > ICU 61< / th >
2017-06-26 04:58:00 +00:00
< / tr >
2018-03-01 07:29:50 +00:00
< / THEAD >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > bytestream.h< / td > < td class = "proto" > icu::StringByteSink< StringClass > ::StringByteSink(StringClass*, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > void icu::CaseMap::utf8Fold(uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > void icu::CaseMap::utf8ToLower(const char*, uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > void icu::CaseMap::utf8ToTitle(const char*, uint32_t, BreakIterator*, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > void icu::CaseMap::utf8ToUpper(const char*, uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > currunit.h< / td > < td class = "proto" > icu::CurrencyUnit::CurrencyUnit()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > currunit.h< / td > < td class = "proto" > icu::CurrencyUnit::CurrencyUnit(const MeasureUnit& , UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > dcfmtsym.h< / td > < td class = "proto" > icu::DecimalFormatSymbols::DecimalFormatSymbols(const Locale& , const NumberingSystem& , UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Edits& icu::Edits::mergeAndAppend(const Edits& , const Edits& , UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Edits& icu::Edits::operator=(Edits& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Edits& icu::Edits::operator=(const Edits& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > icu::Edits::Edits(Edits& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > icu::Edits::Edits(const Edits& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > int32_t icu::Edits::numberOfChanges()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > filteredbrk.h< / td > < td class = "proto" > BreakIterator* icu::FilteredBreakIteratorBuilder::wrapIteratorWithFilter(BreakIterator*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > filteredbrk.h< / td > < td class = "proto" > < tt > static< / tt > FilteredBreakIteratorBuilder* icu::FilteredBreakIteratorBuilder::createEmptyInstance(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > localpointer.h< / td > < td class = "proto" > LocalArray< T> & icu::LocalArray< T > ::moveFrom(LocalArray< T > & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 56< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > localpointer.h< / td > < td class = "proto" > LocalPointer< T> & icu::LocalPointer< T > ::moveFrom(LocalPointer< T > & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 56< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > measfmt.h< / td > < td class = "proto" > void icu::MeasureFormat::parseObject(const UnicodeString& , Formattable& , ParsePosition& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 53< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > normalizer2.h< / td > < td class = "proto" > UBool icu::FilteredNormalizer2::isNormalizedUTF8(StringPiece, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > normalizer2.h< / td > < td class = "proto" > UBool icu::Normalizer2::isNormalizedUTF8(StringPiece, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > normalizer2.h< / td > < td class = "proto" > void icu::FilteredNormalizer2::normalizeUTF8(uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > normalizer2.h< / td > < td class = "proto" > void icu::Normalizer2::normalizeUTF8(uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > UClassID icu::NoUnit::getDynamicClassID()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > UObject* icu::NoUnit::clone()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > icu::NoUnit::NoUnit(const NoUnit& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > icu::NoUnit::~NoUnit()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > < tt > static< / tt > NoUnit icu::NoUnit::base()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > < tt > static< / tt > NoUnit icu::NoUnit::percent()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > < tt > static< / tt > NoUnit icu::NoUnit::permille()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > < tt > static< / tt > UClassID icu::NoUnit::getStaticClassID()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Appendable& icu::number::FormattedNumber::appendTo(Appendable& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptSymbols(NumberingSystem*)< / td > < td class = "" > (missing)< br >
< / td > < td > Draft< br >
2017-06-26 04:58:00 +00:00
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptUnit(icu::MeasureUnit*)< / td > < td class = "" > (missing)< br >
< / td > < td > Draft< br >
2017-06-26 04:58:00 +00:00
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::decimal(const UNumberDecimalSeparatorDisplay& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< 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 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::notation(const Notation& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::rounding(const Rounder& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::sign(const UNumberSignDisplay& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::symbols(const DecimalFormatSymbols& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > 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 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::unitWidth(const UNumberUnitWidth& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > FormattedNumber icu::number::LocalizedNumberFormatter::formatDecimal(StringPiece, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > FormattedNumber icu::number::LocalizedNumberFormatter::formatDouble(double, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > FormattedNumber icu::number::LocalizedNumberFormatter::formatInt(int64_t, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > IntegerWidth icu::number::IntegerWidth::truncateAt(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< 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 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Rounder icu::number::CurrencyRounder::withCurrency(const CurrencyUnit& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Rounder icu::number::FractionRounder::withMaxDigits(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Rounder icu::number::FractionRounder::withMinDigits(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Rounder icu::number::IncrementRounder::withMinFraction(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2016-09-22 01:01:42 +00:00
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Rounder icu::number::Rounder::withMode(UNumberFormatRoundingMode)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > ScientificNotation icu::number::ScientificNotation::withExponentSignDisplay(UNumberSignDisplay)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > ScientificNotation icu::number::ScientificNotation::withMinExponentDigits(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UBool icu::number::NumberFormatterSettings< Derived > ::copyErrorTo(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UnicodeString icu::number::FormattedNumber::toString()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberDecimalSeparatorDisplay::UNUM_DECIMAL_SEPARATOR_ALWAYS< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberDecimalSeparatorDisplay::UNUM_DECIMAL_SEPARATOR_AUTO< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_ACCOUNTING_ALWAYS< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_ACCOUNTING< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_ALWAYS< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_AUTO< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2017-02-02 03:38:01 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_NEVER< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberUnitWidth::UNUM_UNIT_WIDTH_FULL_NAME< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberUnitWidth::UNUM_UNIT_WIDTH_HIDDEN< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.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 >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.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 >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.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 >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::FormattedNumber::~FormattedNumber()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::LocalizedNumberFormatter::LocalizedNumberFormatter(const LocalizedNumberFormatter& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::LocalizedNumberFormatter::~LocalizedNumberFormatter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::NumberFormatter::NumberFormatter()=delete< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-06-28 05:26:59 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const UnlocalizedNumberFormatter& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2016-06-28 05:26:59 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > CompactNotation icu::number::Notation::compactLong()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > CompactNotation icu::number::Notation::compactShort()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > CurrencyRounder icu::number::Rounder::currency(UCurrencyUsage)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > DigitRounder icu::number::Rounder::fixedDigits(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > DigitRounder icu::number::Rounder::maxDigits(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > DigitRounder icu::number::Rounder::minDigits(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > DigitRounder icu::number::Rounder::minMaxDigits(int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > FractionRounder icu::number::Rounder::fixedFraction(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > FractionRounder icu::number::Rounder::integer()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > FractionRounder icu::number::Rounder::maxFraction(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > FractionRounder icu::number::Rounder::minFraction(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > FractionRounder icu::number::Rounder::minMaxFraction(int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-02-02 03:38:01 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > IncrementRounder icu::number::Rounder::increment(double)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-02-02 03:38:01 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > IntegerWidth icu::number::IntegerWidth::zeroFillTo(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-02-02 03:38:01 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > LocalizedNumberFormatter icu::number::NumberFormatter::withLocale(const Locale& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-02-02 03:38:01 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Rounder icu::number::Rounder::unlimited()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-02-02 03:38:01 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > ScientificNotation icu::number::Notation::engineering()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-02-02 03:38:01 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > ScientificNotation icu::number::Notation::scientific()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SimpleNotation icu::number::Notation::simple()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-02-02 03:38:01 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > UnlocalizedNumberFormatter icu::number::NumberFormatter::with()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > void icu::number::FormattedNumber::populateFieldPosition(FieldPosition& , UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > void icu::number::FormattedNumber::populateFieldPositionIterator(FieldPositionIterator& , UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numfmt.h< / td > < td class = "proto" > ERoundingMode icu::NumberFormat::getRoundingMode()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > numfmt.h< / td > < td class = "proto" > void icu::NumberFormat::setRoundingMode(ERoundingMode)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > rbnf.h< / td > < td class = "proto" > ERoundingMode icu::RuleBasedNumberFormat::getRoundingMode()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > rbnf.h< / td > < td class = "proto" > void icu::RuleBasedNumberFormat::setRoundingMode(ERoundingMode)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-04-05 23:44:24 +00:00
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_EDITS_NO_RESET< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_OMIT_UNCHANGED_TEXT< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2017-03-30 20:51:56 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_TITLECASE_ADJUST_TO_CASED< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_TITLECASE_SENTENCES< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_TITLECASE_WHOLE_STRING< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2016-09-22 01:01:42 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > UnicodeString& icu::UnicodeString::moveFrom(UnicodeString& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 56< / td >
2014-07-01 16:42:02 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > uregex.h< / td > < td class = "proto" > < tt > enum< / tt > URegexpFlag::UREGEX_CANON_EQ< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 2.4< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > utf16.h< / td > < td class = "proto" > < tt > #define< / tt > U16_GET_OR_FFFD< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row0" >
2018-03-01 07:29:50 +00:00
< td class = "file" > utf16.h< / td > < td class = "proto" > < tt > #define< / tt > U16_NEXT_OR_FFFD< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row1" >
2018-03-01 07:29:50 +00:00
< td class = "file" > utf16.h< / td > < td class = "proto" > < tt > #define< / tt > U16_PREV_OR_FFFD< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2008-06-26 00:14:26 +00:00
< / table >
2009-03-19 04:14:10 +00:00
< / div >
2008-06-26 00:14:26 +00:00
< P > < / P >
2009-03-19 04:14:10 +00:00
< a href = "#_top" > (jump back to top)< / a >
2008-06-26 00:14:26 +00:00
< hr >
2012-10-18 00:04:14 +00:00
< a name = "purevirtual" > < / a >
< h2 > Signature Simplifications< / h2 >
< i > This section shows cases where the signature was "simplified" for the sake of comparison. The simplified form is in bold, followed by
all possible variations in "original" form.< / i >
< div class = "other" >
< / div >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
2008-06-26 00:14:26 +00:00
< p >
2018-03-01 07:29:50 +00:00
< i > < font size = "-1" > Contents generated by StableAPI tool on Thu Mar 01 06:18:25 UTC 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 >