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 > <!--
2019-09-03 23:09:26 +00:00
Copyright © 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" >
2020-02-19 18:52:47 +00:00
< title > ICU4C API Comparison: ICU 65 with ICU 66< / 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 >
2020-02-19 18:52:47 +00:00
< h1 > ICU4C API Comparison: ICU 65 with ICU 66< / h1 >
2012-06-21 21:34:10 +00:00
< div id = "toc" >
< ul >
< li >
2019-12-03 23:03:52 +00:00
< a href = "#removed" > Removed from ICU 65< / a >
2018-05-31 19:09:19 +00:00
< / li >
< li >
2019-12-03 23:03:52 +00:00
< a href = "#deprecated" > Deprecated or Obsoleted in ICU 66< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2019-12-03 23:03:52 +00:00
< a href = "#changed" > Changed in ICU 66< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2019-12-03 23:03:52 +00:00
< a href = "#promoted" > Promoted to stable in ICU 66< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2019-12-03 23:03:52 +00:00
< a href = "#added" > Added in ICU 66< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2019-12-03 23:03:52 +00:00
< a href = "#other" > Other existing drafts in ICU 66< / a >
2012-06-21 21:34:10 +00:00
< / li >
2012-10-18 00:04:14 +00:00
< li >
2019-09-03 23:09:26 +00:00
< a href = "#simplifications" > Signature Simplifications< / a >
2012-10-18 00:04:14 +00:00
< / 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 >
2019-12-03 23:03:52 +00:00
< h2 > Removed from ICU 65< / h2 >
2012-09-05 20:59:13 +00:00
< table BORDER = "1" class = "genTable" >
2012-06-21 21:34:10 +00:00
< THEAD >
< tr >
2019-12-03 23:03:52 +00:00
< th > File< / th > < th > API< / th > < th > ICU 65< / th > < th > ICU 66< / th >
2010-01-28 21:12:45 +00:00
< / tr >
2012-06-21 21:34:10 +00:00
< / THEAD >
2019-02-25 22:47:32 +00:00
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "deprecated" > < / a >
2019-12-03 23:03:52 +00:00
< h2 > Deprecated or Obsoleted in ICU 66< / h2 >
2019-02-25 22:47:32 +00:00
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
2019-12-03 23:03:52 +00:00
< th > File< / th > < th > API< / th > < th > ICU 65< / th > < th > ICU 66< / th >
2019-02-25 22:47:32 +00:00
< / tr >
< / THEAD >
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "changed" > < / a >
2019-12-03 23:03:52 +00:00
< h2 > Changed in ICU 66 (old, new)< / h2 >
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
< th > File< / th > < th > API< / th > < th > ICU 65< / th > < th > ICU 66< / th >
< / tr >
< / THEAD >
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "promoted" > < / a >
< h2 > Promoted to stable in ICU 66< / h2 >
2019-02-25 22:47:32 +00:00
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
2019-12-03 23:03:52 +00:00
< th > File< / th > < th > API< / th > < th > ICU 65< / th > < th > ICU 66< / th >
2018-05-30 04:37:30 +00:00
< / tr >
2019-02-25 22:47:32 +00:00
< / THEAD >
2018-05-30 04:37:30 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_CHORASMIAN< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_DIVES_AKURU< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_KHITAN_SMALL_SCRIPT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_LISU_SUPPLEMENT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_SYMBOLS_FOR_LEGACY_COMPUTING< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_TANGUT_SUPPLEMENT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_YEZIDI< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_TOP_AND_BOTTOM_AND_LEFT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_CHORASMIAN< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_DIVES_AKURU< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_KHITAN_SMALL_SCRIPT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_YEZIDI< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2019-12-03 23:03:52 +00:00
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "added" > < / a >
< h2 > Added in ICU 66< / h2 >
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
< th > File< / th > < th > API< / th > < th > ICU 65< / th > < th > ICU 66< / th >
2018-05-30 04:37:30 +00:00
< / tr >
2019-12-03 23:03:52 +00:00
< / THEAD >
2018-05-30 04:37:30 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_CHORASMIAN< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_DIVES_AKURU< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_KHITAN_SMALL_SCRIPT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_LISU_SUPPLEMENT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_SYMBOLS_FOR_LEGACY_COMPUTING< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_TANGUT_SUPPLEMENT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_YEZIDI< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2019-02-25 22:47:32 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UIndicPositionalCategory::U_INPC_TOP_AND_BOTTOM_AND_LEFT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2019-02-25 22:47:32 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_CHORASMIAN< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2019-02-25 22:47:32 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_DIVES_AKURU< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2019-02-25 22:47:32 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_KHITAN_SMALL_SCRIPT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_YEZIDI< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 66< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in ICU 66." > (Born Stable)< / b > < / td >
2018-05-30 04:37:30 +00:00
< / tr >
2019-12-03 23:03:52 +00:00
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "other" > < / a >
< h2 > Other existing drafts in ICU 66< / h2 >
< div class = "other" >
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
< th > File< / th > < th > API< / th > < th > ICU 65< / th > < th > ICU 66< / th >
2018-05-30 22:11:12 +00:00
< / tr >
2019-12-03 23:03:52 +00:00
< / THEAD >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > bytestrie.h< / td > < td class = "proto" > BytesTrie& icu::BytesTrie::resetToState64(uint64_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > bytestrie.h< / td > < td class = "proto" > uint64_t icu::BytesTrie::getState64() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 22:11:12 +00:00
< / tr >
2018-05-30 04:37:30 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > currunit.h< / td > < td class = "proto" > icu::CurrencyUnit::CurrencyUnit(StringPiece, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > UBool icu::DecimalFormat::isFormatFailIfMoreThanMaxDigits() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-02-25 22:47:32 +00:00
< / tr >
2019-09-03 23:09:26 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > UBool icu::DecimalFormat::isParseCaseSensitive() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > UBool icu::DecimalFormat::isParseNoExponent() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 22:11:12 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > UBool icu::DecimalFormat::isSignAlwaysShown() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 22:11:12 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > const number::LocalizedNumberFormatter* icu::DecimalFormat::toNumberFormatter(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 22:11:12 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > int32_t icu::DecimalFormat::getMinimumGroupingDigits() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void icu::DecimalFormat::setFormatFailIfMoreThanMaxDigits(UBool)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void icu::DecimalFormat::setMinimumGroupingDigits(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void icu::DecimalFormat::setParseCaseSensitive(UBool)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void icu::DecimalFormat::setParseNoExponent(UBool)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void icu::DecimalFormat::setSignAlwaysShown(UBool)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > dtitvfmt.h< / td > < td class = "proto" > Appendable& icu::FormattedDateInterval::appendTo(Appendable& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > dtitvfmt.h< / td > < td class = "proto" > FormattedDateInterval icu::DateIntervalFormat::formatToValue(Calendar& , Calendar& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > dtitvfmt.h< / td > < td class = "proto" > FormattedDateInterval icu::DateIntervalFormat::formatToValue(const DateInterval& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > dtitvfmt.h< / td > < td class = "proto" > FormattedDateInterval& icu::FormattedDateInterval::operator=(FormattedDateInterval& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > dtitvfmt.h< / td > < td class = "proto" > UBool icu::FormattedDateInterval::nextPosition(ConstrainedFieldPosition& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > dtitvfmt.h< / td > < td class = "proto" > UnicodeString icu::FormattedDateInterval::toString(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > dtitvfmt.h< / td > < td class = "proto" > UnicodeString icu::FormattedDateInterval::toTempString(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > dtitvfmt.h< / td > < td class = "proto" > icu::FormattedDateInterval::FormattedDateInterval()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > dtitvfmt.h< / td > < td class = "proto" > icu::FormattedDateInterval::FormattedDateInterval(FormattedDateInterval& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-02-25 22:47:32 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > dtitvfmt.h< / td > < td class = "proto" > icu::FormattedDateInterval::~FormattedDateInterval()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > Appendable& icu::FormattedValue::appendTo(Appendable& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > UBool icu::ConstrainedFieldPosition::matchesField(int32_t, int32_t) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > UBool icu::FormattedValue::nextPosition(ConstrainedFieldPosition& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > UnicodeString icu::FormattedValue::toString(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > UnicodeString icu::FormattedValue::toTempString(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > icu::ConstrainedFieldPosition::ConstrainedFieldPosition()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > icu::ConstrainedFieldPosition::~ConstrainedFieldPosition()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > icu::FormattedValue::~FormattedValue()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > int32_t icu::ConstrainedFieldPosition::getCategory() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > int32_t icu::ConstrainedFieldPosition::getField() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > int32_t icu::ConstrainedFieldPosition::getLimit() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > int32_t icu::ConstrainedFieldPosition::getStart() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > int64_t icu::ConstrainedFieldPosition::getInt64IterationContext() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-02-25 22:47:32 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > void icu::ConstrainedFieldPosition::constrainCategory(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2019-09-03 23:09:26 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > void icu::ConstrainedFieldPosition::constrainField(int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > void icu::ConstrainedFieldPosition::reset()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > void icu::ConstrainedFieldPosition::setInt64IterationContext(int64_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > formattedvalue.h< / td > < td class = "proto" > void icu::ConstrainedFieldPosition::setState(int32_t, int32_t, int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > listformatter.h< / td > < td class = "proto" > Appendable& icu::FormattedList::appendTo(Appendable& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > listformatter.h< / td > < td class = "proto" > FormattedList icu::ListFormatter::formatStringsToValue(const UnicodeString items[], int32_t, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > listformatter.h< / td > < td class = "proto" > FormattedList& icu::FormattedList::operator=(FormattedList& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > listformatter.h< / td > < td class = "proto" > UBool icu::FormattedList::nextPosition(ConstrainedFieldPosition& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > listformatter.h< / td > < td class = "proto" > UnicodeString icu::FormattedList::toString(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > listformatter.h< / td > < td class = "proto" > UnicodeString icu::FormattedList::toTempString(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +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 = "" colspan = "2" align = "center" > Draft< br > ICU 63< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > listformatter.h< / td > < td class = "proto" > icu::FormattedList::FormattedList()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > listformatter.h< / td > < td class = "proto" > icu::FormattedList::FormattedList(FormattedList& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > listformatter.h< / td > < td class = "proto" > icu::FormattedList::~FormattedList()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localebuilder.h< / td > < td class = "proto" > Locale icu::LocaleBuilder::build(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localebuilder.h< / td > < td class = "proto" > LocaleBuilder& icu::LocaleBuilder::addUnicodeLocaleAttribute(StringPiece)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localebuilder.h< / td > < td class = "proto" > LocaleBuilder& icu::LocaleBuilder::clear()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localebuilder.h< / td > < td class = "proto" > LocaleBuilder& icu::LocaleBuilder::clearExtensions()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localebuilder.h< / td > < td class = "proto" > LocaleBuilder& icu::LocaleBuilder::removeUnicodeLocaleAttribute(StringPiece)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localebuilder.h< / td > < td class = "proto" > LocaleBuilder& icu::LocaleBuilder::setExtension(char, StringPiece)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localebuilder.h< / td > < td class = "proto" > LocaleBuilder& icu::LocaleBuilder::setLanguage(StringPiece)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localebuilder.h< / td > < td class = "proto" > LocaleBuilder& icu::LocaleBuilder::setLanguageTag(StringPiece)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localebuilder.h< / td > < td class = "proto" > LocaleBuilder& icu::LocaleBuilder::setLocale(const Locale& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localebuilder.h< / td > < td class = "proto" > LocaleBuilder& icu::LocaleBuilder::setRegion(StringPiece)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localebuilder.h< / td > < td class = "proto" > LocaleBuilder& icu::LocaleBuilder::setScript(StringPiece)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localebuilder.h< / td > < td class = "proto" > LocaleBuilder& icu::LocaleBuilder::setUnicodeLocaleKeyword(StringPiece, StringPiece)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localebuilder.h< / td > < td class = "proto" > LocaleBuilder& icu::LocaleBuilder::setVariant(StringPiece)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localebuilder.h< / td > < td class = "proto" > UBool icu::LocaleBuilder::copyErrorTo(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localebuilder.h< / td > < td class = "proto" > icu::LocaleBuilder::LocaleBuilder()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localebuilder.h< / td > < td class = "proto" > icu::LocaleBuilder::~LocaleBuilder()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > Builder& icu::LocaleMatcher::Builder::addSupportedLocale(const Locale& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > Builder& icu::LocaleMatcher::Builder::operator=(Builder& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > Builder& icu::LocaleMatcher::Builder::setDefaultLocale(const Locale*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > Builder& icu::LocaleMatcher::Builder::setDemotionPerDesiredLocale(ULocMatchDemotion)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > Builder& icu::LocaleMatcher::Builder::setFavorSubtag(ULocMatchFavorSubtag)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > Builder& icu::LocaleMatcher::Builder::setSupportedLocales(Iter, Iter)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > Builder& icu::LocaleMatcher::Builder::setSupportedLocales(Locale::Iterator& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > Builder& icu::LocaleMatcher::Builder::setSupportedLocalesFromListString(StringPiece)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > Builder& icu::LocaleMatcher::Builder::setSupportedLocalesViaConverter(Iter, Iter, Conv)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > Locale icu::LocaleMatcher::Result::makeResolvedLocale(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > LocaleMatcher icu::LocaleMatcher::Builder::build(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > LocaleMatcher& icu::LocaleMatcher::operator=(LocaleMatcher& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > Result icu::LocaleMatcher::getBestMatchResult(Locale::Iterator& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > Result icu::LocaleMatcher::getBestMatchResult(const Locale& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > Result& icu::LocaleMatcher::Result::operator=(Result& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > UBool icu::LocaleMatcher::Builder::copyErrorTo(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > const Locale* icu::LocaleMatcher::Result::getDesiredLocale() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > const Locale* icu::LocaleMatcher::Result::getSupportedLocale() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > const Locale* icu::LocaleMatcher::getBestMatch(Locale::Iterator& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > const Locale* icu::LocaleMatcher::getBestMatch(const Locale& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > const Locale* icu::LocaleMatcher::getBestMatchForListString(StringPiece, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > < tt > enum< / tt > ULocMatchDemotion::ULOCMATCH_DEMOTION_NONE< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > < tt > enum< / tt > ULocMatchDemotion::ULOCMATCH_DEMOTION_REGION< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > < tt > enum< / tt > ULocMatchFavorSubtag::ULOCMATCH_FAVOR_LANGUAGE< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > < tt > enum< / tt > ULocMatchFavorSubtag::ULOCMATCH_FAVOR_SCRIPT< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > icu::LocaleMatcher::Builder::Builder()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > icu::LocaleMatcher::Builder::Builder(Builder& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > icu::LocaleMatcher::Builder::~Builder()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > icu::LocaleMatcher::LocaleMatcher(LocaleMatcher& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > icu::LocaleMatcher::Result::Result(Result& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > icu::LocaleMatcher::Result::~Result()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > icu::LocaleMatcher::~LocaleMatcher()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > int32_t icu::LocaleMatcher::Result::getDesiredIndex() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localematcher.h< / td > < td class = "proto" > int32_t icu::LocaleMatcher::Result::getSupportedIndex() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localpointer.h< / td > < td class = "proto" > LocalArray< T> & icu::LocalArray< T > ::operator=(std::unique_ptr< T[]> & & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localpointer.h< / td > < td class = "proto" > LocalPointer< T> & icu::LocalPointer< T > ::operator=(std::unique_ptr< T > & & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localpointer.h< / td > < td class = "proto" > icu::LocalArray< T > ::LocalArray(std::unique_ptr< T[]> & & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localpointer.h< / td > < td class = "proto" > icu::LocalArray< T > ::operator std::unique_ptr< T[]> () & & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localpointer.h< / td > < td class = "proto" > icu::LocalPointer< T > ::LocalPointer(std::unique_ptr< T > & & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > localpointer.h< / td > < td class = "proto" > icu::LocalPointer< T > ::operator std::unique_ptr< T > () & & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > UBool icu::Locale::ConvertingIterator< Iter, Conv > ::hasNext() const override< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > UBool icu::Locale::Iterator::hasNext() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > UBool icu::Locale::RangeIterator< Iter > ::hasNext() const override< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > const Locale& icu::Locale::ConvertingIterator< Iter, Conv > ::next() override< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > const Locale& icu::Locale::Iterator::next()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > const Locale& icu::Locale::RangeIterator< Iter > ::next() override< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > icu::Locale::ConvertingIterator< Iter, Conv > ::ConvertingIterator(Iter, Iter, Conv)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > icu::Locale::Iterator::~Iterator()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > locid.h< / td > < td class = "proto" > icu::Locale::RangeIterator< Iter > ::RangeIterator(Iter, Iter)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 22:11:12 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< 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 >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getAcre()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getAcreFoot()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getAmpere()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getArcMinute()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getArcSecond()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getAstronomicalUnit()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getAtmosphere()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getBar()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getBarrel()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getBit()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getBritishThermalUnit()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getBushel()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getByte()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getCalorie()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getCarat()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getCelsius()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getCentiliter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getCentimeter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getCentury()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getCubicCentimeter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getCubicFoot()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getCubicInch()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getCubicKilometer()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getCubicMeter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getCubicMile()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getCubicYard()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getCup()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getCupMetric()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getDalton()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getDay()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getDayPerson()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getDecade()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getDeciliter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getDecimeter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2016-09-22 01:01:42 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getDegree()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getDotPerCentimeter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getDotPerInch()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getDunam()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getEarthMass()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2016-09-22 01:01:42 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getElectronvolt()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2016-06-28 05:26:59 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getEm()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getFahrenheit()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2016-06-28 05:26:59 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getFathom()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getFluidOunce()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getFluidOunceImperial()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getFoodcalorie()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getFoot()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getFurlong()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getGForce()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getGallon()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getGallonImperial()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getGenericTemperature()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getGigabit()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2016-06-28 05:26:59 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getGigabyte()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 19:09:19 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getGigahertz()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2016-03-09 05:28:23 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getGigawatt()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-06-26 04:58:00 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getGram()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getHectare()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getHectoliter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getHectopascal()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getHertz()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getHorsepower()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getHour()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getInch()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getInchHg()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getJoule()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getKarat()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getKelvin()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getKilobit()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getKilobyte()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getKilocalorie()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getKilogram()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getKilohertz()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getKilojoule()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getKilometer()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getKilometerPerHour()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getKilopascal()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getKilowatt()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getKilowattHour()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getKnot()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getLightYear()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getLiter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
2019-10-02 17:25:22 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getLiterPer100Kilometers()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-10-02 17:25:22 +00:00
< / tr >
2019-12-03 23:03:52 +00:00
< tr class = "row0" >
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getLiterPerKilometer()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getLux()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMegabit()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMegabyte()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMegahertz()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMegaliter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMegapascal()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-30 04:37:30 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMegapixel()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMegawatt()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMeter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMeterPerSecond()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMeterPerSecondSquared()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMetricTon()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMicrogram()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMicrometer()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMicrosecond()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMile()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMilePerGallon()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMilePerGallonImperial()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMilePerHour()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMileScandinavian()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMilliampere()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMillibar()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMilligram()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMilligramPerDeciliter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMilliliter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMillimeter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2016-09-22 01:01:42 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMillimeterOfMercury()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMillimolePerLiter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMillisecond()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMilliwatt()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMinute()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMole()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMonth()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getMonthPerson()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getNanometer()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getNanosecond()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getNauticalMile()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getNewton()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getNewtonMeter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-10-05 06:06:44 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getOhm()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getOunce()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2016-06-28 05:26:59 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getOunceTroy()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getParsec()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPartPerMillion()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPascal()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPercent()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPermille()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPermyriad()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPetabyte()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPicometer()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPint()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPintMetric()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPixel()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPixelPerCentimeter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPixelPerInch()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPoint()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPound()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPoundFoot()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPoundForce()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getPoundPerSquareInch()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getQuart()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getRadian()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getRevolutionAngle()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getSecond()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getSolarLuminosity()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getSolarMass()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getSolarRadius()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-04-05 23:44:24 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getSquareCentimeter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getSquareFoot()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getSquareInch()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getSquareKilometer()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getSquareMeter()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2016-09-22 01:01:42 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getSquareMile()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2014-07-01 16:42:02 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getSquareYard()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getStone()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getTablespoon()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getTeaspoon()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getTerabit()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2018-05-31 23:11:53 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getTerabyte()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getThermUs()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getTon()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getVolt()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getWatt()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getWeek()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-30 04:37:30 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getWeekPerson()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getYard()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getYear()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit icu::MeasureUnit::getYearPerson()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createBar(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createBarrel(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createBritishThermalUnit(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createDalton(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createDayPerson(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createDecade(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createDotPerCentimeter(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createDotPerInch(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createDunam(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createEarthMass(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createElectronvolt(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createEm(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createFluidOunceImperial(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createKilopascal(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createMegapascal(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createMegapixel(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createMole(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createMonthPerson(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createNewton(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createNewtonMeter(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createPascal(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createPermyriad(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createPixel(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createPixelPerCentimeter(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createPixelPerInch(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createPoundFoot(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createPoundForce(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createSolarLuminosity(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createSolarMass(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createSolarRadius(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createThermUs(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createWeekPerson(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createYearPerson(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< 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 >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +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 >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +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 >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +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 >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +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 >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +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 >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +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 >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > nounit.h< / td > < td class = "proto" > void* icu::NoUnit::clone() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 60< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > LocalPointer< Derived> icu::number::NumberFormatterSettings< Derived > ::clone() & & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-31 23:11:53 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > LocalPointer< Derived> icu::number::NumberFormatterSettings< Derived > ::clone() const & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-31 23:11:53 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > StringClass icu::number::FormattedNumber::toDecimalNumber(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-05-31 23:11:53 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< 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 >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UBool icu::number::FormattedNumber::nextPosition(ConstrainedFieldPosition& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UnicodeString icu::number::FormattedNumber::toTempString(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +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 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > UnlocalizedNumberFormatter icu::number::NumberFormatter::forSkeleton(const UnicodeString& , UParseError& , UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< 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 >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > LocalPointer< Derived> icu::number::NumberRangeFormatterSettings< Derived > ::clone() & & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > LocalPointer< Derived> icu::number::NumberRangeFormatterSettings< Derived > ::clone() const & < / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > UBool icu::number::FormattedNumberRange::nextFieldPosition(FieldPosition& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 63< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > UBool icu::number::FormattedNumberRange::nextPosition(ConstrainedFieldPosition& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > UnicodeString icu::number::FormattedNumberRange::getFirstDecimal(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 63< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > UnicodeString icu::number::FormattedNumberRange::getSecondDecimal(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 63< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > UnicodeString icu::number::FormattedNumberRange::toTempString(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > numberrangeformatter.h< / td > < td class = "proto" > void icu::number::FormattedNumberRange::getAllFieldPositions(FieldPositionIterator& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 63< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt > icu::NumberFormat::EAlignmentFields::kCompactField< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt > icu::NumberFormat::EAlignmentFields::kMeasureUnitField< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > plurrule.h< / td > < td class = "proto" > UnicodeString icu::PluralRules::select(const number::FormattedNumber& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > reldatefmt.h< / td > < td class = "proto" > Appendable& icu::FormattedRelativeDateTime::appendTo(Appendable& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > reldatefmt.h< / td > < td class = "proto" > FormattedRelativeDateTime icu::RelativeDateTimeFormatter::formatNumericToValue(double, URelativeDateTimeUnit, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > reldatefmt.h< / td > < td class = "proto" > FormattedRelativeDateTime icu::RelativeDateTimeFormatter::formatToValue(UDateDirection, UDateAbsoluteUnit, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > reldatefmt.h< / td > < td class = "proto" > FormattedRelativeDateTime icu::RelativeDateTimeFormatter::formatToValue(double, UDateDirection, UDateRelativeUnit, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > reldatefmt.h< / td > < td class = "proto" > FormattedRelativeDateTime icu::RelativeDateTimeFormatter::formatToValue(double, URelativeDateTimeUnit, UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > reldatefmt.h< / td > < td class = "proto" > FormattedRelativeDateTime& icu::FormattedRelativeDateTime::operator=(FormattedRelativeDateTime& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > reldatefmt.h< / td > < td class = "proto" > UBool icu::FormattedRelativeDateTime::nextPosition(ConstrainedFieldPosition& , UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > reldatefmt.h< / td > < td class = "proto" > UnicodeString icu::FormattedRelativeDateTime::toString(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > reldatefmt.h< / td > < td class = "proto" > UnicodeString icu::FormattedRelativeDateTime::toTempString(UErrorCode& ) const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > reldatefmt.h< / td > < td class = "proto" > < tt > enum< / tt > UDateAbsoluteUnit::UDAT_ABSOLUTE_HOUR< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > reldatefmt.h< / td > < td class = "proto" > < tt > enum< / tt > UDateAbsoluteUnit::UDAT_ABSOLUTE_MINUTE< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > reldatefmt.h< / td > < td class = "proto" > icu::FormattedRelativeDateTime::FormattedRelativeDateTime()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > reldatefmt.h< / td > < td class = "proto" > icu::FormattedRelativeDateTime::FormattedRelativeDateTime(FormattedRelativeDateTime& & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > reldatefmt.h< / td > < td class = "proto" > icu::FormattedRelativeDateTime::~FormattedRelativeDateTime()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > stringpiece.h< / td > < td class = "proto" > icu::StringPiece::StringPiece(T)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > ucal.h< / td > < td class = "proto" > int32_t ucal_getHostTimeZone(UChar*, int32_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > ucharstrie.h< / td > < td class = "proto" > UCharsTrie& icu::UCharsTrie::resetToState64(uint64_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > ucharstrie.h< / td > < td class = "proto" > uint64_t icu::UCharsTrie::getState64() const< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > udateintervalformat.h< / td > < td class = "proto" > UFormattedDateInterval* udtitvfmt_openResult(UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > udateintervalformat.h< / td > < td class = "proto" > const UFormattedValue* udtitvfmt_resultAsValue(const UFormattedDateInterval*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > udateintervalformat.h< / td > < td class = "proto" > void udtitvfmt_closeResult(UFormattedDateInterval*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > udateintervalformat.h< / td > < td class = "proto" > void udtitvfmt_formatToResult(const UDateIntervalFormat*, UFormattedDateInterval*, UDate, UDate, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > UBool ucfpos_matchesField(const UConstrainedFieldPosition*, int32_t, int32_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > UBool ufmtval_nextPosition(const UFormattedValue*, UConstrainedFieldPosition*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > UConstrainedFieldPosition* ucfpos_open(UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > const UChar* ufmtval_getString(const UFormattedValue*, int32_t*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > < tt > enum< / tt > UFieldCategory::UFIELD_CATEGORY_DATE_INTERVAL_SPAN< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > < tt > enum< / tt > UFieldCategory::UFIELD_CATEGORY_DATE< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > < tt > enum< / tt > UFieldCategory::UFIELD_CATEGORY_LIST_SPAN< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > < tt > enum< / tt > UFieldCategory::UFIELD_CATEGORY_LIST< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > < tt > enum< / tt > UFieldCategory::UFIELD_CATEGORY_NUMBER< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > < tt > enum< / tt > UFieldCategory::UFIELD_CATEGORY_RELATIVE_DATETIME< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > < tt > enum< / tt > UFieldCategory::UFIELD_CATEGORY_UNDEFINED< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > int32_t ucfpos_getCategory(const UConstrainedFieldPosition*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > int32_t ucfpos_getField(const UConstrainedFieldPosition*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2019-09-03 23:09:26 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > int64_t ucfpos_getInt64IterationContext(const UConstrainedFieldPosition*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-31 23:11:53 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > void ucfpos_close(UConstrainedFieldPosition*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-31 23:11:53 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > void ucfpos_constrainCategory(UConstrainedFieldPosition*, int32_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-31 23:11:53 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > void ucfpos_constrainField(UConstrainedFieldPosition*, int32_t, int32_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-31 23:11:53 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > void ucfpos_getIndexes(const UConstrainedFieldPosition*, int32_t*, int32_t*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-05-31 23:11:53 +00:00
< / tr >
2018-09-28 16:36:25 +00:00
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > void ucfpos_reset(UConstrainedFieldPosition*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > void ucfpos_setInt64IterationContext(UConstrainedFieldPosition*, int64_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uformattedvalue.h< / td > < td class = "proto" > void ucfpos_setState(UConstrainedFieldPosition*, int32_t, int32_t, int32_t, int32_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > ulistformatter.h< / td > < td class = "proto" > UFormattedList* ulistfmt_openResult(UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > ulistformatter.h< / td > < td class = "proto" > const UFormattedValue* ulistfmt_resultAsValue(const UFormattedList*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > ulistformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UListFormatterField::ULISTFMT_ELEMENT_FIELD< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 63< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > ulistformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UListFormatterField::ULISTFMT_LITERAL_FIELD< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 63< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > ulistformatter.h< / td > < td class = "proto" > void ulistfmt_closeResult(UFormattedList*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > ulistformatter.h< / td > < td class = "proto" > void ulistfmt_formatStringsToResult(const UListFormatter*, const UChar* const strings[], const int32_t*, int32_t, UFormattedList*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uloc.h< / td > < td class = "proto" > UEnumeration* uloc_openAvailableByType(ULocAvailableType, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uloc.h< / td > < td class = "proto" > < tt > enum< / tt > ULocAvailableType::ULOC_AVAILABLE_DEFAULT< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uloc.h< / td > < td class = "proto" > < tt > enum< / tt > ULocAvailableType::ULOC_AVAILABLE_ONLY_LEGACY_ALIASES< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > uloc.h< / td > < td class = "proto" > < tt > enum< / tt > ULocAvailableType::ULOC_AVAILABLE_WITH_LEGACY_ALIASES< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > unum.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberFormatAttribute::UNUM_MINIMUM_GROUPING_DIGITS< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > unum.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberFormatAttribute::UNUM_PARSE_CASE_SENSITIVE< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > unum.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberFormatAttribute::UNUM_SIGN_ALWAYS_SHOWN< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > unum.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberFormatFields::UNUM_COMPACT_FIELD< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > unum.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberFormatFields::UNUM_MEASURE_UNIT_FIELD< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > UNumberFormatter* unumf_openForSkeletonAndLocaleWithError(const UChar*, int32_t, const char*, UParseError*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > unumberformatter.h< / td > < td class = "proto" > const UFormattedValue* unumf_resultAsValue(const UFormattedNumber*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > upluralrules.h< / td > < td class = "proto" > int32_t uplrules_selectFormatted(const UPluralRules*, const struct UFormattedNumber*, UChar*, int32_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +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 >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > ureldatefmt.h< / td > < td class = "proto" > UFormattedRelativeDateTime* ureldatefmt_openResult(UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > ureldatefmt.h< / td > < td class = "proto" > const UFormattedValue* ureldatefmt_resultAsValue(const UFormattedRelativeDateTime*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > ureldatefmt.h< / td > < td class = "proto" > < tt > enum< / tt > URelativeDateTimeFormatterField::UDAT_REL_LITERAL_FIELD< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > ureldatefmt.h< / td > < td class = "proto" > < tt > enum< / tt > URelativeDateTimeFormatterField::UDAT_REL_NUMERIC_FIELD< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > ureldatefmt.h< / td > < td class = "proto" > void ureldatefmt_closeResult(UFormattedRelativeDateTime*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > ureldatefmt.h< / td > < td class = "proto" > void ureldatefmt_formatNumericToResult(const URelativeDateTimeFormatter*, double, URelativeDateTimeUnit, UFormattedRelativeDateTime*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > ureldatefmt.h< / td > < td class = "proto" > void ureldatefmt_formatToResult(const URelativeDateTimeFormatter*, double, URelativeDateTimeUnit, UFormattedRelativeDateTime*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 64< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > utrace.h< / td > < td class = "proto" > < tt > enum< / tt > UTraceFunctionNumber::UTRACE_UDATA_BUNDLE< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > utrace.h< / td > < td class = "proto" > < tt > enum< / tt > UTraceFunctionNumber::UTRACE_UDATA_DATA_FILE< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > utrace.h< / td > < td class = "proto" > < tt > enum< / tt > UTraceFunctionNumber::UTRACE_UDATA_RESOURCE< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row0" >
2019-12-03 23:03:52 +00:00
< td class = "file" > utrace.h< / td > < td class = "proto" > < tt > enum< / tt > UTraceFunctionNumber::UTRACE_UDATA_RES_FILE< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
< tr class = "row1" >
2019-12-03 23:03:52 +00:00
< td class = "file" > utrace.h< / td > < td class = "proto" > < tt > enum< / tt > UTraceFunctionNumber::UTRACE_UDATA_START< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 65< / td >
2018-09-28 16:36:25 +00:00
< / tr >
2019-02-25 22:47:32 +00:00
< / table >
2019-12-03 23:03:52 +00:00
< / div >
2019-09-03 23:09:26 +00:00
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "simplifications" > < / 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" >
2019-12-03 23:03:52 +00:00
< ul > < / ul >
2018-09-28 16:36:25 +00:00
< / div >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
2008-06-26 00:14:26 +00:00
< p >
2020-02-19 18:52:47 +00:00
< i > < font size = "-1" > Contents generated by StableAPI tool on Wed Feb 19 10:40:34 PST 2020< br >
2019-09-03 23:09:26 +00:00
Copyright © 2017 and later: Unicode, Inc. and others.< br >
License & terms of use: http://www.unicode.org/copyright.html
< / font > < / i >
2008-06-26 00:14:26 +00:00
< / p >
< / body >
< / html >