- Class icu::CaseMap
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::CaseMap::fold (uint32_t options, const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::CaseMap::toLower (const char *locale, uint32_t options, const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::CaseMap::toTitle (const char *locale, uint32_t options, BreakIterator *iter, const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::CaseMap::toUpper (const char *locale, uint32_t options, const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::CaseMap::utf8Fold (uint32_t options, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::CaseMap::utf8ToLower (const char *locale, uint32_t options, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::CaseMap::utf8ToTitle (const char *locale, uint32_t options, BreakIterator *iter, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::CaseMap::utf8ToUpper (const char *locale, uint32_t options, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 59
- Class icu::Char16Ptr
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Char16Ptr::Char16Ptr (char16_t *p)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Char16Ptr::Char16Ptr (uint16_t *p)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Char16Ptr::Char16Ptr (wchar_t *p)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Char16Ptr::Char16Ptr (std::nullptr_t p)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Char16Ptr::get () const
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Char16Ptr::operator char16_t * () const
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Char16Ptr::~Char16Ptr ()
- This API may be changed in the future versions and was introduced in ICU 59
- Class icu::ConstChar16Ptr
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::ConstChar16Ptr::ConstChar16Ptr (const char16_t *p)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::ConstChar16Ptr::ConstChar16Ptr (const uint16_t *p)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::ConstChar16Ptr::ConstChar16Ptr (const wchar_t *p)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::ConstChar16Ptr::ConstChar16Ptr (const std::nullptr_t p)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::ConstChar16Ptr::get () const
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::ConstChar16Ptr::operator const char16_t * () const
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::ConstChar16Ptr::~ConstChar16Ptr ()
- This API may be changed in the future versions and was introduced in ICU 59
- Class icu::Edits
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::addReplace (int32_t oldLength, int32_t newLength)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::addUnchanged (int32_t unchangedLength)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::copyErrorTo (UErrorCode &outErrorCode)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::Edits ()
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::getCoarseChangesIterator () const
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::getCoarseIterator () const
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::getFineChangesIterator () const
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::getFineIterator () const
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::hasChanges () const
- This API may be changed in the future versions and was introduced in ICU 59
- Class icu::Edits::Iterator
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::Iterator::destinationIndex () const
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::Iterator::findSourceIndex (int32_t i, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::Iterator::hasChange () const
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::Iterator::Iterator (const Iterator &other)=default
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::Iterator::newLength () const
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::Iterator::next (UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::Iterator::oldLength () const
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::Iterator::operator= (const Iterator &other)=default
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::Iterator::replacementIndex () const
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::Iterator::sourceIndex () const
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::lengthDelta () const
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::reset ()
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::Edits::~Edits ()
- This API may be changed in the future versions and was introduced in ICU 59
- 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::createPoint (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::toOldUCharPtr (const char16_t *p)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::toOldUCharPtr (char16_t *p)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::toUCharPtr (const char16_t *p)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::toUCharPtr (char16_t *p)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::UnicodeString::moveFrom (UnicodeString &src) U_NOEXCEPT
- This API may be changed in the future versions and was introduced in ICU 56
- Global icu::UnicodeString::UnicodeString (uint16_t *buffer, int32_t buffLength, int32_t buffCapacity)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::UnicodeString::UnicodeString (std::nullptr_t buffer, int32_t buffLength, int32_t buffCapacity)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::UnicodeString::UnicodeString (const wchar_t *text)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::UnicodeString::UnicodeString (const std::nullptr_t text, int32_t length)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::UnicodeString::UnicodeString (wchar_t *buffer, int32_t buffLength, int32_t buffCapacity)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::UnicodeString::UnicodeString (const uint16_t *text)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::UnicodeString::UnicodeString (const std::nullptr_t text)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::UnicodeString::UnicodeString (const uint16_t *text, int32_t length)
- This API may be changed in the future versions and was introduced in ICU 59
- Global icu::UnicodeString::UnicodeString (const wchar_t *text, int32_t length)
- This API may be changed in the future versions and was introduced in ICU 59
- Class LocalUBiDiTransformPointer
- This API may be changed in the future versions and was introduced in ICU 58
- Class LocalUSpoofCheckResultPointer
- This API may be changed in the future versions and was introduced in ICU 58
- Global OldUChar
- This API may be changed in the future versions and was introduced in ICU 59
- 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 ubrk_getBinaryRules (UBreakIterator *bi, uint8_t *binaryRules, int32_t rulesCapacity, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 59
- Global ubrk_openBinaryRules (const uint8_t *binaryRules, int32_t rulesLength, const UChar *text, int32_t textLength, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 59
- Global UCASEMAP_OMIT_UNCHANGED_TEXT
- This API may be changed in the future versions and was introduced in ICU 59
- 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 unum_formatDoubleForFields (const UNumberFormat *format, double number, UChar *result, int32_t resultLength, UFieldPositionIterator *fpositer, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 59
- Global uplrules_getKeywords (const UPluralRules *uplrules, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 59
- Global UREGEX_CANON_EQ
- This API may be changed in the future versions and was introduced in ICU 2.4
- 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