diff --git a/icu4c/APIChangeReport.html b/icu4c/APIChangeReport.html index 155b6c7d0a5..d279fbfdae3 100644 --- a/icu4c/APIChangeReport.html +++ b/icu4c/APIChangeReport.html @@ -5,31 +5,31 @@ -->
-File | API | ICU 62 | ICU 63 | +File | API | ICU 63 | ICU 64 |
---|
File | API | ICU 62 | ICU 63 | +File | API | ICU 63 | ICU 64 |
---|---|---|---|---|---|---|---|
brkiter.h | static BreakIterator* icu::BreakIterator::createTitleInstance(const Locale&, UErrorCode&) | Stable ICU 2.1 | Deprecated +ICU 64 |
+||||
decimfmt.h | const number::LocalizedNumberFormatter& icu::DecimalFormat::toNumberFormatter() const | Draft ICU 62 | Deprecated +ICU 64 |
+
File | API | ICU 62 | ICU 63 | +File | API | ICU 63 | ICU 64 |
---|---|---|---|---|---|---|---|
bytestream.h | icu::StringByteSink< StringClass >::StringByteSink(StringClass*, int32_t) | Draft→Stable ICU 60 |
+brkiter.h | static BreakIterator* icu::BreakIterator::createTitleInstance(const Locale&, UErrorCode&) | Stable ICU 2.1 | Deprecated +ICU 64 |
|
casemap.h | static void icu::CaseMap::utf8Fold(uint32_t, StringPiece, ByteSink&, Edits*, UErrorCode&) | Draft→Stable ICU 60 |
+decimfmt.h | UBool icu::DecimalFormat::isFormatFailIfMoreThanMaxDigits() const | Internal | Draft +ICU 64 |
|
casemap.h | static void icu::CaseMap::utf8ToLower(const char*, uint32_t, StringPiece, ByteSink&, Edits*, UErrorCode&) | Draft→Stable ICU 60 |
+decimfmt.h | UBool icu::DecimalFormat::isParseCaseSensitive() const | Internal | Draft +ICU 64 |
|
casemap.h | static void icu::CaseMap::utf8ToTitle(const char*, uint32_t, BreakIterator*, StringPiece, ByteSink&, Edits*, UErrorCode&) | Draft→Stable ICU 60 |
+decimfmt.h | UBool icu::DecimalFormat::isParseNoExponent() const | Internal | Draft +ICU 64 |
|
casemap.h | static void icu::CaseMap::utf8ToUpper(const char*, uint32_t, StringPiece, ByteSink&, Edits*, UErrorCode&) | Draft→Stable ICU 60 |
+decimfmt.h | UBool icu::DecimalFormat::isSignAlwaysShown() const | Internal | Draft +ICU 64 |
|
currunit.h | icu::CurrencyUnit::CurrencyUnit() | Draft→Stable ICU 60 |
+decimfmt.h | const number::LocalizedNumberFormatter& icu::DecimalFormat::toNumberFormatter() const | Draft ICU 62 | Deprecated +ICU 64 |
|
currunit.h | icu::CurrencyUnit::CurrencyUnit(const MeasureUnit&, UErrorCode&) | Draft→Stable ICU 60 |
+decimfmt.h | int32_t icu::DecimalFormat::getMinimumGroupingDigits() const | Internal | Draft +ICU 64 |
|
dcfmtsym.h | icu::DecimalFormatSymbols::DecimalFormatSymbols(const Locale&, const NumberingSystem&, UErrorCode&) | Draft→Stable ICU 60 |
+decimfmt.h | void icu::DecimalFormat::setFormatFailIfMoreThanMaxDigits(UBool) | Internal | Draft +ICU 64 |
|
edits.h | Edits& icu::Edits::mergeAndAppend(const Edits&, const Edits&, UErrorCode&) | Draft→Stable ICU 60 |
+decimfmt.h | void icu::DecimalFormat::setMinimumGroupingDigits(int32_t) | Internal | Draft +ICU 64 |
|
edits.h | Edits& icu::Edits::operator=(Edits&&) | Draft→Stable ICU 60 |
+decimfmt.h | void icu::DecimalFormat::setParseCaseSensitive(UBool) | Internal | Draft +ICU 64 |
|
edits.h | Edits& icu::Edits::operator=(const Edits&) | Draft→Stable ICU 60 |
+decimfmt.h | void icu::DecimalFormat::setParseNoExponent(UBool) | Internal | Draft +ICU 64 |
|
edits.h | icu::Edits::Edits(Edits&&) | Draft→Stable ICU 60 |
+decimfmt.h | void icu::DecimalFormat::setSignAlwaysShown(UBool) | Internal | Draft +ICU 64 |
|
edits.h | icu::Edits::Edits(const Edits&) | Draft→Stable ICU 60 |
+dtptngen.h | UnicodeString icu::DateTimePatternGenerator::getFieldDisplayName(UDateTimePatternField, UDateTimePGDisplayWidth) const | Draft→Stable ICU 61 |
||
edits.h | int32_t icu::Edits::numberOfChanges() const | Draft→Stable ICU 60 |
+numberformatter.h | Appendable& icu::number::FormattedNumber::appendTo(Appendable&, UErrorCode&) const | Draft ICU 62 | Draft +ICU 64 |
|
filteredbrk.h | BreakIterator* icu::FilteredBreakIteratorBuilder::wrapIteratorWithFilter(BreakIterator*, UErrorCode&) | Draft→Stable ICU 60 |
+numberformatter.h | UnicodeString icu::number::FormattedNumber::toString(UErrorCode&) const | Draft ICU 62 | Draft +ICU 64 |
|
filteredbrk.h | static FilteredBreakIteratorBuilder* icu::FilteredBreakIteratorBuilder::createEmptyInstance(UErrorCode&) | Draft→Stable ICU 60 |
+numberrangeformatter.h | Appendable& icu::number::FormattedNumberRange::appendTo(Appendable&, UErrorCode&) const | Draft ICU 63 | Draft +ICU 64 |
|
normalizer2.h | UBool icu::FilteredNormalizer2::isNormalizedUTF8(StringPiece, UErrorCode&) const | Draft→Stable ICU 60 |
+numberrangeformatter.h | UnicodeString icu::number::FormattedNumberRange::toString(UErrorCode&) const | Draft ICU 63 | Draft +ICU 64 |
|
normalizer2.h | UBool icu::Normalizer2::isNormalizedUTF8(StringPiece, UErrorCode&) const | Draft→Stable ICU 60 |
+ucurr.h | enum UCurrNameStyle::UCURR_NARROW_SYMBOL_NAME | Draft→Stable ICU 61 |
||
normalizer2.h | void icu::FilteredNormalizer2::normalizeUTF8(uint32_t, StringPiece, ByteSink&, Edits*, UErrorCode&) const | Draft→Stable ICU 60 |
+udatpg.h | enum UDateTimePGDisplayWidth::UDATPG_ABBREVIATED | Draft→Stable ICU 61 |
||
normalizer2.h | void icu::Normalizer2::normalizeUTF8(uint32_t, StringPiece, ByteSink&, Edits*, UErrorCode&) const | Draft→Stable ICU 60 |
+udatpg.h | enum UDateTimePGDisplayWidth::UDATPG_NARROW | Draft→Stable ICU 61 |
||
numberformatter.h | Appendable& icu::number::FormattedNumber::appendTo(Appendable&, UErrorCode&) const | -Draft (const) ICU 62 |
-|||||
numberformatter.h | Derived icu::number::NumberFormatterSettings< Derived >::grouping(UNumberGroupingStrategy) const& | -Draft (rename) ICU 61 |
-|||||
numberformatter.h | Derived icu::number::NumberFormatterSettings< Derived >::grouping(UNumberGroupingStrategy)&& | -Draft (rename) ICU 62 |
-|||||
numfmt.h | ERoundingMode icu::NumberFormat::getRoundingMode() const | Draft→Stable ICU 60 |
+udatpg.h | enum UDateTimePGDisplayWidth::UDATPG_WIDE | Draft→Stable ICU 61 |
||
numfmt.h | void icu::NumberFormat::setRoundingMode(ERoundingMode) | Draft→Stable ICU 60 |
+udatpg.h | int32_t udatpg_getFieldDisplayName(const UDateTimePatternGenerator*, UDateTimePatternField, UDateTimePGDisplayWidth, UChar*, int32_t, UErrorCode*) | Draft→Stable ICU 61 |
||
rbnf.h | ERoundingMode icu::RuleBasedNumberFormat::getRoundingMode() const | Draft→Stable ICU 60 |
+unum.h | enum UNumberFormatAttribute::UNUM_MINIMUM_GROUPING_DIGITS | Internal | Draft +ICU 64 |
|
rbnf.h | void icu::RuleBasedNumberFormat::setRoundingMode(ERoundingMode) | Draft→Stable ICU 60 |
+unum.h | enum UNumberFormatAttribute::UNUM_PARSE_CASE_SENSITIVE | Internal | Draft +ICU 64 |
|
stringoptions.h | #define U_EDITS_NO_RESET | Draft→Stable ICU 60 |
+unum.h | enum UNumberFormatAttribute::UNUM_SIGN_ALWAYS_SHOWN | Internal | Draft +ICU 64 |
|
stringoptions.h | #define U_OMIT_UNCHANGED_TEXT | Draft→Stable ICU 60 |
+unumberformatter.h | UBool unumf_resultNextFieldPosition(const UFormattedNumber*, UFieldPosition*, UErrorCode*) | Draft→Stable ICU 62 |
||
stringoptions.h | #define U_TITLECASE_ADJUST_TO_CASED | Draft→Stable ICU 60 |
+unumberformatter.h | UFormattedNumber* unumf_openResult(UErrorCode*) | Draft→Stable ICU 62 |
||
stringoptions.h | #define U_TITLECASE_SENTENCES | Draft→Stable ICU 60 |
+unumberformatter.h | UNumberFormatter* unumf_openForSkeletonAndLocale(const UChar*, int32_t, const char*, UErrorCode*) | Draft→Stable ICU 62 |
||
stringoptions.h | #define U_TITLECASE_WHOLE_STRING | Draft→Stable ICU 60 |
-|||||
utf16.h | #define U16_GET_OR_FFFD | Draft→Stable ICU 60 |
+unumberformatter.h | int32_t unumf_resultToString(const UFormattedNumber*, UChar*, int32_t, UErrorCode*) | Draft→Stable ICU 62 |
||
utf16.h | #define U16_NEXT_OR_FFFD | Draft→Stable ICU 60 |
+unumberformatter.h | void unumf_close(UNumberFormatter*) | Draft→Stable ICU 62 |
||
utf16.h | #define U16_PREV_OR_FFFD | Draft→Stable ICU 60 |
+unumberformatter.h | void unumf_closeResult(UFormattedNumber*) | Draft→Stable ICU 62 |
+||
unumberformatter.h | void unumf_formatDecimal(const UNumberFormatter*, const char*, int32_t, UFormattedNumber*, UErrorCode*) | Draft→Stable ICU 62 |
+|||||
unumberformatter.h | void unumf_formatDouble(const UNumberFormatter*, double, UFormattedNumber*, UErrorCode*) | Draft→Stable ICU 62 |
+|||||
unumberformatter.h | void unumf_formatInt(const UNumberFormatter*, int64_t, UFormattedNumber*, UErrorCode*) | Draft→Stable ICU 62 |
+|||||
unumberformatter.h | void unumf_resultGetAllFieldPositions(const UFormattedNumber*, UFieldPositionIterator*, UErrorCode*) | Draft→Stable ICU 62 |
+|||||
utf8.h | #define U8_TRUNCATE_IF_INCOMPLETE | Draft→Stable ICU 61 |
File | API | ICU 62 | ICU 63 | +File | API | ICU 63 | ICU 64 | |
---|---|---|---|---|---|---|---|---|
bytestream.h | icu::StringByteSink< StringClass >::StringByteSink(StringClass*, int32_t) | Draft→Stable ICU 60 |
+dtptngen.h | UnicodeString icu::DateTimePatternGenerator::getFieldDisplayName(UDateTimePatternField, UDateTimePGDisplayWidth) const | Draft→Stable ICU 61 |
|||
casemap.h | static void icu::CaseMap::utf8Fold(uint32_t, StringPiece, ByteSink&, Edits*, UErrorCode&) | Draft→Stable ICU 60 |
+uchar.h | enum UBlockCode::UBLOCK_EGYPTIAN_HIEROGLYPH_FORMAT_CONTROLS | (missing) | Stable +ICU 64 | (Born Stable) | |
casemap.h | static void icu::CaseMap::utf8ToLower(const char*, uint32_t, StringPiece, ByteSink&, Edits*, UErrorCode&) | Draft→Stable ICU 60 |
+uchar.h | enum UBlockCode::UBLOCK_ELYMAIC | (missing) | Stable +ICU 64 | (Born Stable) | |
casemap.h | static void icu::CaseMap::utf8ToTitle(const char*, uint32_t, BreakIterator*, StringPiece, ByteSink&, Edits*, UErrorCode&) | Draft→Stable ICU 60 |
+uchar.h | enum UBlockCode::UBLOCK_NANDINAGARI | (missing) | Stable +ICU 64 | (Born Stable) | |
casemap.h | static void icu::CaseMap::utf8ToUpper(const char*, uint32_t, StringPiece, ByteSink&, Edits*, UErrorCode&) | Draft→Stable ICU 60 |
+uchar.h | enum UBlockCode::UBLOCK_NYIAKENG_PUACHUE_HMONG | (missing) | Stable +ICU 64 | (Born Stable) | |
currunit.h | icu::CurrencyUnit::CurrencyUnit() | Draft→Stable ICU 60 |
+uchar.h | enum UBlockCode::UBLOCK_OTTOMAN_SIYAQ_NUMBERS | (missing) | Stable +ICU 64 | (Born Stable) | |
currunit.h | icu::CurrencyUnit::CurrencyUnit(const MeasureUnit&, UErrorCode&) | Draft→Stable ICU 60 |
+uchar.h | enum UBlockCode::UBLOCK_SMALL_KANA_EXTENSION | (missing) | Stable +ICU 64 | (Born Stable) | |
dcfmtsym.h | icu::DecimalFormatSymbols::DecimalFormatSymbols(const Locale&, const NumberingSystem&, UErrorCode&) | Draft→Stable ICU 60 |
+uchar.h | enum UBlockCode::UBLOCK_SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A | (missing) | Stable +ICU 64 | (Born Stable) | |
edits.h | Edits& icu::Edits::mergeAndAppend(const Edits&, const Edits&, UErrorCode&) | Draft→Stable ICU 60 |
+uchar.h | enum UBlockCode::UBLOCK_TAMIL_SUPPLEMENT | (missing) | Stable +ICU 64 | (Born Stable) | |
edits.h | Edits& icu::Edits::operator=(Edits&&) | Draft→Stable ICU 60 |
+uchar.h | enum UBlockCode::UBLOCK_WANCHO | (missing) | Stable +ICU 64 | (Born Stable) | |
edits.h | Edits& icu::Edits::operator=(const Edits&) | Draft→Stable ICU 60 |
+ucurr.h | enum UCurrNameStyle::UCURR_NARROW_SYMBOL_NAME | Draft→Stable ICU 61 |
|||
edits.h | icu::Edits::Edits(Edits&&) | Draft→Stable ICU 60 |
+udatpg.h | enum UDateTimePGDisplayWidth::UDATPG_ABBREVIATED | Draft→Stable ICU 61 |
|||
edits.h | icu::Edits::Edits(const Edits&) | Draft→Stable ICU 60 |
+udatpg.h | enum UDateTimePGDisplayWidth::UDATPG_NARROW | Draft→Stable ICU 61 |
|||
edits.h | int32_t icu::Edits::numberOfChanges() const | Draft→Stable ICU 60 |
+udatpg.h | enum UDateTimePGDisplayWidth::UDATPG_WIDE | Draft→Stable ICU 61 |
|||
filteredbrk.h | BreakIterator* icu::FilteredBreakIteratorBuilder::wrapIteratorWithFilter(BreakIterator*, UErrorCode&) | Draft→Stable ICU 60 |
+udatpg.h | int32_t udatpg_getFieldDisplayName(const UDateTimePatternGenerator*, UDateTimePatternField, UDateTimePGDisplayWidth, UChar*, int32_t, UErrorCode*) | Draft→Stable ICU 61 |
|||
filteredbrk.h | static FilteredBreakIteratorBuilder* icu::FilteredBreakIteratorBuilder::createEmptyInstance(UErrorCode&) | Draft→Stable ICU 60 |
+unumberformatter.h | UBool unumf_resultNextFieldPosition(const UFormattedNumber*, UFieldPosition*, UErrorCode*) | Draft→Stable ICU 62 |
|||
normalizer2.h | UBool icu::FilteredNormalizer2::isNormalizedUTF8(StringPiece, UErrorCode&) const | Draft→Stable ICU 60 |
+unumberformatter.h | UFormattedNumber* unumf_openResult(UErrorCode*) | Draft→Stable ICU 62 |
|||
normalizer2.h | UBool icu::Normalizer2::isNormalizedUTF8(StringPiece, UErrorCode&) const | Draft→Stable ICU 60 |
+unumberformatter.h | UNumberFormatter* unumf_openForSkeletonAndLocale(const UChar*, int32_t, const char*, UErrorCode*) | Draft→Stable ICU 62 |
|||
normalizer2.h | void icu::FilteredNormalizer2::normalizeUTF8(uint32_t, StringPiece, ByteSink&, Edits*, UErrorCode&) const | Draft→Stable ICU 60 |
+unumberformatter.h | int32_t unumf_resultToString(const UFormattedNumber*, UChar*, int32_t, UErrorCode*) | Draft→Stable ICU 62 |
|||
normalizer2.h | void icu::Normalizer2::normalizeUTF8(uint32_t, StringPiece, ByteSink&, Edits*, UErrorCode&) const | Draft→Stable ICU 60 |
+unumberformatter.h | void unumf_close(UNumberFormatter*) | Draft→Stable ICU 62 |
|||
numfmt.h | ERoundingMode icu::NumberFormat::getRoundingMode() const | Draft→Stable ICU 60 |
+unumberformatter.h | void unumf_closeResult(UFormattedNumber*) | Draft→Stable ICU 62 |
|||
numfmt.h | void icu::NumberFormat::setRoundingMode(ERoundingMode) | Draft→Stable ICU 60 |
+unumberformatter.h | void unumf_formatDecimal(const UNumberFormatter*, const char*, int32_t, UFormattedNumber*, UErrorCode*) | Draft→Stable ICU 62 |
|||
rbnf.h | ERoundingMode icu::RuleBasedNumberFormat::getRoundingMode() const | Draft→Stable ICU 60 |
+unumberformatter.h | void unumf_formatDouble(const UNumberFormatter*, double, UFormattedNumber*, UErrorCode*) | Draft→Stable ICU 62 |
|||
rbnf.h | void icu::RuleBasedNumberFormat::setRoundingMode(ERoundingMode) | Draft→Stable ICU 60 |
+unumberformatter.h | void unumf_formatInt(const UNumberFormatter*, int64_t, UFormattedNumber*, UErrorCode*) | Draft→Stable ICU 62 |
|||
stringoptions.h | #define U_EDITS_NO_RESET | Draft→Stable ICU 60 |
+unumberformatter.h | void unumf_resultGetAllFieldPositions(const UFormattedNumber*, UFieldPositionIterator*, UErrorCode*) | Draft→Stable ICU 62 |
|||
stringoptions.h | #define U_OMIT_UNCHANGED_TEXT | Draft→Stable ICU 60 |
+uscript.h | enum UScriptCode::USCRIPT_ELYMAIC | (missing) | Stable +ICU 64 | (Born Stable) | |
stringoptions.h | #define U_TITLECASE_ADJUST_TO_CASED | Draft→Stable ICU 60 |
+uscript.h | enum UScriptCode::USCRIPT_NANDINAGARI | (missing) | Stable +ICU 64 | (Born Stable) | |
stringoptions.h | #define U_TITLECASE_SENTENCES | Draft→Stable ICU 60 |
+uscript.h | enum UScriptCode::USCRIPT_NYIAKENG_PUACHUE_HMONG | (missing) | Stable +ICU 64 | (Born Stable) | |
stringoptions.h | #define U_TITLECASE_WHOLE_STRING | Draft→Stable ICU 60 |
+uscript.h | enum UScriptCode::USCRIPT_WANCHO | (missing) | Stable +ICU 64 | (Born Stable) | |
uchar.h | enum UIndicPositionalCategory::U_INPC_BOTTOM_AND_LEFT | (missing) | Stable -ICU 63 | (Born Stable) | +utf8.h | #define U8_TRUNCATE_IF_INCOMPLETE | Draft→Stable ICU 61 |
|
uchar.h | enum UIndicPositionalCategory::U_INPC_BOTTOM_AND_RIGHT | (missing) | Stable -ICU 63 | (Born Stable) | +utypes.h | enum UErrorCode::U_NUMBER_ARG_OUTOFBOUNDS_ERROR | (missing) | Stable +ICU 61 |
uchar.h | enum UIndicPositionalCategory::U_INPC_BOTTOM | (missing) | Stable -ICU 63 | (Born Stable) | +utypes.h | enum UErrorCode::U_NUMBER_SKELETON_SYNTAX_ERROR | (missing) | Stable +ICU 62 |
uchar.h | enum UIndicPositionalCategory::U_INPC_LEFT_AND_RIGHT | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicPositionalCategory::U_INPC_LEFT | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicPositionalCategory::U_INPC_NA | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicPositionalCategory::U_INPC_OVERSTRUCK | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicPositionalCategory::U_INPC_RIGHT | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicPositionalCategory::U_INPC_TOP_AND_BOTTOM_AND_RIGHT | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicPositionalCategory::U_INPC_TOP_AND_BOTTOM | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicPositionalCategory::U_INPC_TOP_AND_LEFT_AND_RIGHT | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicPositionalCategory::U_INPC_TOP_AND_LEFT | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicPositionalCategory::U_INPC_TOP_AND_RIGHT | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicPositionalCategory::U_INPC_TOP | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicPositionalCategory::U_INPC_VISUAL_ORDER_LEFT | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_AVAGRAHA | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_BINDU | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_BRAHMI_JOINING_NUMBER | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CANTILLATION_MARK | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_DEAD | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_FINAL | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_HEAD_LETTER | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_INITIAL_POSTFIXED | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_KILLER | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_MEDIAL | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_PLACEHOLDER | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_PRECEDING_REPHA | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_PREFIXED | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_SUBJOINED | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_SUCCEEDING_REPHA | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_WITH_STACKER | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_GEMINATION_MARK | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_INVISIBLE_STACKER | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_JOINER | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_MODIFYING_LETTER | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_NON_JOINER | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_NUKTA | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_NUMBER_JOINER | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_NUMBER | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_OTHER | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_PURE_KILLER | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_REGISTER_SHIFTER | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_SYLLABLE_MODIFIER | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_TONE_LETTER | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_TONE_MARK | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_VIRAMA | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_VISARGA | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_VOWEL_DEPENDENT | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_VOWEL_INDEPENDENT | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UIndicSyllabicCategory::U_INSC_VOWEL | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UProperty::UCHAR_INDIC_POSITIONAL_CATEGORY | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UProperty::UCHAR_INDIC_SYLLABIC_CATEGORY | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UProperty::UCHAR_VERTICAL_ORIENTATION | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UVerticalOrientation::U_VO_ROTATED | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UVerticalOrientation::U_VO_TRANSFORMED_ROTATED | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UVerticalOrientation::U_VO_TRANSFORMED_UPRIGHT | (missing) | Stable -ICU 63 | (Born Stable) | -||||
uchar.h | enum UVerticalOrientation::U_VO_UPRIGHT | (missing) | Stable -ICU 63 | (Born Stable) | -||||
utf16.h | #define U16_GET_OR_FFFD | Draft→Stable ICU 60 |
-||||||
utf16.h | #define U16_NEXT_OR_FFFD | Draft→Stable ICU 60 |
-||||||
utf16.h | #define U16_PREV_OR_FFFD | Draft→Stable ICU 60 |
-
File | API | ICU 62 | ICU 63 | +File | API | ICU 63 | ICU 64 |
---|---|---|---|---|---|---|---|
listformatter.h | UnicodeString& icu::ListFormatter::format(const UnicodeString items[], int32_t, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | (missing) | Draft -ICU 63 |
-||||
locid.h | Locale& icu::Locale::operator=(Locale&&) | (missing) | Draft -ICU 63 |
+currunit.h | icu::CurrencyUnit::CurrencyUnit(StringPiece, UErrorCode&) | (missing) | Draft +ICU 64 |
locid.h | StringClass icu::Locale::getKeywordValue(StringPiece, UErrorCode&) const | (missing) | Draft -ICU 63 |
+decimfmt.h | const number::LocalizedNumberFormatter* icu::DecimalFormat::toNumberFormatter(UErrorCode&) const | (missing) | Draft +ICU 64 |
locid.h | StringClass icu::Locale::getUnicodeKeywordValue(StringPiece, UErrorCode&) const | (missing) | Draft -ICU 63 |
+dtitvfmt.h | Appendable& icu::FormattedDateInterval::appendTo(Appendable&, UErrorCode&) const | (missing) | Draft +ICU 64 |
locid.h | StringClass icu::Locale::toLanguageTag(UErrorCode&) const | (missing) | Draft -ICU 63 |
+dtitvfmt.h | FormattedDateInterval icu::DateIntervalFormat::formatToValue(Calendar&, Calendar&, UErrorCode&) const | (missing) | Draft +ICU 64 |
locid.h | StringEnumeration* icu::Locale::createUnicodeKeywords(UErrorCode&) const | (missing) | Draft -ICU 63 |
+dtitvfmt.h | FormattedDateInterval icu::DateIntervalFormat::formatToValue(const DateInterval&, UErrorCode&) const | (missing) | Draft +ICU 64 |
locid.h | icu::Locale::Locale(Locale&&) | (missing) | Draft -ICU 63 |
+dtitvfmt.h | FormattedDateInterval& icu::FormattedDateInterval::operator=(FormattedDateInterval&&) | (missing) | Draft +ICU 64 |
locid.h | static Locale icu::Locale::forLanguageTag(StringPiece, UErrorCode&) | (missing) | Draft -ICU 63 |
-||||
locid.h | void icu::Locale::addLikelySubtags(UErrorCode&) | (missing) | Draft -ICU 63 |
-||||
locid.h | void icu::Locale::getKeywordValue(StringPiece, ByteSink&, UErrorCode&) const | (missing) | Draft -ICU 63 |
-||||
locid.h | void icu::Locale::getKeywords(OutputIterator, UErrorCode&) const | (missing) | Draft -ICU 63 |
-||||
locid.h | void icu::Locale::getUnicodeKeywordValue(StringPiece, ByteSink&, UErrorCode&) const | (missing) | Draft -ICU 63 |
-||||
locid.h | void icu::Locale::getUnicodeKeywords(OutputIterator, UErrorCode&) const | (missing) | Draft -ICU 63 |
-||||
locid.h | void icu::Locale::minimizeSubtags(UErrorCode&) | (missing) | Draft -ICU 63 |
-||||
locid.h | void icu::Locale::setKeywordValue(StringPiece, StringPiece, UErrorCode&) | (missing) | Draft -ICU 63 |
-||||
locid.h | void icu::Locale::setUnicodeKeywordValue(StringPiece, StringPiece, UErrorCode&) | (missing) | Draft -ICU 63 |
-||||
locid.h | void icu::Locale::toLanguageTag(ByteSink&, UErrorCode&) const | (missing) | Draft -ICU 63 |
-||||
measunit.h | static MeasureUnit* icu::MeasureUnit::createAtmosphere(UErrorCode&) | (missing) | Draft -ICU 63 |
-||||
measunit.h | static MeasureUnit* icu::MeasureUnit::createPercent(UErrorCode&) | (missing) | Draft -ICU 63 |
-||||
measunit.h | static MeasureUnit* icu::MeasureUnit::createPermille(UErrorCode&) | (missing) | Draft -ICU 63 |
-||||
measunit.h | static MeasureUnit* icu::MeasureUnit::createPetabyte(UErrorCode&) | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Appendable& icu::number::FormattedNumberRange::appendTo(Appendable&, UErrorCode&) const | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::collapse(UNumberRangeCollapse) const& | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::collapse(UNumberRangeCollapse)&& | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::identityFallback(UNumberRangeIdentityFallback) const& | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::identityFallback(UNumberRangeIdentityFallback)&& | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterBoth(UnlocalizedNumberFormatter&&) const& | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterBoth(UnlocalizedNumberFormatter&&)&& | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterBoth(const UnlocalizedNumberFormatter&) const& | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterBoth(const UnlocalizedNumberFormatter&)&& | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterFirst(UnlocalizedNumberFormatter&&) const& | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterFirst(UnlocalizedNumberFormatter&&)&& | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterFirst(const UnlocalizedNumberFormatter&) const& | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterFirst(const UnlocalizedNumberFormatter&)&& | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterSecond(UnlocalizedNumberFormatter&&) const& | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterSecond(UnlocalizedNumberFormatter&&)&& | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterSecond(const UnlocalizedNumberFormatter&) const& | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterSecond(const UnlocalizedNumberFormatter&)&& | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | FormattedNumberRange icu::number::LocalizedNumberRangeFormatter::formatFormattableRange(const Formattable&, const Formattable&, UErrorCode&) const | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | FormattedNumberRange& icu::number::FormattedNumberRange::operator=(FormattedNumberRange&&) | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | LocalizedNumberRangeFormatter icu::number::UnlocalizedNumberRangeFormatter::locale(const icu::Locale&) const& | (missing) | Draft -ICU 63 |
+dtitvfmt.h | UBool icu::FormattedDateInterval::nextPosition(ConstrainedFieldPosition&, UErrorCode&) const | (missing) | Draft +ICU 64 |
numberrangeformatter.h | LocalizedNumberRangeFormatter icu::number::UnlocalizedNumberRangeFormatter::locale(const icu::Locale&)&& | (missing) | Draft -ICU 63 |
+dtitvfmt.h | UnicodeString icu::FormattedDateInterval::toString(UErrorCode&) const | (missing) | Draft +ICU 64 |
numberrangeformatter.h | LocalizedNumberRangeFormatter& icu::number::LocalizedNumberRangeFormatter::operator=(LocalizedNumberRangeFormatter&&) | (missing) | Draft -ICU 63 |
+dtitvfmt.h | UnicodeString icu::FormattedDateInterval::toTempString(UErrorCode&) const | (missing) | Draft +ICU 64 |
numberrangeformatter.h | LocalizedNumberRangeFormatter& icu::number::LocalizedNumberRangeFormatter::operator=(const LocalizedNumberRangeFormatter&) | (missing) | Draft -ICU 63 |
+dtitvfmt.h | icu::FormattedDateInterval::FormattedDateInterval() | (missing) | Draft +ICU 64 |
numberrangeformatter.h | UBool icu::number::FormattedNumberRange::nextFieldPosition(FieldPosition&, UErrorCode&) const | (missing) | Draft -ICU 63 |
+dtitvfmt.h | icu::FormattedDateInterval::FormattedDateInterval(FormattedDateInterval&&) | (missing) | Draft +ICU 64 |
numberrangeformatter.h | UBool icu::number::NumberRangeFormatterSettings< Derived >::copyErrorTo(UErrorCode&) const | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | UNumberRangeIdentityResult icu::number::FormattedNumberRange::getIdentityResult(UErrorCode&) const | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | UnicodeString icu::number::FormattedNumberRange::getFirstDecimal(UErrorCode&) const | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | UnicodeString icu::number::FormattedNumberRange::getSecondDecimal(UErrorCode&) const | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | UnicodeString icu::number::FormattedNumberRange::toString(UErrorCode&) const | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | UnlocalizedNumberRangeFormatter& icu::number::UnlocalizedNumberRangeFormatter::operator=(UnlocalizedNumberRangeFormatter&&) | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | UnlocalizedNumberRangeFormatter& icu::number::UnlocalizedNumberRangeFormatter::operator=(const UnlocalizedNumberRangeFormatter&) | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | enum UNumberRangeCollapse::UNUM_RANGE_COLLAPSE_ALL | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | enum UNumberRangeCollapse::UNUM_RANGE_COLLAPSE_AUTO | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | enum UNumberRangeCollapse::UNUM_RANGE_COLLAPSE_NONE | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | enum UNumberRangeCollapse::UNUM_RANGE_COLLAPSE_UNIT | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | enum UNumberRangeIdentityFallback::UNUM_IDENTITY_FALLBACK_APPROXIMATELY_OR_SINGLE_VALUE | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | enum UNumberRangeIdentityFallback::UNUM_IDENTITY_FALLBACK_APPROXIMATELY | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | enum UNumberRangeIdentityFallback::UNUM_IDENTITY_FALLBACK_RANGE | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | enum UNumberRangeIdentityFallback::UNUM_IDENTITY_FALLBACK_SINGLE_VALUE | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | enum UNumberRangeIdentityResult::UNUM_IDENTITY_RESULT_EQUAL_AFTER_ROUNDING | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | enum UNumberRangeIdentityResult::UNUM_IDENTITY_RESULT_EQUAL_BEFORE_ROUNDING | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | enum UNumberRangeIdentityResult::UNUM_IDENTITY_RESULT_NOT_EQUAL | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | icu::number::FormattedNumberRange::FormattedNumberRange(FormattedNumberRange&&) | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | icu::number::FormattedNumberRange::~FormattedNumberRange() | (missing) | Draft -ICU 63 |
+dtitvfmt.h | icu::FormattedDateInterval::~FormattedDateInterval() | (missing) | Draft +ICU 64 |
numberrangeformatter.h | icu::number::LocalizedNumberRangeFormatter::LocalizedNumberRangeFormatter()=default | (missing) | Draft -ICU 63 |
+formattedvalue.h | Appendable& icu::FormattedValue::appendTo(Appendable&, UErrorCode&) const | (missing) | Draft +ICU 64 |
numberrangeformatter.h | icu::number::LocalizedNumberRangeFormatter::LocalizedNumberRangeFormatter(LocalizedNumberRangeFormatter&&) | (missing) | Draft -ICU 63 |
+formattedvalue.h | UBool icu::ConstrainedFieldPosition::matchesField(int32_t, int32_t) const | (missing) | Draft +ICU 64 |
numberrangeformatter.h | icu::number::LocalizedNumberRangeFormatter::LocalizedNumberRangeFormatter(const LocalizedNumberRangeFormatter&) | (missing) | Draft -ICU 63 |
+formattedvalue.h | UBool icu::FormattedValue::nextPosition(ConstrainedFieldPosition&, UErrorCode&) const | (missing) | Draft +ICU 64 |
numberrangeformatter.h | icu::number::LocalizedNumberRangeFormatter::~LocalizedNumberRangeFormatter() | (missing) | Draft -ICU 63 |
+formattedvalue.h | UnicodeString icu::FormattedValue::toString(UErrorCode&) const | (missing) | Draft +ICU 64 |
numberrangeformatter.h | icu::number::UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter()=default | (missing) | Draft -ICU 63 |
-||||
numberrangeformatter.h | icu::number::UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(UnlocalizedNumberRangeFormatter&&) | (missing) | Draft -ICU 63 |
+listformatter.h | UBool icu::FormattedList::nextPosition(ConstrainedFieldPosition&, UErrorCode&) const | (missing) | Draft +ICU 64 |
numberrangeformatter.h | icu::number::UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(const UnlocalizedNumberRangeFormatter&) | (missing) | Draft -ICU 63 |
+listformatter.h | UnicodeString icu::FormattedList::toString(UErrorCode&) const | (missing) | Draft +ICU 64 |
numberrangeformatter.h | static LocalizedNumberRangeFormatter icu::number::NumberRangeFormatter::withLocale(const Locale&) | (missing) | Draft -ICU 63 |
+listformatter.h | UnicodeString icu::FormattedList::toTempString(UErrorCode&) const | (missing) | Draft +ICU 64 |
numberrangeformatter.h | static UnlocalizedNumberRangeFormatter icu::number::NumberRangeFormatter::with() | (missing) | Draft -ICU 63 |
+listformatter.h | icu::FormattedList::FormattedList() | (missing) | Draft +ICU 64 |
numberrangeformatter.h | void icu::number::FormattedNumberRange::getAllFieldPositions(FieldPositionIterator&, UErrorCode&) const | (missing) | Draft -ICU 63 |
-||||
reldatefmt.h | enum UDateAbsoluteUnit::UDAT_ABSOLUTE_QUARTER | (missing) | Draft -ICU 63 |
-||||
uchar.h | const UCPMap* u_getIntPropertyMap(UProperty, UErrorCode*) | (missing) | Draft -ICU 63 |
-||||
uchar.h | const USet* u_getBinaryPropertySet(UProperty, UErrorCode*) | (missing) | Draft -ICU 63 |
-||||
uchar.h | enum UIndicPositionalCategory::U_INPC_BOTTOM_AND_LEFT | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicPositionalCategory::U_INPC_BOTTOM_AND_RIGHT | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicPositionalCategory::U_INPC_BOTTOM | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicPositionalCategory::U_INPC_LEFT_AND_RIGHT | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicPositionalCategory::U_INPC_LEFT | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicPositionalCategory::U_INPC_NA | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicPositionalCategory::U_INPC_OVERSTRUCK | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicPositionalCategory::U_INPC_RIGHT | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicPositionalCategory::U_INPC_TOP_AND_BOTTOM_AND_RIGHT | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicPositionalCategory::U_INPC_TOP_AND_BOTTOM | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicPositionalCategory::U_INPC_TOP_AND_LEFT_AND_RIGHT | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicPositionalCategory::U_INPC_TOP_AND_LEFT | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicPositionalCategory::U_INPC_TOP_AND_RIGHT | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicPositionalCategory::U_INPC_TOP | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicPositionalCategory::U_INPC_VISUAL_ORDER_LEFT | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_AVAGRAHA | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_BINDU | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_BRAHMI_JOINING_NUMBER | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CANTILLATION_MARK | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_DEAD | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_FINAL | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_HEAD_LETTER | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_INITIAL_POSTFIXED | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_KILLER | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_MEDIAL | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_PLACEHOLDER | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_PRECEDING_REPHA | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_PREFIXED | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_SUBJOINED | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_SUCCEEDING_REPHA | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT_WITH_STACKER | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_CONSONANT | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_GEMINATION_MARK | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_INVISIBLE_STACKER | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_JOINER | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_MODIFYING_LETTER | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_NON_JOINER | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_NUKTA | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_NUMBER_JOINER | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_NUMBER | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_OTHER | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_PURE_KILLER | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_REGISTER_SHIFTER | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_SYLLABLE_MODIFIER | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_TONE_LETTER | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_TONE_MARK | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_VIRAMA | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_VISARGA | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_VOWEL_DEPENDENT | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_VOWEL_INDEPENDENT | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UIndicSyllabicCategory::U_INSC_VOWEL | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UProperty::UCHAR_INDIC_POSITIONAL_CATEGORY | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UProperty::UCHAR_INDIC_SYLLABIC_CATEGORY | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UProperty::UCHAR_VERTICAL_ORIENTATION | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UVerticalOrientation::U_VO_ROTATED | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UVerticalOrientation::U_VO_TRANSFORMED_ROTATED | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UVerticalOrientation::U_VO_TRANSFORMED_UPRIGHT | (missing) | Stable -ICU 63 | (Born Stable) | -|||
uchar.h | enum UVerticalOrientation::U_VO_UPRIGHT | (missing) | Stable -ICU 63 | (Born Stable) | -|||
ucpmap.h | UChar32 ucpmap_getRange(const UCPMap*, UChar32, UCPMapRangeOption, uint32_t, UCPMapValueFilter*, const void*, uint32_t*) | (missing) | Draft -ICU 63 |
-||||
ucpmap.h | enum UCPMapRangeOption::UCPMAP_RANGE_FIXED_ALL_SURROGATES | (missing) | Draft -ICU 63 |
-||||
ucpmap.h | enum UCPMapRangeOption::UCPMAP_RANGE_FIXED_LEAD_SURROGATES | (missing) | Draft -ICU 63 |
-||||
ucpmap.h | enum UCPMapRangeOption::UCPMAP_RANGE_NORMAL | (missing) | Draft -ICU 63 |
-||||
ucpmap.h | uint32_t ucpmap_get(const UCPMap*, UChar32) | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | #define UCPTRIE_16 | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | #define UCPTRIE_32 | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | #define UCPTRIE_8 | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | #define UCPTRIE_ASCII_GET | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | #define UCPTRIE_FAST_BMP_GET | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | #define UCPTRIE_FAST_GET | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | #define UCPTRIE_FAST_SUPP_GET | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | #define UCPTRIE_FAST_U16_NEXT | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | #define UCPTRIE_FAST_U16_PREV | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | #define UCPTRIE_FAST_U8_NEXT | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | #define UCPTRIE_FAST_U8_PREV | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | #define UCPTRIE_SMALL_GET | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | UCPTrie* ucptrie_openFromBinary(UCPTrieType, UCPTrieValueWidth, const void*, int32_t, int32_t*, UErrorCode*) | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | UCPTrieType ucptrie_getType(const UCPTrie*) | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | UCPTrieValueWidth ucptrie_getValueWidth(const UCPTrie*) | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | UChar32 ucptrie_getRange(const UCPTrie*, UChar32, UCPMapRangeOption, uint32_t, UCPMapValueFilter*, const void*, uint32_t*) | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | enum UCPTrieType::UCPTRIE_TYPE_ANY | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | enum UCPTrieType::UCPTRIE_TYPE_FAST | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | enum UCPTrieType::UCPTRIE_TYPE_SMALL | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | enum UCPTrieValueWidth::UCPTRIE_VALUE_BITS_16 | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | enum UCPTrieValueWidth::UCPTRIE_VALUE_BITS_32 | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | enum UCPTrieValueWidth::UCPTRIE_VALUE_BITS_8 | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | enum UCPTrieValueWidth::UCPTRIE_VALUE_BITS_ANY | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | int32_t ucptrie_toBinary(const UCPTrie*, void*, int32_t, UErrorCode*) | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | uint32_t ucptrie_get(const UCPTrie*, UChar32) | (missing) | Draft -ICU 63 |
-||||
ucptrie.h | void ucptrie_close(UCPTrie*) | (missing) | Draft -ICU 63 |
-||||
ulistformatter.h | enum UListFormatterField::ULISTFMT_ELEMENT_FIELD | (missing) | Draft -ICU 63 |
-||||
ulistformatter.h | enum UListFormatterField::ULISTFMT_LITERAL_FIELD | (missing) | Draft -ICU 63 |
-||||
umutablecptrie.h | UCPTrie* umutablecptrie_buildImmutable(UMutableCPTrie*, UCPTrieType, UCPTrieValueWidth, UErrorCode*) | (missing) | Draft -ICU 63 |
-||||
umutablecptrie.h | UMutableCPTrie* umutablecptrie_clone(const UMutableCPTrie*, UErrorCode*) | (missing) | Draft -ICU 63 |
-||||
umutablecptrie.h | UMutableCPTrie* umutablecptrie_fromUCPMap(const UCPMap*, UErrorCode*) | (missing) | Draft -ICU 63 |
-||||
umutablecptrie.h | UMutableCPTrie* umutablecptrie_fromUCPTrie(const UCPTrie*, UErrorCode*) | (missing) | Draft -ICU 63 |
-||||
umutablecptrie.h | UMutableCPTrie* umutablecptrie_open(uint32_t, uint32_t, UErrorCode*) | (missing) | Draft -ICU 63 |
-||||
umutablecptrie.h | UChar32 umutablecptrie_getRange(const UMutableCPTrie*, UChar32, UCPMapRangeOption, uint32_t, UCPMapValueFilter*, const void*, uint32_t*) | (missing) | Draft -ICU 63 |
-||||
umutablecptrie.h | uint32_t umutablecptrie_get(const UMutableCPTrie*, UChar32) | (missing) | Draft -ICU 63 |
-||||
umutablecptrie.h | void umutablecptrie_close(UMutableCPTrie*) | (missing) | Draft -ICU 63 |
-||||
umutablecptrie.h | void umutablecptrie_set(UMutableCPTrie*, UChar32, uint32_t, UErrorCode*) | (missing) | Draft -ICU 63 |
-||||
umutablecptrie.h | void umutablecptrie_setRange(UMutableCPTrie*, UChar32, UChar32, uint32_t, UErrorCode*) | (missing) | Draft -ICU 63 |
-
File | API | ICU 62 | ICU 63 | +File | API | ICU 63 | ICU 64 |
---|---|---|---|---|---|---|---|
decimfmt.h | const number::LocalizedNumberFormatter& icu::DecimalFormat::toNumberFormatter() const | Draft ICU 62 |
-|||||
decimfmt.h | int32_t icu::DecimalFormat::getMultiplierScale() const | Draft ICU 62 |
|||||
decimfmt.h | void icu::DecimalFormat::setMultiplierScale(int32_t) | Draft ICU 62 |
|||||
dtptngen.h | UnicodeString icu::DateTimePatternGenerator::getFieldDisplayName(UDateTimePatternField, UDateTimePGDisplayWidth) const | Draft ICU 61 |
-|||||
localpointer.h | LocalArray<T>& icu::LocalArray< T >::moveFrom(LocalArray< T >&) | Draft ICU 56 |
+listformatter.h | UnicodeString& icu::ListFormatter::format(const UnicodeString items[], int32_t, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft ICU 63 |
||
localpointer.h | LocalPointer<T>& icu::LocalPointer< T >::moveFrom(LocalPointer< T >&) | Draft ICU 56 |
+locid.h | Locale& icu::Locale::operator=(Locale&&) | Draft ICU 63 |
||
locid.h | StringClass icu::Locale::getKeywordValue(StringPiece, UErrorCode&) const | Draft ICU 63 |
+|||||
locid.h | StringClass icu::Locale::getUnicodeKeywordValue(StringPiece, UErrorCode&) const | Draft ICU 63 |
+|||||
locid.h | StringClass icu::Locale::toLanguageTag(UErrorCode&) const | Draft ICU 63 |
+|||||
locid.h | StringEnumeration* icu::Locale::createUnicodeKeywords(UErrorCode&) const | Draft ICU 63 |
+|||||
locid.h | icu::Locale::Locale(Locale&&) | Draft ICU 63 |
+|||||
locid.h | static Locale icu::Locale::forLanguageTag(StringPiece, UErrorCode&) | Draft ICU 63 |
+|||||
locid.h | void icu::Locale::addLikelySubtags(UErrorCode&) | Draft ICU 63 |
+|||||
locid.h | void icu::Locale::getKeywordValue(StringPiece, ByteSink&, UErrorCode&) const | Draft ICU 63 |
+|||||
locid.h | void icu::Locale::getKeywords(OutputIterator, UErrorCode&) const | Draft ICU 63 |
+|||||
locid.h | void icu::Locale::getUnicodeKeywordValue(StringPiece, ByteSink&, UErrorCode&) const | Draft ICU 63 |
+|||||
locid.h | void icu::Locale::getUnicodeKeywords(OutputIterator, UErrorCode&) const | Draft ICU 63 |
+|||||
locid.h | void icu::Locale::minimizeSubtags(UErrorCode&) | Draft ICU 63 |
+|||||
locid.h | void icu::Locale::setKeywordValue(StringPiece, StringPiece, UErrorCode&) | Draft ICU 63 |
+|||||
locid.h | void icu::Locale::setUnicodeKeywordValue(StringPiece, StringPiece, UErrorCode&) | Draft ICU 63 |
+|||||
locid.h | void icu::Locale::toLanguageTag(ByteSink&, UErrorCode&) const | Draft ICU 63 |
+|||||
measfmt.h | void icu::MeasureFormat::parseObject(const UnicodeString&, Formattable&, ParsePosition&) const | Draft ICU 53 |
|||||
measunit.h | static MeasureUnit* icu::MeasureUnit::createAtmosphere(UErrorCode&) | Draft ICU 63 |
+|||||
measunit.h | static MeasureUnit* icu::MeasureUnit::createPercent(UErrorCode&) | Draft ICU 63 |
+|||||
measunit.h | static MeasureUnit* icu::MeasureUnit::createPermille(UErrorCode&) | Draft ICU 63 |
+|||||
measunit.h | static MeasureUnit* icu::MeasureUnit::createPetabyte(UErrorCode&) | Draft ICU 63 |
+|||||
nounit.h | UClassID icu::NoUnit::getDynamicClassID() const | Draft ICU 60 |
|||||
nounit.h | UObject* icu::NoUnit::clone() const | Draft ICU 60 |
|||||
nounit.h | icu::NoUnit::NoUnit(const NoUnit&) | Draft ICU 60 |
|||||
nounit.h | icu::NoUnit::~NoUnit() | Draft ICU 60 |
|||||
nounit.h | static NoUnit icu::NoUnit::base() | Draft ICU 60 |
|||||
nounit.h | static NoUnit icu::NoUnit::percent() | Draft ICU 60 |
|||||
nounit.h | static NoUnit icu::NoUnit::permille() | Draft ICU 60 |
|||||
nounit.h | static UClassID icu::NoUnit::getStaticClassID() | Draft ICU 60 |
-|||||
numberformatter.h | Appendable& icu::number::FormattedNumber::appendTo(Appendable&, UErrorCode&) const | (const added) - | Draft -ICU 62 |
+nounit.h | static UClassID icu::NoUnit::getStaticClassID() | Draft ICU 60 |
|
numberformatter.h | Derived icu::number::NumberFormatterSettings< Derived >::adoptPerUnit(icu::MeasureUnit*) const& | Draft ICU 61 |
@@ -1726,14 +1907,10 @@
numberformatter.h | Derived icu::number::NumberFormatterSettings< Derived >::decimal(UNumberDecimalSeparatorDisplay)&& | Draft ICU 62 |
||
numberformatter.h | Derived icu::number::NumberFormatterSettings< Derived >::grouping(UNumberGroupingStrategy) const& | (renamed) - | Draft -ICU 61 |
+numberformatter.h | Derived icu::number::NumberFormatterSettings< Derived >::grouping(UNumberGroupingStrategy) const& | Draft ICU 61 |
|
numberformatter.h | Derived icu::number::NumberFormatterSettings< Derived >::grouping(UNumberGroupingStrategy)&& | (renamed) - | Draft -ICU 62 |
+numberformatter.h | Derived icu::number::NumberFormatterSettings< Derived >::grouping(UNumberGroupingStrategy)&& | Draft ICU 62 |
|
numberformatter.h | Derived icu::number::NumberFormatterSettings< Derived >::integerWidth(const IntegerWidth&) const& | Draft ICU 60 |
@@ -1856,160 +2033,424 @@
numberformatter.h | UBool icu::number::NumberFormatterSettings< Derived >::copyErrorTo(UErrorCode&) const | Draft ICU 60 |
||
numberformatter.h | UnicodeString icu::number::FormattedNumber::toString(UErrorCode&) const | Draft ICU 62 |
-|||||
numberformatter.h | UnicodeString icu::number::NumberFormatterSettings< Derived >::toSkeleton(UErrorCode&) const | Draft ICU 62 |
|||||
numberformatter.h | UnlocalizedNumberFormatter& icu::number::UnlocalizedNumberFormatter::operator=(UnlocalizedNumberFormatter&&) | Draft ICU 62 |
|||||
numberformatter.h | UnlocalizedNumberFormatter& icu::number::UnlocalizedNumberFormatter::operator=(const UnlocalizedNumberFormatter&) | Draft ICU 62 |
|||||
numberformatter.h | icu::number::FormattedNumber::FormattedNumber(FormattedNumber&&) | Draft ICU 62 |
|||||
numberformatter.h | icu::number::FormattedNumber::~FormattedNumber() | Draft ICU 60 |
|||||
numberformatter.h | icu::number::LocalizedNumberFormatter::LocalizedNumberFormatter()=default | Draft ICU 62 |
|||||
numberformatter.h | icu::number::LocalizedNumberFormatter::LocalizedNumberFormatter(LocalizedNumberFormatter&&) | Draft ICU 62 |
|||||
numberformatter.h | icu::number::LocalizedNumberFormatter::LocalizedNumberFormatter(const LocalizedNumberFormatter&) | Draft ICU 60 |
|||||
numberformatter.h | icu::number::LocalizedNumberFormatter::~LocalizedNumberFormatter() | Draft ICU 60 |
|||||
numberformatter.h | icu::number::Scale::Scale(Scale&&) | Draft ICU 62 |
|||||
numberformatter.h | icu::number::Scale::Scale(const Scale&) | Draft ICU 62 |
|||||
numberformatter.h | icu::number::Scale::~Scale() | Draft ICU 62 |
|||||
numberformatter.h | icu::number::UnlocalizedNumberFormatter::UnlocalizedNumberFormatter()=default | Draft ICU 62 |
|||||
numberformatter.h | icu::number::UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(UnlocalizedNumberFormatter&&) | Draft ICU 62 |
|||||
numberformatter.h | icu::number::UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const UnlocalizedNumberFormatter&) | Draft ICU 60 |
|||||
numberformatter.h | static CompactNotation icu::number::Notation::compactLong() | Draft ICU 60 |
|||||
numberformatter.h | static CompactNotation icu::number::Notation::compactShort() | Draft ICU 60 |
|||||
numberformatter.h | static CurrencyPrecision icu::number::Precision::currency(UCurrencyUsage) | Draft ICU 60 |
|||||
numberformatter.h | static FractionPrecision icu::number::Precision::fixedFraction(int32_t) | Draft ICU 60 |
|||||
numberformatter.h | static FractionPrecision icu::number::Precision::integer() | Draft ICU 60 |
|||||
numberformatter.h | static FractionPrecision icu::number::Precision::maxFraction(int32_t) | Draft ICU 60 |
|||||
numberformatter.h | static FractionPrecision icu::number::Precision::minFraction(int32_t) | Draft ICU 60 |
|||||
numberformatter.h | static FractionPrecision icu::number::Precision::minMaxFraction(int32_t, int32_t) | Draft ICU 60 |
|||||
numberformatter.h | static IncrementPrecision icu::number::Precision::increment(double) | Draft ICU 60 |
|||||
numberformatter.h | static IntegerWidth icu::number::IntegerWidth::zeroFillTo(int32_t) | Draft ICU 60 |
|||||
numberformatter.h | static LocalizedNumberFormatter icu::number::NumberFormatter::withLocale(const Locale&) | Draft ICU 60 |
|||||
numberformatter.h | static Precision icu::number::Precision::unlimited() | Draft ICU 60 |
|||||
numberformatter.h | static Scale icu::number::Scale::byDecimal(StringPiece) | Draft ICU 62 |
|||||
numberformatter.h | static Scale icu::number::Scale::byDouble(double) | Draft ICU 62 |
|||||
numberformatter.h | static Scale icu::number::Scale::byDoubleAndPowerOfTen(double, int32_t) | Draft ICU 62 |
|||||
numberformatter.h | static Scale icu::number::Scale::none() | Draft ICU 62 |
|||||
numberformatter.h | static Scale icu::number::Scale::powerOfTen(int32_t) | Draft ICU 62 |
|||||
numberformatter.h | static ScientificNotation icu::number::Notation::engineering() | Draft ICU 60 |
|||||
numberformatter.h | static ScientificNotation icu::number::Notation::scientific() | Draft ICU 60 |
|||||
numberformatter.h | static SignificantDigitsPrecision icu::number::Precision::fixedSignificantDigits(int32_t) | Draft ICU 62 |
|||||
numberformatter.h | static SignificantDigitsPrecision icu::number::Precision::maxSignificantDigits(int32_t) | Draft ICU 62 |
|||||
numberformatter.h | static SignificantDigitsPrecision icu::number::Precision::minMaxSignificantDigits(int32_t, int32_t) | Draft ICU 62 |
|||||
numberformatter.h | static SignificantDigitsPrecision icu::number::Precision::minSignificantDigits(int32_t) | Draft ICU 62 |
|||||
numberformatter.h | static SimpleNotation icu::number::Notation::simple() | Draft ICU 60 |
|||||
numberformatter.h | static UnlocalizedNumberFormatter icu::number::NumberFormatter::forSkeleton(const UnicodeString&, UErrorCode&) | Draft ICU 62 |
|||||
numberformatter.h | static UnlocalizedNumberFormatter icu::number::NumberFormatter::with() | Draft ICU 60 |
|||||
numberformatter.h | void icu::number::FormattedNumber::getAllFieldPositions(FieldPositionIterator&, UErrorCode&) const | Draft ICU 62 |
|||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::collapse(UNumberRangeCollapse) const& | Draft ICU 63 |
+|||||
ucurr.h | enum UCurrNameStyle::UCURR_NARROW_SYMBOL_NAME | Draft ICU 61 |
+numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::collapse(UNumberRangeCollapse)&& | Draft ICU 63 |
||
udatpg.h | enum UDateTimePGDisplayWidth::UDATPG_ABBREVIATED | Draft ICU 61 |
+numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::identityFallback(UNumberRangeIdentityFallback) const& | Draft ICU 63 |
||
udatpg.h | enum UDateTimePGDisplayWidth::UDATPG_NARROW | Draft ICU 61 |
+numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::identityFallback(UNumberRangeIdentityFallback)&& | Draft ICU 63 |
||
udatpg.h | enum UDateTimePGDisplayWidth::UDATPG_WIDE | Draft ICU 61 |
+numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterBoth(UnlocalizedNumberFormatter&&) const& | Draft ICU 63 |
||
udatpg.h | int32_t udatpg_getFieldDisplayName(const UDateTimePatternGenerator*, UDateTimePatternField, UDateTimePGDisplayWidth, UChar*, int32_t, UErrorCode*) | Draft ICU 61 |
+numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterBoth(UnlocalizedNumberFormatter&&)&& | Draft ICU 63 |
||
unistr.h | UnicodeString& icu::UnicodeString::moveFrom(UnicodeString&) | Draft ICU 56 |
+numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterBoth(const UnlocalizedNumberFormatter&) const& | Draft ICU 63 |
||
unumberformatter.h | UBool unumf_resultNextFieldPosition(const UFormattedNumber*, UFieldPosition*, UErrorCode*) | Draft ICU 62 |
+numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterBoth(const UnlocalizedNumberFormatter&)&& | Draft ICU 63 |
||
unumberformatter.h | UFormattedNumber* unumf_openResult(UErrorCode*) | Draft ICU 62 |
+numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterFirst(UnlocalizedNumberFormatter&&) const& | Draft ICU 63 |
||
unumberformatter.h | UNumberFormatter* unumf_openForSkeletonAndLocale(const UChar*, int32_t, const char*, UErrorCode*) | Draft ICU 62 |
+numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterFirst(UnlocalizedNumberFormatter&&)&& | Draft ICU 63 |
+||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterFirst(const UnlocalizedNumberFormatter&) const& | Draft ICU 63 |
+|||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterFirst(const UnlocalizedNumberFormatter&)&& | Draft ICU 63 |
+|||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterSecond(UnlocalizedNumberFormatter&&) const& | Draft ICU 63 |
+|||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterSecond(UnlocalizedNumberFormatter&&)&& | Draft ICU 63 |
+|||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterSecond(const UnlocalizedNumberFormatter&) const& | Draft ICU 63 |
+|||||
numberrangeformatter.h | Derived icu::number::NumberRangeFormatterSettings< Derived >::numberFormatterSecond(const UnlocalizedNumberFormatter&)&& | Draft ICU 63 |
+|||||
numberrangeformatter.h | FormattedNumberRange icu::number::LocalizedNumberRangeFormatter::formatFormattableRange(const Formattable&, const Formattable&, UErrorCode&) const | Draft ICU 63 |
+|||||
numberrangeformatter.h | FormattedNumberRange& icu::number::FormattedNumberRange::operator=(FormattedNumberRange&&) | Draft ICU 63 |
+|||||
numberrangeformatter.h | LocalizedNumberRangeFormatter icu::number::UnlocalizedNumberRangeFormatter::locale(const icu::Locale&) const& | Draft ICU 63 |
+|||||
numberrangeformatter.h | LocalizedNumberRangeFormatter icu::number::UnlocalizedNumberRangeFormatter::locale(const icu::Locale&)&& | Draft ICU 63 |
+|||||
numberrangeformatter.h | LocalizedNumberRangeFormatter& icu::number::LocalizedNumberRangeFormatter::operator=(LocalizedNumberRangeFormatter&&) | Draft ICU 63 |
+|||||
numberrangeformatter.h | LocalizedNumberRangeFormatter& icu::number::LocalizedNumberRangeFormatter::operator=(const LocalizedNumberRangeFormatter&) | Draft ICU 63 |
+|||||
numberrangeformatter.h | UBool icu::number::FormattedNumberRange::nextFieldPosition(FieldPosition&, UErrorCode&) const | Draft ICU 63 |
+|||||
numberrangeformatter.h | UBool icu::number::NumberRangeFormatterSettings< Derived >::copyErrorTo(UErrorCode&) const | Draft ICU 63 |
+|||||
numberrangeformatter.h | UNumberRangeIdentityResult icu::number::FormattedNumberRange::getIdentityResult(UErrorCode&) const | Draft ICU 63 |
+|||||
numberrangeformatter.h | UnicodeString icu::number::FormattedNumberRange::getFirstDecimal(UErrorCode&) const | Draft ICU 63 |
+|||||
numberrangeformatter.h | UnicodeString icu::number::FormattedNumberRange::getSecondDecimal(UErrorCode&) const | Draft ICU 63 |
+|||||
numberrangeformatter.h | UnlocalizedNumberRangeFormatter& icu::number::UnlocalizedNumberRangeFormatter::operator=(UnlocalizedNumberRangeFormatter&&) | Draft ICU 63 |
+|||||
numberrangeformatter.h | UnlocalizedNumberRangeFormatter& icu::number::UnlocalizedNumberRangeFormatter::operator=(const UnlocalizedNumberRangeFormatter&) | Draft ICU 63 |
+|||||
numberrangeformatter.h | enum UNumberRangeCollapse::UNUM_RANGE_COLLAPSE_ALL | Draft ICU 63 |
+|||||
numberrangeformatter.h | enum UNumberRangeCollapse::UNUM_RANGE_COLLAPSE_AUTO | Draft ICU 63 |
+|||||
numberrangeformatter.h | enum UNumberRangeCollapse::UNUM_RANGE_COLLAPSE_NONE | Draft ICU 63 |
+|||||
numberrangeformatter.h | enum UNumberRangeCollapse::UNUM_RANGE_COLLAPSE_UNIT | Draft ICU 63 |
+|||||
numberrangeformatter.h | enum UNumberRangeIdentityFallback::UNUM_IDENTITY_FALLBACK_APPROXIMATELY_OR_SINGLE_VALUE | Draft ICU 63 |
+|||||
numberrangeformatter.h | enum UNumberRangeIdentityFallback::UNUM_IDENTITY_FALLBACK_APPROXIMATELY | Draft ICU 63 |
+|||||
numberrangeformatter.h | enum UNumberRangeIdentityFallback::UNUM_IDENTITY_FALLBACK_RANGE | Draft ICU 63 |
+|||||
numberrangeformatter.h | enum UNumberRangeIdentityFallback::UNUM_IDENTITY_FALLBACK_SINGLE_VALUE | Draft ICU 63 |
+|||||
numberrangeformatter.h | enum UNumberRangeIdentityResult::UNUM_IDENTITY_RESULT_EQUAL_AFTER_ROUNDING | Draft ICU 63 |
+|||||
numberrangeformatter.h | enum UNumberRangeIdentityResult::UNUM_IDENTITY_RESULT_EQUAL_BEFORE_ROUNDING | Draft ICU 63 |
+|||||
numberrangeformatter.h | enum UNumberRangeIdentityResult::UNUM_IDENTITY_RESULT_NOT_EQUAL | Draft ICU 63 |
+|||||
numberrangeformatter.h | icu::number::FormattedNumberRange::FormattedNumberRange(FormattedNumberRange&&) | Draft ICU 63 |
+|||||
numberrangeformatter.h | icu::number::FormattedNumberRange::~FormattedNumberRange() | Draft ICU 63 |
+|||||
numberrangeformatter.h | icu::number::LocalizedNumberRangeFormatter::LocalizedNumberRangeFormatter()=default | Draft ICU 63 |
+|||||
numberrangeformatter.h | icu::number::LocalizedNumberRangeFormatter::LocalizedNumberRangeFormatter(LocalizedNumberRangeFormatter&&) | Draft ICU 63 |
+|||||
numberrangeformatter.h | icu::number::LocalizedNumberRangeFormatter::LocalizedNumberRangeFormatter(const LocalizedNumberRangeFormatter&) | Draft ICU 63 |
+|||||
numberrangeformatter.h | icu::number::LocalizedNumberRangeFormatter::~LocalizedNumberRangeFormatter() | Draft ICU 63 |
+|||||
numberrangeformatter.h | icu::number::UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter()=default | Draft ICU 63 |
+|||||
numberrangeformatter.h | icu::number::UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(UnlocalizedNumberRangeFormatter&&) | Draft ICU 63 |
+|||||
numberrangeformatter.h | icu::number::UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(const UnlocalizedNumberRangeFormatter&) | Draft ICU 63 |
+|||||
numberrangeformatter.h | static LocalizedNumberRangeFormatter icu::number::NumberRangeFormatter::withLocale(const Locale&) | Draft ICU 63 |
+|||||
numberrangeformatter.h | static UnlocalizedNumberRangeFormatter icu::number::NumberRangeFormatter::with() | Draft ICU 63 |
+|||||
numberrangeformatter.h | void icu::number::FormattedNumberRange::getAllFieldPositions(FieldPositionIterator&, UErrorCode&) const | Draft ICU 63 |
+|||||
reldatefmt.h | enum UDateAbsoluteUnit::UDAT_ABSOLUTE_QUARTER | Draft ICU 63 |
+|||||
uchar.h | const UCPMap* u_getIntPropertyMap(UProperty, UErrorCode*) | Draft ICU 63 |
+|||||
uchar.h | const USet* u_getBinaryPropertySet(UProperty, UErrorCode*) | Draft ICU 63 |
+|||||
ucpmap.h | UChar32 ucpmap_getRange(const UCPMap*, UChar32, UCPMapRangeOption, uint32_t, UCPMapValueFilter*, const void*, uint32_t*) | Draft ICU 63 |
+|||||
ucpmap.h | enum UCPMapRangeOption::UCPMAP_RANGE_FIXED_ALL_SURROGATES | Draft ICU 63 |
+|||||
ucpmap.h | enum UCPMapRangeOption::UCPMAP_RANGE_FIXED_LEAD_SURROGATES | Draft ICU 63 |
+|||||
ucpmap.h | enum UCPMapRangeOption::UCPMAP_RANGE_NORMAL | Draft ICU 63 |
+|||||
ucpmap.h | uint32_t ucpmap_get(const UCPMap*, UChar32) | Draft ICU 63 |
+|||||
ucptrie.h | #define UCPTRIE_16 | Draft ICU 63 |
+|||||
ucptrie.h | #define UCPTRIE_32 | Draft ICU 63 |
+|||||
ucptrie.h | #define UCPTRIE_8 | Draft ICU 63 |
+|||||
ucptrie.h | #define UCPTRIE_ASCII_GET | Draft ICU 63 |
+|||||
ucptrie.h | #define UCPTRIE_FAST_BMP_GET | Draft ICU 63 |
+|||||
ucptrie.h | #define UCPTRIE_FAST_GET | Draft ICU 63 |
+|||||
ucptrie.h | #define UCPTRIE_FAST_SUPP_GET | Draft ICU 63 |
+|||||
ucptrie.h | #define UCPTRIE_FAST_U16_NEXT | Draft ICU 63 |
+|||||
ucptrie.h | #define UCPTRIE_FAST_U16_PREV | Draft ICU 63 |
+|||||
ucptrie.h | #define UCPTRIE_FAST_U8_NEXT | Draft ICU 63 |
+|||||
ucptrie.h | #define UCPTRIE_FAST_U8_PREV | Draft ICU 63 |
+|||||
ucptrie.h | #define UCPTRIE_SMALL_GET | Draft ICU 63 |
+|||||
ucptrie.h | UCPTrie* ucptrie_openFromBinary(UCPTrieType, UCPTrieValueWidth, const void*, int32_t, int32_t*, UErrorCode*) | Draft ICU 63 |
+|||||
ucptrie.h | UCPTrieType ucptrie_getType(const UCPTrie*) | Draft ICU 63 |
+|||||
ucptrie.h | UCPTrieValueWidth ucptrie_getValueWidth(const UCPTrie*) | Draft ICU 63 |
+|||||
ucptrie.h | UChar32 ucptrie_getRange(const UCPTrie*, UChar32, UCPMapRangeOption, uint32_t, UCPMapValueFilter*, const void*, uint32_t*) | Draft ICU 63 |
+|||||
ucptrie.h | enum UCPTrieType::UCPTRIE_TYPE_ANY | Draft ICU 63 |
+|||||
ucptrie.h | enum UCPTrieType::UCPTRIE_TYPE_FAST | Draft ICU 63 |
+|||||
ucptrie.h | enum UCPTrieType::UCPTRIE_TYPE_SMALL | Draft ICU 63 |
+|||||
ucptrie.h | enum UCPTrieValueWidth::UCPTRIE_VALUE_BITS_16 | Draft ICU 63 |
+|||||
ucptrie.h | enum UCPTrieValueWidth::UCPTRIE_VALUE_BITS_32 | Draft ICU 63 |
+|||||
ucptrie.h | enum UCPTrieValueWidth::UCPTRIE_VALUE_BITS_8 | Draft ICU 63 |
+|||||
ucptrie.h | enum UCPTrieValueWidth::UCPTRIE_VALUE_BITS_ANY | Draft ICU 63 |
+|||||
ucptrie.h | int32_t ucptrie_toBinary(const UCPTrie*, void*, int32_t, UErrorCode*) | Draft ICU 63 |
+|||||
ucptrie.h | uint32_t ucptrie_get(const UCPTrie*, UChar32) | Draft ICU 63 |
+|||||
ucptrie.h | void ucptrie_close(UCPTrie*) | Draft ICU 63 |
+|||||
ulistformatter.h | enum UListFormatterField::ULISTFMT_ELEMENT_FIELD | Draft ICU 63 |
+|||||
ulistformatter.h | enum UListFormatterField::ULISTFMT_LITERAL_FIELD | Draft ICU 63 |
+|||||
umutablecptrie.h | UCPTrie* umutablecptrie_buildImmutable(UMutableCPTrie*, UCPTrieType, UCPTrieValueWidth, UErrorCode*) | Draft ICU 63 |
+|||||
umutablecptrie.h | UMutableCPTrie* umutablecptrie_clone(const UMutableCPTrie*, UErrorCode*) | Draft ICU 63 |
+|||||
umutablecptrie.h | UMutableCPTrie* umutablecptrie_fromUCPMap(const UCPMap*, UErrorCode*) | Draft ICU 63 |
+|||||
umutablecptrie.h | UMutableCPTrie* umutablecptrie_fromUCPTrie(const UCPTrie*, UErrorCode*) | Draft ICU 63 |
+|||||
umutablecptrie.h | UMutableCPTrie* umutablecptrie_open(uint32_t, uint32_t, UErrorCode*) | Draft ICU 63 |
+|||||
umutablecptrie.h | UChar32 umutablecptrie_getRange(const UMutableCPTrie*, UChar32, UCPMapRangeOption, uint32_t, UCPMapValueFilter*, const void*, uint32_t*) | Draft ICU 63 |
+|||||
umutablecptrie.h | uint32_t umutablecptrie_get(const UMutableCPTrie*, UChar32) | Draft ICU 63 |
+|||||
umutablecptrie.h | void umutablecptrie_close(UMutableCPTrie*) | Draft ICU 63 |
+|||||
umutablecptrie.h | void umutablecptrie_set(UMutableCPTrie*, UChar32, uint32_t, UErrorCode*) | Draft ICU 63 |
+|||||
umutablecptrie.h | void umutablecptrie_setRange(UMutableCPTrie*, UChar32, UChar32, uint32_t, UErrorCode*) | Draft ICU 63 |
|||||
unumberformatter.h | enum UNumberDecimalSeparatorDisplay::UNUM_DECIMAL_SEPARATOR_ALWAYS | Draft ICU 60 |
@@ -2018,29 +2459,19 @@
unumberformatter.h | enum UNumberDecimalSeparatorDisplay::UNUM_DECIMAL_SEPARATOR_AUTO | Draft ICU 60 |
||
unumberformatter.h | enum UNumberGroupingStrategy::UNUM_GROUPING_AUTO | (renamed) - | Draft -ICU 61 |
+unumberformatter.h | enum UNumberGroupingStrategy::UNUM_GROUPING_AUTO | Draft ICU 61 |
|
unumberformatter.h | enum UNumberGroupingStrategy::UNUM_GROUPING_MIN2 | (renamed) - | Draft -ICU 61 |
+unumberformatter.h | enum UNumberGroupingStrategy::UNUM_GROUPING_MIN2 | Draft ICU 61 |
|
unumberformatter.h | enum UNumberGroupingStrategy::UNUM_GROUPING_OFF | (renamed) - | Draft -ICU 61 |
+unumberformatter.h | enum UNumberGroupingStrategy::UNUM_GROUPING_OFF | Draft ICU 61 |
|
unumberformatter.h | enum UNumberGroupingStrategy::UNUM_GROUPING_ON_ALIGNED | (renamed) - | Draft -ICU 61 |
+unumberformatter.h | enum UNumberGroupingStrategy::UNUM_GROUPING_ON_ALIGNED | Draft ICU 61 |
|
unumberformatter.h | enum UNumberGroupingStrategy::UNUM_GROUPING_THOUSANDS | (renamed) - | Draft -ICU 61 |
+unumberformatter.h | enum UNumberGroupingStrategy::UNUM_GROUPING_THOUSANDS | Draft ICU 61 |
|
unumberformatter.h | enum UNumberSignDisplay::UNUM_SIGN_ACCOUNTING_ALWAYS | Draft ICU 60 |
@@ -2079,34 +2510,10 @@
unumberformatter.h | enum UNumberUnitWidth::UNUM_UNIT_WIDTH_SHORT | Draft ICU 60 |
||
unumberformatter.h | int32_t unumf_resultToString(const UFormattedNumber*, UChar*, int32_t, UErrorCode*) | Draft ICU 62 |
-|||||
unumberformatter.h | void unumf_close(UNumberFormatter*) | Draft ICU 62 |
-|||||
unumberformatter.h | void unumf_closeResult(UFormattedNumber*) | Draft ICU 62 |
-|||||
unumberformatter.h | void unumf_formatDecimal(const UNumberFormatter*, const char*, int32_t, UFormattedNumber*, UErrorCode*) | Draft ICU 62 |
-|||||
unumberformatter.h | void unumf_formatDouble(const UNumberFormatter*, double, UFormattedNumber*, UErrorCode*) | Draft ICU 62 |
-|||||
unumberformatter.h | void unumf_formatInt(const UNumberFormatter*, int64_t, UFormattedNumber*, UErrorCode*) | Draft ICU 62 |
-|||||
unumberformatter.h | void unumf_resultGetAllFieldPositions(const UFormattedNumber*, UFieldPositionIterator*, UErrorCode*) | Draft ICU 62 |
-|||||
uregex.h | enum URegexpFlag::UREGEX_CANON_EQ | Draft ICU 2.4 |
|||||
uspoof.h | enum USpoofChecks::USPOOF_HIDDEN_OVERLAY | Draft ICU 62 |
-|||||
utf8.h | #define U8_TRUNCATE_IF_INCOMPLETE | Draft ICU 61 |
+uspoof.h | enum USpoofChecks::USPOOF_HIDDEN_OVERLAY | Draft ICU 62 |
-Contents generated by StableAPI tool on Wed Sep 26 13:17:43 PDT 2018
Copyright (C) 2018, International Business Machines Corporation, All Rights Reserved.
+Contents generated by StableAPI tool on Wed Feb 27 14:05:03 PST 2019
Copyright (C) 2019, International Business Machines Corporation, All Rights Reserved.