2010-11-02 19:52:34 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2015-09-23 21:10:35 +00:00
< html > <!--
2016-09-22 01:01:42 +00:00
Copyright (C) 2016 and later: Unicode, Inc. and others.
2016-06-28 05:26:59 +00:00
License & terms of use: http://www.unicode.org/copyright.html
2012-06-21 21:34:10 +00:00
-->
< head >
< META http-equiv = "Content-Type" content = "text/html; charset=utf-8" >
2017-10-05 06:06:44 +00:00
< title > ICU4C API Comparison: ICU 59 with ICU 60< / 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 >
2017-10-05 06:06:44 +00:00
< h1 > ICU4C API Comparison: ICU 59 with ICU 60< / h1 >
2012-06-21 21:34:10 +00:00
< div id = "toc" >
< ul >
< li >
2017-06-26 04:58:00 +00:00
< a href = "#removed" > Removed from ICU 59< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2017-06-26 04:58:00 +00:00
< a href = "#deprecated" > Deprecated or Obsoleted in ICU 60< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2017-06-26 04:58:00 +00:00
< a href = "#changed" > Changed in ICU 60< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2017-06-26 04:58:00 +00:00
< a href = "#promoted" > Promoted to stable in ICU 60< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2017-06-26 04:58:00 +00:00
< a href = "#added" > Added in ICU 60< / a >
2012-06-21 21:34:10 +00:00
< / li >
< li >
2017-06-26 04:58:00 +00:00
< a href = "#other" > Other existing drafts in ICU 60< / a >
2012-06-21 21:34:10 +00:00
< / li >
2012-10-18 00:04:14 +00:00
< li >
< a href = "#purevirtual" > Signature Simplifications< / a > < sup style = "background-color: yellow; font-size: smallest;" > (new)< / sup >
< / li >
2012-06-21 21:34:10 +00:00
< / ul >
< hr >
< / div >
< a name = "removed" > < / a >
2017-06-26 04:58:00 +00:00
< h2 > Removed from ICU 59< / h2 >
2012-09-05 20:59:13 +00:00
< table BORDER = "1" class = "genTable" >
2012-06-21 21:34:10 +00:00
< THEAD >
< tr >
2017-06-26 04:58:00 +00:00
< th > File< / th > < th > API< / th > < th > ICU 59< / th > < th > ICU 60< / th >
2010-01-28 21:12:45 +00:00
< / tr >
2012-06-21 21:34:10 +00:00
< / THEAD >
2016-09-22 01:01:42 +00:00
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::DecimalFormat::ERoundingMode {}< / td > < td class = "stabchange" > Stable< br > ICU 2.4< / td > < td > (moved to numfmt.h)< br > < / td >
2016-09-22 01:01:42 +00:00
< / tr >
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::DecimalFormat::ERoundingMode::kRoundCeiling< / td > < td class = "stabchange" > Stable< br > ICU 2.4< / td > < td > (moved to numfmt.h)< br > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::DecimalFormat::ERoundingMode::kRoundDown< / td > < td class = "stabchange" > Stable< br > ICU 2.4< / td > < td > (moved to numfmt.h)< br > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::DecimalFormat::ERoundingMode::kRoundFloor< / td > < td class = "stabchange" > Stable< br > ICU 2.4< / td > < td > (moved to numfmt.h)< br > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::DecimalFormat::ERoundingMode::kRoundHalfDown< / td > < td class = "stabchange" > Stable< br > ICU 2.4< / td > < td > (moved to numfmt.h)< br > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::DecimalFormat::ERoundingMode::kRoundHalfEven< / td > < td class = "stabchange" > Stable< br > ICU 2.4< / td > < td > (moved to numfmt.h)< br > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::DecimalFormat::ERoundingMode::kRoundHalfUp< / td > < td class = "stabchange" > Stable< br > ICU 2.4< / td > < td > (moved to numfmt.h)< br > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::DecimalFormat::ERoundingMode::kRoundUnnecessary< / td > < td class = "stabchange" > Stable< br > ICU 4.8< / td > < td > (moved to numfmt.h)< br > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > decimfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::DecimalFormat::ERoundingMode::kRoundUp< / td > < td class = "stabchange" > Stable< br > ICU 2.4< / td > < td > (moved to numfmt.h)< br > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > platform.h< / td > < td class = "proto" > < tt > #define< / tt > U_IOSTREAM_SOURCE< / td > < td class = "" > Internal< / td > < td > (missing)< br > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > plurrule.h< / td > < td class = "proto" > UnicodeString icu::PluralRules::select(const FixedDecimal& )< / td > < td class = "" > Internal< / td > < td > (missing)< br > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucasemap.h< / td > < td class = "proto" > < tt > #define< / tt > U_TITLECASE_NO_BREAK_ADJUSTMENT< / td > < td class = "stabchange" > Stable< br > ICU 3.8< / td > < td > (moved to new stringoptions.h)< br > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ucasemap.h< / td > < td class = "proto" > < tt > #define< / tt > U_TITLECASE_NO_LOWERCASE< / td > < td class = "stabchange" > Stable< br > ICU 3.8< / td > < td > (moved to new stringoptions.h)< br > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucasemap.h< / td > < td class = "proto" > < tt > #define< / tt > UCASEMAP_OMIT_UNCHANGED_TEXT< / td > < td class = "" > Draft< br > ICU 59< / td > < td > (missing)< br > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > #define< / tt > U_FOLD_CASE_DEFAULT< / td > < td class = "stabchange" > Stable< br > ICU 2.0< / td > < td > (moved to new stringoptions.h)< br > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > #define< / tt > U_FOLD_CASE_EXCLUDE_SPECIAL_I< / td > < td class = "stabchange" > Stable< br > ICU 2.0< / td > < td > (moved to new stringoptions.h)< br > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > unorm2.h< / td > < td class = "proto" > < tt > #define< / tt > U_COMPARE_CODE_POINT_ORDER< / td > < td class = "stabchange" > Stable< br > ICU 2.2< / td > < td > (moved to new stringoptions.h)< br > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > unorm2.h< / td > < td class = "proto" > < tt > #define< / tt > U_COMPARE_IGNORE_CASE< / td > < td class = "stabchange" > Stable< br > ICU 2.2< / td > < td > (moved to new stringoptions.h)< br > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > unorm2.h< / td > < td class = "proto" > < tt > #define< / tt > UNORM_INPUT_IS_FCD< / td > < td class = "stabchange" > Stable< br > ICU 2.2< / td > < td > (moved to new stringoptions.h)< br > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ustring.h< / td > < td class = "proto" > < tt > #define< / tt > U_COMPARE_CODE_POINT_ORDER< / td > < td class = "stabchange" > Stable< br > ICU 2.2< / td > < td > (moved to new stringoptions.h)< br > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-03-30 20:51:56 +00:00
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "deprecated" > < / a >
2017-06-26 04:58:00 +00:00
< h2 > Deprecated or Obsoleted in ICU 60< / h2 >
2017-03-30 20:51:56 +00:00
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
2017-06-26 04:58:00 +00:00
< th > File< / th > < th > API< / th > < th > ICU 59< / th > < th > ICU 60< / th >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< / THEAD >
< tr class = "row1" >
< td class = "file" > filteredbrk.h< / td > < td class = "proto" > BreakIterator* icu::FilteredBreakIteratorBuilder::build(BreakIterator*, UErrorCode& )< / td > < td class = "stabchange" > Stable< br > ICU 56< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > filteredbrk.h< / td > < td class = "proto" > < tt > static< / tt > FilteredBreakIteratorBuilder* icu::FilteredBreakIteratorBuilder::createInstance(UErrorCode& )< / td > < td class = "stabchange" > Stable< br > ICU 56< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > utf_old.h< / td > < td class = "proto" > < tt > #define< / tt > U_HIDE_OBSOLETE_UTF_OLD_H< / td > < td class = "" > (missing)< / td > < td > Deprecated< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "changed" > < / a >
< h2 > Changed in ICU 60 (old, new)< / h2 >
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
< th > File< / th > < th > API< / th > < th > ICU 59< / th > < th > ICU 60< / th >
< / tr >
< / THEAD >
< tr class = "row1" >
< td class = "file" > filteredbrk.h< / td > < td class = "proto" > BreakIterator* icu::FilteredBreakIteratorBuilder::build(BreakIterator*, UErrorCode& )< / td > < td class = "stabchange" > Stable< br > ICU 56< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > filteredbrk.h< / td > < td class = "proto" > < tt > static< / tt > FilteredBreakIteratorBuilder* icu::FilteredBreakIteratorBuilder::createInstance(UErrorCode& )< / td > < td class = "stabchange" > Stable< br > ICU 56< / td > < td > Deprecated< br >
< span class = "verchange" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > measfmt.h< / td > < td class = "proto" > UnicodeString icu::MeasureFormat::getUnitDisplayName(const MeasureUnit& , UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ubiditransform.h< / td > < td class = "proto" > UBiDiTransform* ubiditransform_open(UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ubiditransform.h< / td > < td class = "proto" > < tt > enum< / tt > UBiDiMirroring::UBIDI_MIRRORING_OFF< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ubiditransform.h< / td > < td class = "proto" > < tt > enum< / tt > UBiDiMirroring::UBIDI_MIRRORING_ON< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ubiditransform.h< / td > < td class = "proto" > < tt > enum< / tt > UBiDiOrder::UBIDI_LOGICAL< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ubiditransform.h< / td > < td class = "proto" > < tt > enum< / tt > UBiDiOrder::UBIDI_VISUAL< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ubiditransform.h< / td > < td class = "proto" > uint32_t ubiditransform_transform(UBiDiTransform*, const UChar*, int32_t, UChar*, int32_t, UBiDiLevel, UBiDiOrder, UBiDiLevel, UBiDiOrder, UBiDiMirroring, uint32_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ubiditransform.h< / td > < td class = "proto" > void ubiditransform_close(UBiDiTransform*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > udisplaycontext.h< / td > < td class = "proto" > < tt > enum< / tt > UDisplayContext::UDISPCTX_NO_SUBSTITUTE< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > udisplaycontext.h< / td > < td class = "proto" > < tt > enum< / tt > UDisplayContext::UDISPCTX_SUBSTITUTE< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > udisplaycontext.h< / td > < td class = "proto" > < tt > enum< / tt > UDisplayContextType::UDISPCTX_TYPE_SUBSTITUTE_HANDLING< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > URestrictionLevel uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > USpoofCheckResult* uspoof_openCheckResult(UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > U_NAMESPACE_END int32_t uspoof_getCheckResultChecks(const USpoofCheckResult*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > const USet* uspoof_getCheckResultNumerics(const USpoofCheckResult*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > < tt > enum< / tt > USpoofChecks::USPOOF_CONFUSABLE< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > int32_t uspoof_check2(const USpoofChecker*, const UChar*, int32_t, USpoofCheckResult*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > int32_t uspoof_check2UTF8(const USpoofChecker*, const char*, int32_t, USpoofCheckResult*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > int32_t uspoof_check2UnicodeString(const USpoofChecker*, const icu::UnicodeString& , USpoofCheckResult*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > void uspoof_closeCheckResult(USpoofCheckResult*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "promoted" > < / a >
< h2 > Promoted to stable in ICU 60< / h2 >
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
< th > File< / th > < th > API< / th > < th > ICU 59< / th > < th > ICU 60< / th >
< / tr >
< / THEAD >
< tr class = "row1" >
< td class = "file" > measfmt.h< / td > < td class = "proto" > UnicodeString icu::MeasureFormat::getUnitDisplayName(const MeasureUnit& , UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode {}< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode::kRoundCeiling< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode::kRoundDown< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode::kRoundFloor< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode::kRoundHalfDown< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode::kRoundHalfEven< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode::kRoundHalfUp< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode::kRoundUnnecessary< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 4.8< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode::kRoundUp< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ubiditransform.h< / td > < td class = "proto" > UBiDiTransform* ubiditransform_open(UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ubiditransform.h< / td > < td class = "proto" > < tt > enum< / tt > UBiDiMirroring::UBIDI_MIRRORING_OFF< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ubiditransform.h< / td > < td class = "proto" > < tt > enum< / tt > UBiDiMirroring::UBIDI_MIRRORING_ON< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ubiditransform.h< / td > < td class = "proto" > < tt > enum< / tt > UBiDiOrder::UBIDI_LOGICAL< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ubiditransform.h< / td > < td class = "proto" > < tt > enum< / tt > UBiDiOrder::UBIDI_VISUAL< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ubiditransform.h< / td > < td class = "proto" > uint32_t ubiditransform_transform(UBiDiTransform*, const UChar*, int32_t, UChar*, int32_t, UBiDiLevel, UBiDiOrder, UBiDiLevel, UBiDiOrder, UBiDiMirroring, uint32_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ubiditransform.h< / td > < td class = "proto" > void ubiditransform_close(UBiDiTransform*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_KANA_EXTENDED_A< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_MASARAM_GONDI< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_NUSHU< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_SOYOMBO< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_SYRIAC_SUPPLEMENT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_ZANABAZAR_SQUARE< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_BHA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_JA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_LLA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_LLLA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_NGA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_NNA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_NNNA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_NYA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_RA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_SSA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_TTA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UProperty::UCHAR_EMOJI_COMPONENT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UProperty::UCHAR_PREPENDED_CONCATENATION_MARK< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UProperty::UCHAR_REGIONAL_INDICATOR< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > udisplaycontext.h< / td > < td class = "proto" > < tt > enum< / tt > UDisplayContext::UDISPCTX_NO_SUBSTITUTE< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > udisplaycontext.h< / td > < td class = "proto" > < tt > enum< / tt > UDisplayContext::UDISPCTX_SUBSTITUTE< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > udisplaycontext.h< / td > < td class = "proto" > < tt > enum< / tt > UDisplayContextType::UDISPCTX_TYPE_SUBSTITUTE_HANDLING< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_MASARAM_GONDI< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_SOYOMBO< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_ZANABAZAR_SQUARE< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > URestrictionLevel uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > USpoofCheckResult* uspoof_openCheckResult(UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > U_NAMESPACE_END int32_t uspoof_getCheckResultChecks(const USpoofCheckResult*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > const USet* uspoof_getCheckResultNumerics(const USpoofCheckResult*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > < tt > enum< / tt > USpoofChecks::USPOOF_CONFUSABLE< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > int32_t uspoof_check2(const USpoofChecker*, const UChar*, int32_t, USpoofCheckResult*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > int32_t uspoof_check2UTF8(const USpoofChecker*, const char*, int32_t, USpoofCheckResult*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > int32_t uspoof_check2UnicodeString(const USpoofChecker*, const icu::UnicodeString& , USpoofCheckResult*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uspoof.h< / td > < td class = "proto" > void uspoof_closeCheckResult(USpoofCheckResult*)< / td > < td class = "" colspan = "2" align = "center" > Draft→ Stable< br > ICU 58< / td >
< / tr >
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "added" > < / a >
< h2 > Added in ICU 60< / h2 >
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
< th > File< / th > < th > API< / th > < th > ICU 59< / th > < th > ICU 60< / th >
< / tr >
< / THEAD >
< tr class = "row1" >
< td class = "file" > bytestream.h< / td > < td class = "proto" > icu::StringByteSink< StringClass > ::StringByteSink(StringClass*, int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > void icu::CaseMap::utf8Fold(uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > void icu::CaseMap::utf8ToLower(const char*, uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > void icu::CaseMap::utf8ToTitle(const char*, uint32_t, BreakIterator*, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > void icu::CaseMap::utf8ToUpper(const char*, uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > currunit.h< / td > < td class = "proto" > icu::CurrencyUnit::CurrencyUnit()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > currunit.h< / td > < td class = "proto" > icu::CurrencyUnit::CurrencyUnit(const MeasureUnit& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > dcfmtsym.h< / td > < td class = "proto" > icu::DecimalFormatSymbols::DecimalFormatSymbols(const Locale& , const NumberingSystem& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > edits.h< / td > < td class = "proto" > Edits& icu::Edits::mergeAndAppend(const Edits& , const Edits& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > edits.h< / td > < td class = "proto" > Edits& icu::Edits::operator=(Edits& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > edits.h< / td > < td class = "proto" > Edits& icu::Edits::operator=(const Edits& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > edits.h< / td > < td class = "proto" > icu::Edits::Edits(Edits& & )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > edits.h< / td > < td class = "proto" > icu::Edits::Edits(const Edits& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > edits.h< / td > < td class = "proto" > int32_t icu::Edits::numberOfChanges()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > filteredbrk.h< / td > < td class = "proto" > BreakIterator* icu::FilteredBreakIteratorBuilder::wrapIteratorWithFilter(BreakIterator*, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > filteredbrk.h< / td > < td class = "proto" > < tt > static< / tt > FilteredBreakIteratorBuilder* icu::FilteredBreakIteratorBuilder::createEmptyInstance(UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > normalizer2.h< / td > < td class = "proto" > UBool icu::FilteredNormalizer2::isNormalizedUTF8(StringPiece, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > normalizer2.h< / td > < td class = "proto" > UBool icu::Normalizer2::isNormalizedUTF8(StringPiece, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > normalizer2.h< / td > < td class = "proto" > void icu::FilteredNormalizer2::normalizeUTF8(uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > normalizer2.h< / td > < td class = "proto" > void icu::Normalizer2::normalizeUTF8(uint32_t, StringPiece, ByteSink& , Edits*, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > nounit.h< / td > < td class = "proto" > UClassID icu::NoUnit::getDynamicClassID()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > nounit.h< / td > < td class = "proto" > UObject* icu::NoUnit::clone()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > nounit.h< / td > < td class = "proto" > icu::NoUnit::NoUnit(const NoUnit& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > nounit.h< / td > < td class = "proto" > icu::NoUnit::~NoUnit()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > nounit.h< / td > < td class = "proto" > < tt > static< / tt > NoUnit icu::NoUnit::base()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > nounit.h< / td > < td class = "proto" > < tt > static< / tt > NoUnit icu::NoUnit::percent()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > nounit.h< / td > < td class = "proto" > < tt > static< / tt > NoUnit icu::NoUnit::permille()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > nounit.h< / td > < td class = "proto" > < tt > static< / tt > UClassID icu::NoUnit::getStaticClassID()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Appendable& icu::number::FormattedNumber::appendTo(Appendable& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptSymbols(const NumberingSystem*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::adoptUnit(const icu::MeasureUnit*)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::decimal(const UNumberDecimalSeparatorDisplay& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::grouping(const Grouper& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::integerWidth(const IntegerWidth& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::notation(const Notation& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::padding(const impl::Padder& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::rounding(const Rounder& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::sign(const UNumberSignDisplay& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::symbols(const DecimalFormatSymbols& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::threshold(int32_t)< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::unit(const icu::MeasureUnit& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Derived icu::number::NumberFormatterSettings< Derived > ::unitWidth(const UNumberUnitWidth& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > FormattedNumber icu::number::LocalizedNumberFormatter::formatDecimal(StringPiece, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > FormattedNumber icu::number::LocalizedNumberFormatter::formatDouble(double, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > FormattedNumber icu::number::LocalizedNumberFormatter::formatInt(int64_t, UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > IntegerWidth icu::number::IntegerWidth::truncateAt(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2017-10-05 23:37:56 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > LocalizedNumberFormatter icu::number::UnlocalizedNumberFormatter::locale(const icu::Locale& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Rounder icu::number::CurrencyRounder::withCurrency(const CurrencyUnit& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Rounder icu::number::FractionRounder::withMaxDigits(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Rounder icu::number::FractionRounder::withMinDigits(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2017-10-05 23:37:56 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Rounder icu::number::IncrementRounder::withMinFraction(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > Rounder icu::number::Rounder::withMode(UNumberFormatRoundingMode)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > ScientificNotation icu::number::ScientificNotation::withExponentSignDisplay(UNumberSignDisplay)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > ScientificNotation icu::number::ScientificNotation::withMinExponentDigits(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > SymbolsWrapper& icu::number::impl::SymbolsWrapper::operator=(const SymbolsWrapper& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UBool icu::number::NumberFormatterSettings< Derived > ::copyErrorTo(UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UBool icu::number::impl::SymbolsWrapper::copyErrorTo(UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > UnicodeString icu::number::FormattedNumber::toString()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > bool icu::number::impl::SymbolsWrapper::isDecimalFormatSymbols()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > bool icu::number::impl::SymbolsWrapper::isNumberingSystem()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > const DecimalFormatSymbols* icu::number::impl::SymbolsWrapper::getDecimalFormatSymbols()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > const NumberingSystem* icu::number::impl::SymbolsWrapper::getNumberingSystem()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberDecimalSeparatorDisplay::UNUM_DECIMAL_SEPARATOR_ALWAYS< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberDecimalSeparatorDisplay::UNUM_DECIMAL_SEPARATOR_AUTO< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberDecimalSeparatorDisplay::UNUM_DECIMAL_SEPARATOR_COUNT< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_ACCOUNTING_ALWAYS< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_ACCOUNTING< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_ALWAYS< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_AUTO< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_COUNT< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberSignDisplay::UNUM_SIGN_NEVER< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberUnitWidth::UNUM_UNIT_WIDTH_COUNT< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberUnitWidth::UNUM_UNIT_WIDTH_FULL_NAME< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberUnitWidth::UNUM_UNIT_WIDTH_HIDDEN< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberUnitWidth::UNUM_UNIT_WIDTH_ISO_CODE< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberUnitWidth::UNUM_UNIT_WIDTH_NARROW< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > enum< / tt > UNumberUnitWidth::UNUM_UNIT_WIDTH_SHORT< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2017-10-05 23:37:56 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::FormattedNumber::~FormattedNumber()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2017-10-05 23:37:56 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::LocalizedNumberFormatter::LocalizedNumberFormatter(const LocalizedNumberFormatter& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2017-10-05 23:37:56 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::LocalizedNumberFormatter::~LocalizedNumberFormatter()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
2017-10-05 23:37:56 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::NumberFormatter::NumberFormatter()=delete< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row0" >
2017-10-05 23:37:56 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const UnlocalizedNumberFormatter& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-10-05 06:06:44 +00:00
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::impl::SymbolsWrapper::SymbolsWrapper()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::impl::SymbolsWrapper::SymbolsWrapper(const SymbolsWrapper& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
2016-09-22 01:01:42 +00:00
< / tr >
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > icu::number::impl::SymbolsWrapper::~SymbolsWrapper()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > CompactNotation icu::number::Notation::compactLong()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > CompactNotation icu::number::Notation::compactShort()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > CurrencyRounder icu::number::Rounder::currency(UCurrencyUsage)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > DigitRounder icu::number::Rounder::fixedDigits(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2016-09-22 01:01:42 +00:00
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > DigitRounder icu::number::Rounder::maxDigits(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2016-06-28 05:26:59 +00:00
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > DigitRounder icu::number::Rounder::minDigits(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > DigitRounder icu::number::Rounder::minMaxDigits(int32_t, int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2016-06-28 05:26:59 +00:00
< / tr >
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > FractionRounder icu::number::Rounder::fixedFraction(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > FractionRounder icu::number::Rounder::integer()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > FractionRounder icu::number::Rounder::maxFraction(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > FractionRounder icu::number::Rounder::minFraction(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > FractionRounder icu::number::Rounder::minMaxFraction(int32_t, int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Grouper icu::number::Grouper::defaults()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Grouper icu::number::Grouper::minTwoDigits()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Grouper icu::number::Grouper::none()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > IncrementRounder icu::number::Rounder::increment(double)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > IntegerWidth icu::number::IntegerWidth::zeroFillTo(int32_t)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2015-09-23 21:10:35 +00:00
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > LocalizedNumberFormatter icu::number::NumberFormatter::withLocale(const Locale& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2016-06-28 05:26:59 +00:00
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Padder icu::number::impl::Padder::codePoints(UChar32, int32_t, UNumberFormatPadPosition)< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2016-06-28 05:26:59 +00:00
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Padder icu::number::impl::Padder::none()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
2016-03-09 05:28:23 +00:00
< / tr >
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > Rounder icu::number::Rounder::unlimited()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > ScientificNotation icu::number::Notation::engineering()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > ScientificNotation icu::number::Notation::scientific()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-06-26 04:58:00 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > SimpleNotation icu::number::Notation::simple()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > < tt > static< / tt > UnlocalizedNumberFormatter icu::number::NumberFormatter::with()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > void icu::number::FormattedNumber::populateFieldPosition(FieldPosition& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
2017-06-26 04:58:00 +00:00
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > numberformatter.h< / td > < td class = "proto" > void icu::number::FormattedNumber::populateFieldPositionIterator(FieldPositionIterator& , UErrorCode& )< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > void icu::number::impl::SymbolsWrapper::setTo(const DecimalFormatSymbols& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numberformatter.h< / td > < td class = "proto" > void icu::number::impl::SymbolsWrapper::setTo(const NumberingSystem*)< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > ERoundingMode icu::NumberFormat::getRoundingMode()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode {}< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode::kRoundCeiling< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode::kRoundDown< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode::kRoundFloor< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode::kRoundHalfDown< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode::kRoundHalfEven< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode::kRoundHalfUp< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode::kRoundUnnecessary< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 4.8< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > < tt > enum< / tt >
icu::NumberFormat::ERoundingMode::kRoundUp< / td > < td class = "" > (moved from decimfmt.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > void icu::NumberFormat::setRoundingMode(ERoundingMode)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > platform.h< / td > < td class = "proto" > < tt > #define< / tt > U_CALLCONV_FPTR< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > platform.h< / td > < td class = "proto" > < tt > #define< / tt > U_PF_FUCHSIA< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > plurrule.h< / td > < td class = "proto" > UnicodeString icu::PluralRules::select(const IFixedDecimal& )< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > rbbi.h< / td > < td class = "proto" > void icu::RuleBasedBreakIterator::dumpCache()< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > rbnf.h< / td > < td class = "proto" > ERoundingMode icu::RuleBasedNumberFormat::getRoundingMode()< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > rbnf.h< / td > < td class = "proto" > void icu::RuleBasedNumberFormat::setRoundingMode(ERoundingMode)< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_COMPARE_CODE_POINT_ORDER< / td > < td class = "" > (moved from unorm2.h, ustring.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.2< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_COMPARE_IGNORE_CASE< / td > < td class = "" > (moved from unorm2.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.2< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_EDITS_NO_RESET< / td > < td class = "" > (missing)< / td > < td > Draft< br >
2017-06-26 04:58:00 +00:00
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_FOLD_CASE_DEFAULT< / td > < td class = "" > (moved from uchar.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.0< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_FOLD_CASE_EXCLUDE_SPECIAL_I< / td > < td class = "" > (moved from moved from uchar.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.0< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_OMIT_UNCHANGED_TEXT< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_TITLECASE_ADJUST_TO_CASED< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_TITLECASE_NO_BREAK_ADJUSTMENT< / td > < td class = "" > (moved from ucasemap.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 3.8< / span > < / span > < / td >
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_TITLECASE_NO_LOWERCASE< / td > < td class = "" > (moved from ucasemap.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 3.8< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_TITLECASE_SENTENCES< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > U_TITLECASE_WHOLE_STRING< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row1" >
< td class = "file" > stringoptions.h< / td > < td class = "proto" > < tt > #define< / tt > UNORM_INPUT_IS_FCD< / td > < td class = "" > (moved from unorm2.h)< / td > < td > Stable< br >
< span class = "" > < span > ICU 2.2< / span > < / span > < / td >
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_KANA_EXTENDED_A< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_MASARAM_GONDI< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_NUSHU< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_SOYOMBO< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_SYRIAC_SUPPLEMENT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UBlockCode::UBLOCK_ZANABAZAR_SQUARE< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_BHA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_JA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_LLA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_LLLA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_NGA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_NNA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_NNNA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_NYA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_RA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_SSA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UJoiningGroup::U_JG_MALAYALAM_TTA< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UProperty::UCHAR_EMOJI_COMPONENT< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UProperty::UCHAR_PREPENDED_CONCATENATION_MARK< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2016-09-22 01:01:42 +00:00
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uchar.h< / td > < td class = "proto" > < tt > enum< / tt > UProperty::UCHAR_REGIONAL_INDICATOR< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_MASARAM_GONDI< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_SOYOMBO< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > uscript.h< / td > < td class = "proto" > < tt > enum< / tt > UScriptCode::USCRIPT_ZANABAZAR_SQUARE< / td > < td class = "" > (missing)< / td > < td > Stable< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td > < td class = "bornstable" > < b class = "bigwarn" title = "A new API was introduced as stable in $rightVer." > (Born Stable)< / b > < / td >
2017-02-02 03:38:01 +00:00
< / tr >
2017-10-05 06:06:44 +00:00
< tr class = "row0" >
< td class = "file" > utf_old.h< / td > < td class = "proto" > < tt > #define< / tt > U_HIDE_OBSOLETE_UTF_OLD_H< / td > < td class = "" > (missing)< / td > < td > Deprecated< br >
< span class = "" > < span > ICU 2.4< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > utf16.h< / td > < td class = "proto" > < tt > #define< / tt > U16_GET_OR_FFFD< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > utf16.h< / td > < td class = "proto" > < tt > #define< / tt > U16_NEXT_OR_FFFD< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > utf16.h< / td > < td class = "proto" > < tt > #define< / tt > U16_PREV_OR_FFFD< / td > < td class = "" > (missing)< / td > < td > Draft< br >
< span class = "" > < span > ICU 60< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > utf8.h< / td > < td class = "proto" > < tt > #define< / tt > U8_IS_VALID_LEAD3_AND_T1< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > utf8.h< / td > < td class = "proto" > < tt > #define< / tt > U8_IS_VALID_LEAD4_AND_T1< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > utf8.h< / td > < td class = "proto" > < tt > #define< / tt > U8_LEAD3_T1_BITS< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > utf8.h< / td > < td class = "proto" > < tt > #define< / tt > U8_LEAD4_T1_BITS< / td > < td class = "" > (missing)< / td > < td > Internal< br >
< / td >
< / tr >
2017-03-30 20:51:56 +00:00
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
2017-06-26 04:58:00 +00:00
< a name = "other" > < / a >
< h2 > Other existing drafts in ICU 60< / h2 >
< div class = "other" >
2017-03-30 20:51:56 +00:00
< table BORDER = "1" class = "genTable" >
< THEAD >
< tr >
2017-06-26 04:58:00 +00:00
< th > File< / th > < th > API< / th > < th > ICU 59< / th > < th > ICU 60< / th >
2015-09-23 21:10:35 +00:00
< / tr >
2017-03-30 20:51:56 +00:00
< / THEAD >
2017-02-02 03:38:01 +00:00
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::fold(uint32_t, const char16_t*, int32_t, char16_t*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::toLower(const char*, uint32_t, const char16_t*, int32_t, char16_t*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::toTitle(const char*, uint32_t, BreakIterator*, const char16_t*, int32_t, char16_t*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::toUpper(const char*, uint32_t, const char16_t*, int32_t, char16_t*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::utf8Fold(uint32_t, const char*, int32_t, char*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::utf8ToLower(const char*, uint32_t, const char*, int32_t, char*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::utf8ToTitle(const char*, uint32_t, BreakIterator*, const char*, int32_t, char*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > casemap.h< / td > < td class = "proto" > < tt > static< / tt > int32_t icu::CaseMap::utf8ToUpper(const char*, uint32_t, const char*, int32_t, char*, int32_t, Edits*, UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > char16_t* icu::Char16Ptr::get()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-03-09 05:28:23 +00:00
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > const char16_t* icu::ConstChar16Ptr::get()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2016-06-28 05:26:59 +00:00
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::Char16Ptr(char16_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2016-06-28 05:26:59 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::Char16Ptr(std::nullptr_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::Char16Ptr(uint16_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::Char16Ptr(wchar_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::operator char16_t* ()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::Char16Ptr::~Char16Ptr()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::ConstChar16Ptr(const char16_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::ConstChar16Ptr(const uint16_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::ConstChar16Ptr(const wchar_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::operator const char16_t* ()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > char16ptr.h< / td > < td class = "proto" > icu::ConstChar16Ptr::~ConstChar16Ptr()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Iterator icu::Edits::getCoarseChangesIterator()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-02-02 03:38:01 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Iterator icu::Edits::getCoarseIterator()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-02-02 03:38:01 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Iterator icu::Edits::getFineChangesIterator()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-02-02 03:38:01 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > Iterator icu::Edits::getFineIterator()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-02-02 03:38:01 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > UBool icu::Edits::copyErrorTo(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-02-02 03:38:01 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > UBool icu::Edits::hasChanges()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-02-02 03:38:01 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > icu::Edits::Edits()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > icu::Edits::~Edits()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-02-02 03:38:01 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > int32_t icu::Edits::lengthDelta()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > void icu::Edits::addReplace(int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > void icu::Edits::addUnchanged(int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > edits.h< / td > < td class = "proto" > void icu::Edits::reset()< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-04-05 23:44:24 +00:00
< / tr >
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > localpointer.h< / td > < td class = "proto" > LocalArray< T> & icu::LocalArray< T > ::moveFrom(LocalArray< T > & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 56< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > localpointer.h< / td > < td class = "proto" > LocalPointer< T> & icu::LocalPointer< T > ::moveFrom(LocalPointer< T > & )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 56< / td >
2017-03-30 20:30:55 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > measfmt.h< / td > < td class = "proto" > void icu::MeasureFormat::parseObject(const UnicodeString& , Formattable& , ParsePosition& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 53< / td >
2017-04-05 23:44:24 +00:00
< / tr >
2017-03-30 20:30:55 +00:00
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > measunit.h< / td > < td class = "proto" > < tt > static< / tt > MeasureUnit* icu::MeasureUnit::createPoint(UErrorCode& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > ubrk.h< / td > < td class = "proto" > UBreakIterator* ubrk_openBinaryRules(const uint8_t*, int32_t, const UChar*, int32_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2017-03-30 20:51:56 +00:00
< tr class = "row0" >
2017-06-26 04:58:00 +00:00
< td class = "file" > ubrk.h< / td > < td class = "proto" > int32_t ubrk_getBinaryRules(UBreakIterator*, uint8_t*, int32_t, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
< tr class = "row1" >
2017-06-26 04:58:00 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > UNISTR_FROM_STRING_EXPLICIT icu::UnicodeString::UnicodeString(const uint16_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2015-09-23 21:10:35 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > UNISTR_FROM_STRING_EXPLICIT icu::UnicodeString::UnicodeString(const wchar_t*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2016-09-22 01:01:42 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > UnicodeString& icu::UnicodeString::moveFrom(UnicodeString& )< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 56< / td >
2014-07-01 16:42:02 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(const std::nullptr_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(const std::nullptr_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(const uint16_t*, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(const wchar_t*, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(std::nullptr_t, int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(uint16_t*, int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > icu::UnicodeString::UnicodeString(wchar_t*, int32_t, int32_t)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > unum.h< / td > < td class = "proto" > int32_t unum_formatDoubleForFields(const UNumberFormat*, double, UChar*, int32_t, UFieldPositionIterator*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row0" >
2017-10-05 06:06:44 +00:00
< td class = "file" > upluralrules.h< / td > < td class = "proto" > UEnumeration* uplrules_getKeywords(const UPluralRules*, UErrorCode*)< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 59< / td >
2017-03-30 20:30:55 +00:00
< / tr >
2017-04-05 21:54:49 +00:00
< tr class = "row1" >
2017-10-05 06:06:44 +00:00
< td class = "file" > uregex.h< / td > < td class = "proto" > < tt > enum< / tt > URegexpFlag::UREGEX_CANON_EQ< / td > < td class = "" colspan = "2" align = "center" > Draft< br > ICU 2.4< / td >
2017-02-02 03:38:01 +00:00
< / tr >
2008-06-26 00:14:26 +00:00
< / table >
2009-03-19 04:14:10 +00:00
< / div >
2008-06-26 00:14:26 +00:00
< P > < / P >
2009-03-19 04:14:10 +00:00
< a href = "#_top" > (jump back to top)< / a >
2008-06-26 00:14:26 +00:00
< hr >
2012-10-18 00:04:14 +00:00
< a name = "purevirtual" > < / a >
< h2 > Signature Simplifications< / h2 >
< i > This section shows cases where the signature was "simplified" for the sake of comparison. The simplified form is in bold, followed by
all possible variations in "original" form.< / i >
< div class = "other" >
< / div >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
2008-06-26 00:14:26 +00:00
< p >
2017-10-05 06:06:44 +00:00
< i > < font size = "-1" > Contents generated by StableAPI tool on Wed Oct 04 23:55:39 UTC 2017< br > Copyright (C) 2017, International Business Machines Corporation, All Rights Reserved.< / font > < / i >
2008-06-26 00:14:26 +00:00
< / p >
< / body >
< / html >