- Class AlphabeticIndex
- This API may be changed in the future versions and was introduced in ICU 4.8 This API might change or be removed in a future release.
- Global AlphabeticIndex::addLabels (const UnicodeSet &additions, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::addLabels (const Locale &locale, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::addRecord (const UnicodeString &name, const void *data, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::AlphabeticIndex (const Locale &locale, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::clearRecords (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::getBucketCount (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::getBucketIndex (const UnicodeString &itemName, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::getBucketIndex () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::getBucketLabel () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::getBucketLabelType () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::getBucketRecordCount () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::getCollator () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::getInflowLabel () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::getMaxLabelCount () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::getOverflowLabel () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::getRecordCount (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::getRecordData () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::getRecordName () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::getUnderflowLabel () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::nextBucket (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::nextRecord (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::resetBucketIterator (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::resetRecordIterator ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::setInflowLabel (const UnicodeString &inflowLabel, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::setMaxLabelCount (int32_t maxLabelCount, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::setOverflowLabel (const UnicodeString &overflowLabel, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::setUnderflowLabel (const UnicodeString &underflowLabel, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global AlphabeticIndex::~AlphabeticIndex ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Class Appendable
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global Appendable::appendCodePoint (UChar32 c)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global Appendable::appendCodeUnit (UChar c)=0
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global Appendable::appendString (const UChar *s, int32_t length)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global Appendable::getAppendBuffer (int32_t minCapacity, int32_t desiredCapacityHint, UChar *scratch, int32_t scratchCapacity, int32_t *resultCapacity)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global Appendable::reserveAppendCapacity (int32_t appendCapacity)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Class BytesTrie
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::BytesTrie (const void *trieBytes)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::BytesTrie (const BytesTrie &other)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::current () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::first (int32_t inByte)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::getNextBytes (ByteSink &out) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::getValue () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::hasUniqueValue (int32_t &uniqueValue) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Class BytesTrie::Iterator
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::Iterator::getString () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::Iterator::getValue () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::Iterator::hasNext () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::Iterator::Iterator (const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::Iterator::Iterator (const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::Iterator::next (UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::Iterator::reset ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::Iterator::~Iterator ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::next (int32_t inByte)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::next (const char *s, int32_t length)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::reset ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::resetToState (const State &state)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::saveState (State &state) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Class BytesTrie::State
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::State::State ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrie::~BytesTrie ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Class BytesTrieBuilder
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrieBuilder::add (const StringPiece &s, int32_t value, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrieBuilder::build (UStringTrieBuildOption buildOption, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrieBuilder::buildStringPiece (UStringTrieBuildOption buildOption, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrieBuilder::BytesTrieBuilder (UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrieBuilder::clear ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global BytesTrieBuilder::~BytesTrieBuilder ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global CheckedArrayByteSink::NumberOfBytesAppended () const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global CheckedArrayByteSink::Reset ()
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global Collator::getEquivalentReorderCodes (int32_t reorderCode, int32_t *dest, int32_t destCapacity, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global Collator::getReorderCodes (int32_t *dest, int32_t destCapacity, UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global Collator::setReorderCodes (const int32_t *reorderCodes, int32_t reorderCodesLength, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global DateIntervalFormat::adoptTimeZone (TimeZone *zoneToAdopt)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global DateIntervalFormat::getTimeZone (void) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global DateIntervalFormat::setTimeZone (const TimeZone &zone)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global DecimalFormat::kRoundUnnecessary
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global DecimalFormatSymbols::getPatternForCurrencySpacing (UCurrencySpacing type, UBool beforeCurrency, UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global DecimalFormatSymbols::kEightDigitSymbol
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global DecimalFormatSymbols::kFiveDigitSymbol
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global DecimalFormatSymbols::kFourDigitSymbol
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global DecimalFormatSymbols::kNineDigitSymbol
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global DecimalFormatSymbols::kOneDigitSymbol
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global DecimalFormatSymbols::kSevenDigitSymbol
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global DecimalFormatSymbols::kSixDigitSymbol
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global DecimalFormatSymbols::kThreeDigitSymbol
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global DecimalFormatSymbols::kTwoDigitSymbol
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global DecimalFormatSymbols::setPatternForCurrencySpacing (UCurrencySpacing type, UBool beforeCurrency, const UnicodeString &pattern)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global FilteredNormalizer2::getDecomposition (UChar32 c, UnicodeString &decomposition) const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Class IDNA
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global IDNA::createUTS46Instance (uint32_t options, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global IDNA::labelToASCII (const UnicodeString &label, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const =0
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global IDNA::labelToASCII_UTF8 (const StringPiece &label, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global IDNA::labelToUnicode (const UnicodeString &label, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const =0
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global IDNA::labelToUnicodeUTF8 (const StringPiece &label, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global IDNA::nameToASCII (const UnicodeString &name, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const =0
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global IDNA::nameToASCII_UTF8 (const StringPiece &name, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global IDNA::nameToUnicode (const UnicodeString &name, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const =0
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global IDNA::nameToUnicodeUTF8 (const StringPiece &name, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Class IDNAInfo
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global IDNAInfo::getErrors () const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global IDNAInfo::hasErrors () const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global IDNAInfo::IDNAInfo ()
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global IDNAInfo::isTransitionalDifferent () const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global MessageFormat::applyPattern (const UnicodeString &pattern, UMessagePatternApostropheMode aposMode, UParseError *parseError, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessageFormat::getApostropheMode () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Class MessagePattern
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::autoQuoteApostropheDeep () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::clear ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::clearPatternAndSetApostropheMode (UMessagePatternApostropheMode mode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::countParts () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::getApostropheMode () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::getLimitPartIndex (int32_t start) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::getNumericValue (const Part &part) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::getPart (int32_t i) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::getPartType (int32_t i) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::getPatternIndex (int32_t partIndex) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::getPatternString () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::getPluralOffset (int32_t pluralStart) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::getSubstring (const Part &part) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::hashCode () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::hasNamedArguments () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::hasNumberedArguments () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::MessagePattern (UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::MessagePattern (UMessagePatternApostropheMode mode, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::MessagePattern (const UnicodeString &pattern, UParseError *parseError, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::MessagePattern (const MessagePattern &other)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::operator!= (const MessagePattern &other) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::operator= (const MessagePattern &other)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::operator== (const MessagePattern &other) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::parse (const UnicodeString &pattern, UParseError *parseError, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::parseChoiceStyle (const UnicodeString &pattern, UParseError *parseError, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::parsePluralStyle (const UnicodeString &pattern, UParseError *parseError, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::parseSelectStyle (const UnicodeString &pattern, UParseError *parseError, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Class MessagePattern::Part
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::Part::getArgType () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::Part::getIndex () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::Part::getLength () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::Part::getLimit () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::Part::getType () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::Part::getValue () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::Part::hashCode () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::Part::hasNumericValue (UMessagePatternPartType type)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::Part::operator!= (const Part &other) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::Part::operator== (const Part &other) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::partSubstringMatches (const Part &part, const UnicodeString &s) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::validateArgumentName (const UnicodeString &name)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global MessagePattern::~MessagePattern ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global Normalizer2::getDecomposition (UChar32 c, UnicodeString &decomposition) const =0
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global NumberFormat::createInstance (const Locale &desiredLocale, UNumberFormatStyle style, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global NumberFormat::isLenient (void) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global NumberFormat::setLenient (UBool enable)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global NumberingSystem::getName ()
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global operator!= (const StringPiece &x, const StringPiece &y)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global operator== (const StringPiece &x, const StringPiece &y)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global PluralRules::getAllKeywordValues (const UnicodeString &keyword, double *dest, int32_t destCapacity, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global PluralRules::getSamples (const UnicodeString &keyword, double *dest, int32_t destCapacity, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global PluralRules::getUniqueKeywordValue (const UnicodeString &keyword)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global RegexMatcher::appendReplacement (UText *dest, UText *replacement, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::appendTail (UText *dest, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::end64 (UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::end64 (int32_t group, UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::getFindProgressCallback (URegexFindProgressCallback *&callback, const void *&context, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::getInput (UText *dest, UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::group (UText *dest, int64_t &group_len, UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::group (int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::inputText () const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::refreshInputText (UText *input, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global RegexMatcher::RegexMatcher (UText *regexp, uint32_t flags, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::RegexMatcher (UText *regexp, UText *input, uint32_t flags, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::region (int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::regionEnd64 () const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::regionStart64 () const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::replaceAll (UText *replacement, UText *dest, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::replaceFirst (UText *replacement, UText *dest, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::reset (UText *input)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::setFindProgressCallback (URegexFindProgressCallback *callback, const void *context, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::split (UText *input, UText *dest[], int32_t destCapacity, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::start64 (UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexMatcher::start64 (int32_t group, UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexPattern::compile (UText *regex, UParseError &pe, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexPattern::compile (UText *regex, uint32_t flags, UParseError &pe, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexPattern::compile (UText *regex, uint32_t flags, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexPattern::matches (UText *regex, UText *input, UParseError &pe, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexPattern::patternText (UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RegexPattern::split (UText *input, UText *dest[], int32_t destCapacity, UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global RuleBasedBreakIterator::getBinaryRules (uint32_t &length)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global RuleBasedBreakIterator::RuleBasedBreakIterator (const uint8_t *compiledRules, uint32_t ruleLength, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global RuleBasedCollator::getEquivalentReorderCodes (int32_t reorderCode, int32_t *dest, int32_t destCapacity, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global RuleBasedCollator::getReorderCodes (int32_t *dest, int32_t destCapacity, UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global RuleBasedCollator::setReorderCodes (const int32_t *reorderCodes, int32_t reorderCodesLength, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global StringPiece::set (const char *xdata, int32_t len)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global StringPiece::set (const char *str)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Class StringTrieBuilder
- This API may be changed in the future versions and was introduced in ICU 4.8
- Class TimeUnitFormat
- This API may be changed in the future versions and was introduced in ICU 4.2
- Global TimeUnitFormat::TimeUnitFormat (const Locale &locale, UTimeUnitFormatStyle style, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global TimeZone::createTimeZoneIDEnumeration (USystemTimeZoneType zoneType, const char *region, const int32_t *rawOffset, UErrorCode &ec)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global TimeZone::getRegion (const UnicodeString &id, char *region, int32_t capacity, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global U_ALPHAINDEX_INFLOW
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global U_ALPHAINDEX_NORMAL
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global U_ALPHAINDEX_OVERFLOW
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global U_ALPHAINDEX_UNDERFLOW
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global U_DATE_MAX
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global U_DATE_MIN
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global U_FORMAT_INEXACT_ERROR
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global U_SHAPE_TAIL_NEW_UNICODE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global U_SHAPE_TAIL_TYPE_MASK
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global U_STD_NS
- This API may be changed in the future versions and was introduced in ICU 4.2
- Global U_STD_NS_USE
- This API may be changed in the future versions and was introduced in ICU 4.2
- Global U_STD_NSQ
- This API may be changed in the future versions and was introduced in ICU 4.2
- Global UAlphabeticIndexLabelType
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global ubidi_getBaseDirection (const UChar *text, int32_t length)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UBIDI_NEUTRAL
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global ubidi_setContext (UBiDi *pBiDi, const UChar *prologue, int32_t proLength, const UChar *epilogue, int32_t epiLength, UErrorCode *pErrorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global ucal_getFieldDifference (UCalendar *cal, UDate target, UCalendarDateFields field, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global ucal_openTimeZoneIDEnumeration (USystemTimeZoneType zoneType, const char *region, const int32_t *rawOffset, UErrorCode *ec)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCAL_UNKNOWN_ZONE_ID
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCAL_ZONE_TYPE_ANY
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCAL_ZONE_TYPE_CANONICAL
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCAL_ZONE_TYPE_CANONICAL_LOCATION
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UChar
- This API may be changed in the future versions and was introduced in ICU 4.4
- Global UCHAR_OTHER_PROPERTY_LIMIT
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UCHAR_OTHER_PROPERTY_START
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UCHAR_SCRIPT_EXTENSIONS
- This API may be changed in the future versions and was introduced in ICU 4.6
- Class UCharsTrie
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::current () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::first (int32_t uchar)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::firstForCodePoint (UChar32 cp)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::getNextUChars (Appendable &out) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::getValue () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::hasUniqueValue (int32_t &uniqueValue) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Class UCharsTrie::Iterator
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::Iterator::getString () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::Iterator::getValue () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::Iterator::hasNext () const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::Iterator::Iterator (const UChar *trieUChars, int32_t maxStringLength, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::Iterator::Iterator (const UCharsTrie &trie, int32_t maxStringLength, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::Iterator::next (UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::Iterator::reset ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::Iterator::~Iterator ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::next (int32_t uchar)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::next (const UChar *s, int32_t length)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::nextForCodePoint (UChar32 cp)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::reset ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::resetToState (const State &state)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::saveState (State &state) const
- This API may be changed in the future versions and was introduced in ICU 4.8
- Class UCharsTrie::State
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::State::State ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::UCharsTrie (const UChar *trieUChars)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::UCharsTrie (const UCharsTrie &other)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrie::~UCharsTrie ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Class UCharsTrieBuilder
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrieBuilder::add (const UnicodeString &s, int32_t value, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrieBuilder::build (UStringTrieBuildOption buildOption, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrieBuilder::buildUnicodeString (UStringTrieBuildOption buildOption, UnicodeString &result, UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrieBuilder::clear ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrieBuilder::UCharsTrieBuilder (UErrorCode &errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCharsTrieBuilder::~UCharsTrieBuilder ()
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCNV_COMPOUND_TEXT
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global ucnv_isFixedWidth (UConverter *cnv, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global ucol_getEquivalentReorderCodes (int32_t reorderCode, int32_t *dest, int32_t destCapacity, UErrorCode *pErrorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global ucol_getReorderCodes (const UCollator *coll, int32_t *dest, int32_t destCapacity, UErrorCode *pErrorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCOL_REORDER_CODE_CURRENCY
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCOL_REORDER_CODE_DEFAULT
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCOL_REORDER_CODE_DIGIT
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCOL_REORDER_CODE_FIRST
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCOL_REORDER_CODE_LIMIT
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCOL_REORDER_CODE_NONE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCOL_REORDER_CODE_OTHERS
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCOL_REORDER_CODE_PUNCTUATION
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCOL_REORDER_CODE_SPACE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCOL_REORDER_CODE_SYMBOL
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global ucol_setReorderCodes (UCollator *coll, const int32_t *reorderCodes, int32_t reorderCodesLength, UErrorCode *pErrorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UColReorderCode
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCONFIG_MSGPAT_DEFAULT_APOSTROPHE_MODE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global ucurr_isAvailable (const UChar *isoCode, UDate from, UDate to, UErrorCode *errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UCurrencySpacing
This API may be changed in the future versions and was introduced in ICU 4.8
This API may be changed in the future versions and was introduced in ICU 4.8
- Global UIDNA
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_CHECK_BIDI
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_CHECK_CONTEXTJ
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uidna_close (UIDNA *idna)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_ERROR_BIDI
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_ERROR_CONTEXTJ
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_ERROR_DISALLOWED
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_ERROR_DOMAIN_NAME_TOO_LONG
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_ERROR_EMPTY_LABEL
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_ERROR_HYPHEN_3_4
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_ERROR_INVALID_ACE_LABEL
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_ERROR_LABEL_HAS_DOT
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_ERROR_LABEL_TOO_LONG
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_ERROR_LEADING_COMBINING_MARK
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_ERROR_LEADING_HYPHEN
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_ERROR_PUNYCODE
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_ERROR_TRAILING_HYPHEN
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_INFO_INITIALIZER
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uidna_labelToASCII (const UIDNA *idna, const UChar *label, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uidna_labelToASCII_UTF8 (const UIDNA *idna, const char *label, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uidna_labelToUnicode (const UIDNA *idna, const UChar *label, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uidna_labelToUnicodeUTF8 (const UIDNA *idna, const char *label, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uidna_nameToASCII (const UIDNA *idna, const UChar *name, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uidna_nameToASCII_UTF8 (const UIDNA *idna, const char *name, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uidna_nameToUnicode (const UIDNA *idna, const UChar *name, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uidna_nameToUnicodeUTF8 (const UIDNA *idna, const char *name, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_NONTRANSITIONAL_TO_ASCII
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNA_NONTRANSITIONAL_TO_UNICODE
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uidna_openUTS46 (uint32_t options, UErrorCode *pErrorCode)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Class UIDNAInfo
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNAInfo::errors
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNAInfo::isTransitionalDifferent
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UIDNAInfo::size
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uloc_forLanguageTag (const char *langtag, char *localeID, int32_t localeIDCapacity, int32_t *parsedLength, UErrorCode *err)
- This API may be changed in the future versions and was introduced in ICU 4.2
- Global ULOC_KEYWORD_ASSIGN_UNICODE
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global ULOC_KEYWORD_ITEM_SEPARATOR_UNICODE
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global ULOC_KEYWORD_SEPARATOR_UNICODE
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uloc_toLanguageTag (const char *localeID, char *langtag, int32_t langtagCapacity, UBool strict, UErrorCode *err)
- This API may be changed in the future versions and was introduced in ICU 4.2
- Global ULOCDATA_ES_INDEX
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMessagePatternApostropheMode
This API may be changed in the future versions and was introduced in ICU 4.8
This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMessagePatternArgType
This API may be changed in the future versions and was introduced in ICU 4.8
This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMessagePatternPartType
This API may be changed in the future versions and was introduced in ICU 4.8
This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_APOS_DOUBLE_OPTIONAL
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_APOS_DOUBLE_REQUIRED
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_ARG_NAME_NOT_NUMBER
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_ARG_NAME_NOT_VALID
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_ARG_TYPE_CHOICE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_ARG_TYPE_NONE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_ARG_TYPE_PLURAL
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_ARG_TYPE_SELECT
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_ARG_TYPE_SIMPLE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_NO_NUMERIC_VALUE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_DOUBLE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_INT
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_LIMIT
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_NAME
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_NUMBER
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_SELECTOR
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_START
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_STYLE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_TYPE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_PART_TYPE_INSERT_CHAR
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_PART_TYPE_MSG_LIMIT
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_PART_TYPE_MSG_START
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_PART_TYPE_REPLACE_NUMBER
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UMSGPAT_PART_TYPE_SKIP_SYNTAX
- This API may be changed in the future versions and was introduced in ICU 4.8
- Class UnicodeStringAppendable
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UnicodeStringAppendable::appendCodePoint (UChar32 c)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UnicodeStringAppendable::appendCodeUnit (UChar c)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UnicodeStringAppendable::appendString (const UChar *s, int32_t length)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UnicodeStringAppendable::getAppendBuffer (int32_t minCapacity, int32_t desiredCapacityHint, UChar *scratch, int32_t scratchCapacity, int32_t *resultCapacity)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UnicodeStringAppendable::reserveAppendCapacity (int32_t appendCapacity)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UnicodeStringAppendable::UnicodeStringAppendable (UnicodeString &s)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global unorm2_getDecomposition (const UNormalizer2 *norm2, UChar32 c, UChar *decomposition, int32_t capacity, UErrorCode *pErrorCode)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UNUM_CURRENCY_ISO
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UNUM_CURRENCY_PLURAL
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UNUM_EIGHT_DIGIT_SYMBOL
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UNUM_FIVE_DIGIT_SYMBOL
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UNUM_FORMAT_STYLE_COUNT
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UNUM_FOUR_DIGIT_SYMBOL
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UNUM_NINE_DIGIT_SYMBOL
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UNUM_ONE_DIGIT_SYMBOL
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UNUM_ROUND_UNNECESSARY
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UNUM_SEVEN_DIGIT_SYMBOL
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UNUM_SIX_DIGIT_SYMBOL
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UNUM_THREE_DIGIT_SYMBOL
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UNUM_TWO_DIGIT_SYMBOL
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UPLRULES_NO_UNIQUE_VALUE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global uregex_appendReplacementUText (URegularExpression *regexp, UText *replacementText, UText *dest, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_appendTailUText (URegularExpression *regexp, UText *dest, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global UREGEX_CANON_EQ
- This API may be changed in the future versions and was introduced in ICU 2.4
- Global uregex_end64 (URegularExpression *regexp, int32_t groupNum, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_find64 (URegularExpression *regexp, int64_t startIndex, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_getFindProgressCallback (const URegularExpression *regexp, URegexFindProgressCallback **callback, const void **context, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_getUText (URegularExpression *regexp, UText *dest, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_groupUText (URegularExpression *regexp, int32_t groupNum, UText *dest, int64_t *groupLength, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_lookingAt64 (URegularExpression *regexp, int64_t startIndex, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_matches64 (URegularExpression *regexp, int64_t startIndex, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_openUText (UText *pattern, uint32_t flags, UParseError *pe, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_patternUText (const URegularExpression *regexp, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_refreshUText (URegularExpression *regexp, UText *text, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global uregex_regionEnd64 (const URegularExpression *regexp, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_regionStart64 (const URegularExpression *regexp, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_replaceAllUText (URegularExpression *regexp, UText *replacement, UText *dest, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_replaceFirstUText (URegularExpression *regexp, UText *replacement, UText *dest, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_reset64 (URegularExpression *regexp, int64_t index, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_setFindProgressCallback (URegularExpression *regexp, URegexFindProgressCallback *callback, const void *context, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_setRegion64 (URegularExpression *regexp, int64_t regionStart, int64_t regionLimit, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_setRegionAndStart (URegularExpression *regexp, int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_setUText (URegularExpression *regexp, UText *text, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_splitUText (URegularExpression *regexp, UText *destFields[], int32_t destFieldsCapacity, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uregex_start64 (URegularExpression *regexp, int32_t groupNum, UErrorCode *status)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global URegexFindProgressCallback (const void *context, int64_t matchIndex)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uscript_getScriptExtensions (UChar32 c, UScriptCode *scripts, int32_t capacity, UErrorCode *errorCode)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global uscript_hasScript (UChar32 c, UScriptCode sc)
- This API may be changed in the future versions and was introduced in ICU 4.6
- Global USTRINGTRIE_FINAL_VALUE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global USTRINGTRIE_HAS_NEXT (result)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global USTRINGTRIE_HAS_VALUE (result)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global USTRINGTRIE_INTERMEDIATE_VALUE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global USTRINGTRIE_MATCHES (result)
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global USTRINGTRIE_NO_MATCH
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global USTRINGTRIE_NO_VALUE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UStringTrieResult
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global USystemTimeZoneType
This API may be changed in the future versions and was introduced in ICU 4.8
This API may be changed in the future versions and was introduced in ICU 4.8
- Global UTimeUnitFormatStyle
This API may be changed in the future versions and was introduced in ICU 4.8
This API may be changed in the future versions and was introduced in ICU 4.8
- Global UTMUTFMT_ABBREVIATED_STYLE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UTMUTFMT_FORMAT_STYLE_COUNT
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global UTMUTFMT_FULL_STYLE
- This API may be changed in the future versions and was introduced in ICU 4.8
- Global VTimeZone::createVTimeZoneFromBasicTimeZone (const BasicTimeZone &basicTZ, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 4.6