- Global icu::LocalArray< T >::moveFrom (LocalArray< T > &src) U_NOEXCEPT
- This API may be changed in the future versions and was introduced in ICU 56
- Global icu::LocalPointer< T >::moveFrom (LocalPointer< T > &src) U_NOEXCEPT
- This API may be changed in the future versions and was introduced in ICU 56
- Global icu::MeasureFormat::getUnitDisplayName (const MeasureUnit &unit, UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 58
- Global icu::MeasureFormat::parseObject (const UnicodeString &source, Formattable &reslt, ParsePosition &pos) const
- This API may be changed in the future versions and was introduced in ICU 53
- Global icu::MeasureUnit::createEast (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 58
- Global icu::MeasureUnit::createGallonImperial (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::MeasureUnit::createMilePerGallonImperial (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::MeasureUnit::createMilligramPerDeciliter (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::MeasureUnit::createMillimolePerLiter (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::MeasureUnit::createNorth (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 58
- Global icu::MeasureUnit::createPartPerMillion (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::MeasureUnit::createSouth (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 58
- Global icu::MeasureUnit::createWest (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 58
- Global icu::RelativeDateTimeFormatter::format (double offset, URelativeDateTimeUnit unit, UnicodeString &appendTo, UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::RelativeDateTimeFormatter::formatNumeric (double offset, URelativeDateTimeUnit unit, UnicodeString &appendTo, UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 57
- Class icu::SimpleFormatter
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::SimpleFormatter::applyPattern (const UnicodeString &pattern, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::SimpleFormatter::applyPatternMinMaxArguments (const UnicodeString &pattern, int32_t min, int32_t max, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::SimpleFormatter::format (const UnicodeString &value0, UnicodeString &appendTo, UErrorCode &errorCode) const
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::SimpleFormatter::format (const UnicodeString &value0, const UnicodeString &value1, UnicodeString &appendTo, UErrorCode &errorCode) const
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::SimpleFormatter::format (const UnicodeString &value0, const UnicodeString &value1, const UnicodeString &value2, UnicodeString &appendTo, UErrorCode &errorCode) const
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::SimpleFormatter::formatAndAppend (const UnicodeString *const *values, int32_t valuesLength, UnicodeString &appendTo, int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::SimpleFormatter::formatAndReplace (const UnicodeString *const *values, int32_t valuesLength, UnicodeString &result, int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::SimpleFormatter::getArgumentLimit () const
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::SimpleFormatter::getTextWithNoArguments () const
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::SimpleFormatter::operator= (const SimpleFormatter &other)
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::SimpleFormatter::SimpleFormatter ()
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::SimpleFormatter::SimpleFormatter (const UnicodeString &pattern, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::SimpleFormatter::SimpleFormatter (const UnicodeString &pattern, int32_t min, int32_t max, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::SimpleFormatter::SimpleFormatter (const SimpleFormatter &other)
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::SimpleFormatter::~SimpleFormatter ()
- This API may be changed in the future versions and was introduced in ICU 57
- Global icu::UnicodeString::moveFrom (UnicodeString &src) U_NOEXCEPT
- This API may be changed in the future versions and was introduced in ICU 56
- Class LocalUBiDiTransformPointer
- This API may be changed in the future versions and was introduced in ICU 58
- Class LocalURelativeDateTimeFormatterPointer
- This API may be changed in the future versions and was introduced in ICU 57
- Class LocalUSpoofCheckResultPointer
- This API may be changed in the future versions and was introduced in ICU 58
- Global UBIDI_LOGICAL
- This API may be changed in the future versions and was introduced in ICU 58
- Global UBIDI_MIRRORING_OFF
- This API may be changed in the future versions and was introduced in ICU 58
- Global UBIDI_MIRRORING_ON
- This API may be changed in the future versions and was introduced in ICU 58
- Global UBIDI_VISUAL
- This API may be changed in the future versions and was introduced in ICU 58
- Global UBiDiMirroring
- This API may be changed in the future versions and was introduced in ICU 58
- Global UBiDiTransform
- This API may be changed in the future versions and was introduced in ICU 58
- File ubiditransform.h
- This API may be changed in the future versions and was introduced in ICU 58
- Global ubiditransform_close (UBiDiTransform *pBidiTransform)
- This API may be changed in the future versions and was introduced in ICU 58
- Global ubiditransform_open (UErrorCode *pErrorCode)
- This API may be changed in the future versions and was introduced in ICU 58
- Global ubiditransform_transform (UBiDiTransform *pBiDiTransform, const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, UBiDiLevel inParaLevel, UBiDiOrder inOrder, UBiDiLevel outParaLevel, UBiDiOrder outOrder, UBiDiMirroring doMirroring, uint32_t shapingOptions, UErrorCode *pErrorCode)
- This API may be changed in the future versions and was introduced in ICU 58
- Global UCHAR_EMOJI
- This API may be changed in the future versions and was introduced in ICU 57
- Global UCHAR_EMOJI_MODIFIER
- This API may be changed in the future versions and was introduced in ICU 57
- Global UCHAR_EMOJI_MODIFIER_BASE
- This API may be changed in the future versions and was introduced in ICU 57
- Global UCHAR_EMOJI_PRESENTATION
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDAT_AM_PM_MIDNIGHT_NOON_FIELD
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDAT_REL_UNIT_DAY
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDAT_REL_UNIT_FRIDAY
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDAT_REL_UNIT_HOUR
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDAT_REL_UNIT_MINUTE
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDAT_REL_UNIT_MONDAY
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDAT_REL_UNIT_MONTH
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDAT_REL_UNIT_QUARTER
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDAT_REL_UNIT_SATURDAY
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDAT_REL_UNIT_SECOND
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDAT_REL_UNIT_SUNDAY
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDAT_REL_UNIT_THURSDAY
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDAT_REL_UNIT_TUESDAY
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDAT_REL_UNIT_WEDNESDAY
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDAT_REL_UNIT_WEEK
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDAT_REL_UNIT_YEAR
- This API may be changed in the future versions and was introduced in ICU 57
- Global UDISPCTX_NO_SUBSTITUTE
- This API may be changed in the future versions and was introduced in ICU 58
- Global UDISPCTX_SUBSTITUTE
- This API may be changed in the future versions and was introduced in ICU 58
- Global UDISPCTX_TYPE_SUBSTITUTE_HANDLING
- This API may be changed in the future versions and was introduced in ICU 58
- Global UREGEX_CANON_EQ
- This API may be changed in the future versions and was introduced in ICU 2.4
- Global URelativeDateTimeFormatter
- This API may be changed in the future versions and was introduced in ICU 57
- Global URelativeDateTimeUnit
- This API may be changed in the future versions and was introduced in ICU 57
- File ureldatefmt.h
- This API may be changed in the future versions and was introduced in ICU 57
- Global ureldatefmt_close (URelativeDateTimeFormatter *reldatefmt)
- This API may be changed in the future versions and was introduced in ICU 57
- Global ureldatefmt_combineDateAndTime (const URelativeDateTimeFormatter *reldatefmt, const UChar *relativeDateString, int32_t relativeDateStringLen, const UChar *timeString, int32_t timeStringLen, UChar *result, int32_t resultCapacity, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 57
- Global ureldatefmt_format (const URelativeDateTimeFormatter *reldatefmt, double offset, URelativeDateTimeUnit unit, UChar *result, int32_t resultCapacity, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 57
- Global ureldatefmt_formatNumeric (const URelativeDateTimeFormatter *reldatefmt, double offset, URelativeDateTimeUnit unit, UChar *result, int32_t resultCapacity, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 57
- Global ureldatefmt_open (const char *locale, UNumberFormat *nfToAdopt, UDateRelativeDateTimeFormatterStyle width, UDisplayContext capitalizationContext, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 57
- Global uspoof_check2 (const USpoofChecker *sc, const UChar *id, int32_t length, USpoofCheckResult *checkResult, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 58
- Global uspoof_check2UnicodeString (const USpoofChecker *sc, const icu::UnicodeString &id, USpoofCheckResult *checkResult, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 58
- Global uspoof_check2UTF8 (const USpoofChecker *sc, const char *id, int32_t length, USpoofCheckResult *checkResult, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 58
- Global uspoof_closeCheckResult (USpoofCheckResult *checkResult)
- This API may be changed in the future versions and was introduced in ICU 58
- Global USPOOF_CONFUSABLE
- This API may be changed in the future versions and was introduced in ICU 58
- Global uspoof_getCheckResultChecks (const USpoofCheckResult *checkResult, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 58
- Global uspoof_getCheckResultNumerics (const USpoofCheckResult *checkResult, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 58
- Global uspoof_getCheckResultRestrictionLevel (const USpoofCheckResult *checkResult, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 58
- Global uspoof_openCheckResult (UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 58