- Global CANITER_SKIP_ZEROES
- ICU 2.4
- Global CAPACITY_GROW_LIMIT
- ICU 3.2
- Global FALSE
- ICU 2.0
- Class icu::Appendable
- ICU 4.8
- Global icu::Appendable::appendCodePoint (UChar32 c)
- ICU 4.8
- Global icu::Appendable::appendCodeUnit (char16_t c)=0
- ICU 4.8
- Global icu::Appendable::appendString (const char16_t *s, int32_t length)
- ICU 4.8
- Global icu::Appendable::getAppendBuffer (int32_t minCapacity, int32_t desiredCapacityHint, char16_t *scratch, int32_t scratchCapacity, int32_t *resultCapacity)
- ICU 4.8
- Global icu::Appendable::reserveAppendCapacity (int32_t appendCapacity)
- ICU 4.8
- Global icu::Appendable::~Appendable ()
- ICU 4.8
- Global icu::BreakIterator::adoptText (CharacterIterator *it)=0
- ICU 2.0
- Global icu::BreakIterator::clone () const =0
- ICU 2.0
- Global icu::BreakIterator::createCharacterInstance (const Locale &where, UErrorCode &status)
- ICU 2.0
- Global icu::BreakIterator::createLineInstance (const Locale &where, UErrorCode &status)
- ICU 2.0
- Global icu::BreakIterator::createSentenceInstance (const Locale &where, UErrorCode &status)
- ICU 2.0
- Global icu::BreakIterator::createWordInstance (const Locale &where, UErrorCode &status)
- ICU 2.0
- Global icu::BreakIterator::current (void) const =0
- ICU 2.0
- Global icu::BreakIterator::DONE
- ICU 2.0
- Global icu::BreakIterator::first (void)=0
- ICU 2.0
- Global icu::BreakIterator::following (int32_t offset)=0
- ICU 2.0
- Global icu::BreakIterator::getAvailableLocales (void)
ICU 2.4
ICU 2.0
- Global icu::BreakIterator::getDisplayName (const Locale &objectLocale, UnicodeString &name)
ICU 2.0
ICU 2.0
- Global icu::BreakIterator::getDynamicClassID (void) const =0
- ICU 2.0
- Global icu::BreakIterator::getLocale (ULocDataLocaleType type, UErrorCode &status) const
- ICU 2.8
- Global icu::BreakIterator::getRuleStatus () const
- ICU 52
- Global icu::BreakIterator::getRuleStatusVec (int32_t *fillInVec, int32_t capacity, UErrorCode &status)
- ICU 52
- Global icu::BreakIterator::getText (void) const =0
- ICU 2.0
- Global icu::BreakIterator::getUText (UText *fillIn, UErrorCode &status) const =0
- ICU 3.4
- Global icu::BreakIterator::isBoundary (int32_t offset)=0
- ICU 2.0
- Global icu::BreakIterator::last (void)=0
- ICU 2.0
- Global icu::BreakIterator::next (int32_t n)=0
ICU 2.0
ICU 2.0
- Global icu::BreakIterator::operator!= (const BreakIterator &rhs) const
- ICU 2.0
- Global icu::BreakIterator::operator== (const BreakIterator &) const =0
- ICU 2.0
- Global icu::BreakIterator::preceding (int32_t offset)=0
- ICU 2.0
- Global icu::BreakIterator::previous (void)=0
- ICU 2.0
- Global icu::BreakIterator::refreshInputText (UText *input, UErrorCode &status)=0
- ICU 49
- Global icu::BreakIterator::registerInstance (BreakIterator *toAdopt, const Locale &locale, UBreakIteratorType kind, UErrorCode &status)
- ICU 2.4
- Global icu::BreakIterator::setText (UText *text, UErrorCode &status)=0
ICU 3.4
ICU 2.0
- Global icu::BreakIterator::unregister (URegistryKey key, UErrorCode &status)
- ICU 2.4
- Global icu::BreakIterator::~BreakIterator ()
- ICU 2.0
- Class icu::ByteSink
- ICU 4.2
- Global icu::ByteSink::Append (const char *bytes, int32_t n)=0
- ICU 4.2
- Global icu::ByteSink::ByteSink ()
- ICU 4.2
- Global icu::ByteSink::Flush ()
- ICU 4.2
- Global icu::ByteSink::GetAppendBuffer (int32_t min_capacity, int32_t desired_capacity_hint, char *scratch, int32_t scratch_capacity, int32_t *result_capacity)
- ICU 4.2
- Global icu::ByteSink::~ByteSink ()
- ICU 4.2
- Class icu::BytesTrie
- ICU 4.8
- Global icu::BytesTrie::BytesTrie (const void *trieBytes)
ICU 4.8
ICU 4.8
- Global icu::BytesTrie::current () const
- ICU 4.8
- Global icu::BytesTrie::first (int32_t inByte)
- ICU 4.8
- Global icu::BytesTrie::getNextBytes (ByteSink &out) const
- ICU 4.8
- Global icu::BytesTrie::getValue () const
- ICU 4.8
- Global icu::BytesTrie::hasUniqueValue (int32_t &uniqueValue) const
- ICU 4.8
- Class icu::BytesTrie::Iterator
- ICU 4.8
- Global icu::BytesTrie::Iterator::getString () const
- ICU 4.8
- Global icu::BytesTrie::Iterator::getValue () const
- ICU 4.8
- Global icu::BytesTrie::Iterator::hasNext () const
- ICU 4.8
- Global icu::BytesTrie::Iterator::Iterator (const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode)
ICU 4.8
ICU 4.8
- Global icu::BytesTrie::Iterator::next (UErrorCode &errorCode)
- ICU 4.8
- Global icu::BytesTrie::Iterator::reset ()
- ICU 4.8
- Global icu::BytesTrie::Iterator::~Iterator ()
- ICU 4.8
- Global icu::BytesTrie::next (const char *s, int32_t length)
ICU 4.8
ICU 4.8
- Global icu::BytesTrie::reset ()
- ICU 4.8
- Global icu::BytesTrie::resetToState (const State &state)
- ICU 4.8
- Global icu::BytesTrie::saveState (State &state) const
- ICU 4.8
- Class icu::BytesTrie::State
- ICU 4.8
- Global icu::BytesTrie::State::State ()
- ICU 4.8
- Global icu::BytesTrie::~BytesTrie ()
- ICU 4.8
- Class icu::BytesTrieBuilder
- ICU 4.8
- Global icu::BytesTrieBuilder::add (StringPiece s, int32_t value, UErrorCode &errorCode)
- ICU 4.8
- Global icu::BytesTrieBuilder::build (UStringTrieBuildOption buildOption, UErrorCode &errorCode)
- ICU 4.8
- Global icu::BytesTrieBuilder::buildStringPiece (UStringTrieBuildOption buildOption, UErrorCode &errorCode)
- ICU 4.8
- Global icu::BytesTrieBuilder::BytesTrieBuilder (UErrorCode &errorCode)
- ICU 4.8
- Global icu::BytesTrieBuilder::clear ()
- ICU 4.8
- Global icu::BytesTrieBuilder::~BytesTrieBuilder ()
- ICU 4.8
- Class icu::CharacterIterator
- ICU 2.0
- Global icu::CharacterIterator::begin
- ICU 2.0
- Global icu::CharacterIterator::CharacterIterator ()
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::CharacterIterator::clone () const =0
- ICU 2.0
- Global icu::CharacterIterator::current (void) const =0
- ICU 2.0
- Global icu::CharacterIterator::current32 (void) const =0
- ICU 2.0
- Global icu::CharacterIterator::end
- ICU 2.0
- Global icu::CharacterIterator::endIndex (void) const
- ICU 2.0
- Global icu::CharacterIterator::EOrigin
- ICU 2.0
- Global icu::CharacterIterator::first (void)=0
- ICU 2.0
- Global icu::CharacterIterator::first32 (void)=0
- ICU 2.0
- Global icu::CharacterIterator::first32PostInc (void)
- ICU 2.0
- Global icu::CharacterIterator::firstPostInc (void)
- ICU 2.0
- Global icu::CharacterIterator::getIndex (void) const
- ICU 2.0
- Global icu::CharacterIterator::getLength () const
- ICU 2.0
- Global icu::CharacterIterator::getText (UnicodeString &result)=0
- ICU 2.0
- Global icu::CharacterIterator::hasPrevious ()=0
- ICU 2.0
- Global icu::CharacterIterator::last (void)=0
- ICU 2.0
- Global icu::CharacterIterator::last32 (void)=0
- ICU 2.0
- Global icu::CharacterIterator::move (int32_t delta, EOrigin origin)=0
- ICU 2.0
- Global icu::CharacterIterator::move32 (int32_t delta, EOrigin origin)=0
- ICU 2.0
- Global icu::CharacterIterator::next (void)=0
- ICU 2.0
- Global icu::CharacterIterator::next32 (void)=0
- ICU 2.0
- Global icu::CharacterIterator::operator= (const CharacterIterator &that)
- ICU 2.0
- Global icu::CharacterIterator::pos
- ICU 2.0
- Global icu::CharacterIterator::previous (void)=0
- ICU 2.0
- Global icu::CharacterIterator::previous32 (void)=0
- ICU 2.0
- Global icu::CharacterIterator::setIndex (int32_t position)=0
- ICU 2.0
- Global icu::CharacterIterator::setIndex32 (int32_t position)=0
- ICU 2.0
- Global icu::CharacterIterator::setToEnd ()
- ICU 2.0
- Global icu::CharacterIterator::setToStart ()
- ICU 2.0
- Global icu::CharacterIterator::startIndex (void) const
- ICU 2.0
- Global icu::CharacterIterator::textLength
- ICU 2.0
- Global icu::CharacterIterator::~CharacterIterator ()
- ICU 2.0
- Class icu::CheckedArrayByteSink
- ICU 4.2
- Global icu::CheckedArrayByteSink::Append (const char *bytes, int32_t n)
- ICU 4.2
- Global icu::CheckedArrayByteSink::CheckedArrayByteSink (char *outbuf, int32_t capacity)
- ICU 4.2
- Global icu::CheckedArrayByteSink::GetAppendBuffer (int32_t min_capacity, int32_t desired_capacity_hint, char *scratch, int32_t scratch_capacity, int32_t *result_capacity)
- ICU 4.2
- Global icu::CheckedArrayByteSink::NumberOfBytesAppended () const
- ICU 4.6
- Global icu::CheckedArrayByteSink::NumberOfBytesWritten () const
- ICU 4.2
- Global icu::CheckedArrayByteSink::Overflowed () const
- ICU 4.2
- Global icu::CheckedArrayByteSink::Reset ()
- ICU 4.6
- Global icu::CheckedArrayByteSink::~CheckedArrayByteSink ()
- ICU 4.2
- Class icu::DateInterval
- ICU 4.0
- Global icu::DateInterval::clone () const
- ICU 4.0
- Global icu::DateInterval::DateInterval (UDate fromDate, UDate toDate)
ICU 4.0
ICU 4.0
- Global icu::DateInterval::getDynamicClassID (void) const
- ICU 4.0
- Global icu::DateInterval::getFromDate () const
- ICU 4.0
- Global icu::DateInterval::getStaticClassID (void)
- ICU 4.0
- Global icu::DateInterval::getToDate () const
- ICU 4.0
- Global icu::DateInterval::operator!= (const DateInterval &other) const
- ICU 4.0
- Global icu::DateInterval::operator= (const DateInterval &)
- ICU 4.0
- Global icu::DateInterval::operator== (const DateInterval &other) const
- ICU 4.0
- Global icu::DateInterval::~DateInterval ()
- ICU 4.0
- Class icu::ErrorCode
- ICU 4.2
- Global icu::ErrorCode::assertSuccess () const
- ICU 4.4
- Global icu::ErrorCode::errorCode
- ICU 4.2
- Global icu::ErrorCode::ErrorCode ()
- ICU 4.2
- Global icu::ErrorCode::errorName () const
- ICU 4.4
- Global icu::ErrorCode::get () const
- ICU 4.2
- Global icu::ErrorCode::handleFailure () const
- ICU 4.2
- Global icu::ErrorCode::isFailure () const
- ICU 4.2
- Global icu::ErrorCode::isSuccess () const
- ICU 4.2
- Global icu::ErrorCode::operator UErrorCode & ()
- ICU 4.2
- Global icu::ErrorCode::operator UErrorCode * ()
- ICU 4.2
- Global icu::ErrorCode::reset ()
- ICU 4.2
- Global icu::ErrorCode::set (UErrorCode value)
- ICU 4.2
- Global icu::ErrorCode::~ErrorCode ()
- ICU 4.2
- Class icu::FilteredBreakIteratorBuilder
- ICU 56
- Global icu::FilteredBreakIteratorBuilder::createEmptyInstance (UErrorCode &status)
- ICU 60
- Global icu::FilteredBreakIteratorBuilder::createInstance (const Locale &where, UErrorCode &status)
- ICU 56
- Global icu::FilteredBreakIteratorBuilder::FilteredBreakIteratorBuilder ()
- ICU 56
- Global icu::FilteredBreakIteratorBuilder::suppressBreakAfter (const UnicodeString &string, UErrorCode &status)=0
- ICU 56
- Global icu::FilteredBreakIteratorBuilder::unsuppressBreakAfter (const UnicodeString &string, UErrorCode &status)=0
- ICU 56
- Global icu::FilteredBreakIteratorBuilder::wrapIteratorWithFilter (BreakIterator *adoptBreakIterator, UErrorCode &status)
- ICU 60
- Global icu::FilteredBreakIteratorBuilder::~FilteredBreakIteratorBuilder ()
- ICU 56
- Class icu::FilteredNormalizer2
- ICU 4.4
- Global icu::FilteredNormalizer2::append (UnicodeString &first, const UnicodeString &second, UErrorCode &errorCode) const U_OVERRIDE
- ICU 4.4
- Global icu::FilteredNormalizer2::composePair (UChar32 a, UChar32 b) const U_OVERRIDE
- ICU 49
- Global icu::FilteredNormalizer2::FilteredNormalizer2 (const Normalizer2 &n2, const UnicodeSet &filterSet)
- ICU 4.4
- Global icu::FilteredNormalizer2::getCombiningClass (UChar32 c) const U_OVERRIDE
- ICU 49
- Global icu::FilteredNormalizer2::getDecomposition (UChar32 c, UnicodeString &decomposition) const U_OVERRIDE
- ICU 4.6
- Global icu::FilteredNormalizer2::getRawDecomposition (UChar32 c, UnicodeString &decomposition) const U_OVERRIDE
- ICU 49
- Global icu::FilteredNormalizer2::hasBoundaryAfter (UChar32 c) const U_OVERRIDE
- ICU 4.4
- Global icu::FilteredNormalizer2::hasBoundaryBefore (UChar32 c) const U_OVERRIDE
- ICU 4.4
- Global icu::FilteredNormalizer2::isInert (UChar32 c) const U_OVERRIDE
- ICU 4.4
- Global icu::FilteredNormalizer2::isNormalized (const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE
- ICU 4.4
- Global icu::FilteredNormalizer2::isNormalizedUTF8 (StringPiece s, UErrorCode &errorCode) const U_OVERRIDE
- ICU 60
- Global icu::FilteredNormalizer2::normalize (const UnicodeString &src, UnicodeString &dest, UErrorCode &errorCode) const U_OVERRIDE
- ICU 4.4
- Global icu::FilteredNormalizer2::normalizeSecondAndAppend (UnicodeString &first, const UnicodeString &second, UErrorCode &errorCode) const U_OVERRIDE
- ICU 4.4
- Global icu::FilteredNormalizer2::normalizeUTF8 (uint32_t options, StringPiece src, ByteSink &sink, Edits *edits, UErrorCode &errorCode) const U_OVERRIDE
- ICU 60
- Global icu::FilteredNormalizer2::quickCheck (const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE
- ICU 4.4
- Global icu::FilteredNormalizer2::spanQuickCheckYes (const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE
- ICU 4.4
- Global icu::FilteredNormalizer2::~FilteredNormalizer2 ()
- ICU 4.4
- Class icu::final
ICU 2.4
ICU 59
ICU 59
ICU 59
ICU 59
ICU 57
ICU 2.0
- Global icu::final::add (const UnicodeString &s)
ICU 2.4
ICU 2.0
ICU 2.0
- Global icu::final::addAll (const UnicodeSet &c)
ICU 2.0
ICU 2.4
- Global icu::final::addMatchSetTo (UnicodeSet &toUnionTo) const
- ICU 2.4
- Global icu::final::addReplace (int32_t oldLength, int32_t newLength)
- ICU 59
- Global icu::final::addUnchanged (int32_t unchangedLength)
- ICU 59
- Global icu::final::applyIntPropertyValue (UProperty prop, int32_t value, UErrorCode &ec)
- ICU 2.4
- Global icu::final::applyPattern (const UnicodeString &pattern, ParsePosition &pos, uint32_t options, const SymbolTable *symbols, UErrorCode &status)
ICU 2.8
ICU 2.0
ICU 57
- Global icu::final::applyPatternMinMaxArguments (const UnicodeString &pattern, int32_t min, int32_t max, UErrorCode &errorCode)
- ICU 57
- Global icu::final::applyPropertyAlias (const UnicodeString &prop, const UnicodeString &value, UErrorCode &ec)
- ICU 2.4
- Global icu::final::CanonicalIterator (const UnicodeString &source, UErrorCode &status)
- ICU 2.4
- Global icu::final::Char16Ptr (std::nullptr_t p)
ICU 59
ICU 59
ICU 59
ICU 59
- Global icu::final::charAt (int32_t index) const
- ICU 2.4
- Global icu::final::clear (void)
- ICU 2.0
- Global icu::final::clone () const
- ICU 2.0
- Global icu::final::cloneAsThawed () const
- ICU 3.8
- Global icu::final::closeOver (int32_t attribute)
- ICU 4.2
- Global icu::final::compact ()
- ICU 2.4
- Global icu::final::complement (const UnicodeString &s)
ICU 2.4
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::final::complementAll (const UnicodeSet &c)
ICU 2.4
ICU 2.4
- Global icu::final::ConstChar16Ptr (const std::nullptr_t p)
ICU 59
ICU 59
ICU 59
ICU 59
- Global icu::final::contains (const UnicodeString &s) const
ICU 2.4
ICU 2.0
ICU 2.0
- Global icu::final::containsAll (const UnicodeString &s) const
ICU 2.4
ICU 2.4
- Global icu::final::containsNone (const UnicodeString &s) const
ICU 2.4
ICU 2.4
ICU 2.4
- Global icu::final::containsSome (const UnicodeString &s) const
ICU 2.4
ICU 2.4
ICU 2.4
- Global icu::final::copyErrorTo (UErrorCode &outErrorCode) const
- ICU 59
- Global icu::final::createFrom (const UnicodeString &s)
- ICU 2.4
- Global icu::final::createFromAll (const UnicodeString &s)
- ICU 2.4
- Global icu::final::Edits (Edits &&src) U_NOEXCEPT
ICU 60
ICU 60
ICU 59
- Class icu::final::final
- ICU 59
- Global icu::final::final::destinationIndex () const
- ICU 59
- Global icu::final::final::destinationIndexFromSourceIndex (int32_t i, UErrorCode &errorCode)
- ICU 60
- Global icu::final::final::findDestinationIndex (int32_t i, UErrorCode &errorCode)
- ICU 60
- Global icu::final::final::findSourceIndex (int32_t i, UErrorCode &errorCode)
- ICU 59
- Global icu::final::final::hasChange () const
- ICU 59
- Global icu::final::final::Iterator (const Iterator &other)
ICU 59
ICU 60
- Global icu::final::final::newLength () const
- ICU 59
- Global icu::final::final::next (UErrorCode &errorCode)
- ICU 59
- Global icu::final::final::oldLength () const
- ICU 59
- Global icu::final::final::operator= (const Iterator &other)
- ICU 59
- Global icu::final::final::replacementIndex () const
- ICU 59
- Global icu::final::final::sourceIndex () const
- ICU 59
- Global icu::final::final::sourceIndexFromDestinationIndex (int32_t i, UErrorCode &errorCode)
- ICU 60
- Global icu::final::fold (uint32_t options, const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode)
- ICU 59
- Global icu::final::format (const UnicodeString &value0, const UnicodeString &value1, const UnicodeString &value2, UnicodeString &appendTo, UErrorCode &errorCode) const
ICU 57
ICU 57
ICU 57
- Global icu::final::formatAndAppend (const UnicodeString *const *values, int32_t valuesLength, UnicodeString &appendTo, int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const
- ICU 57
- Global icu::final::formatAndReplace (const UnicodeString *const *values, int32_t valuesLength, UnicodeString &result, int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const
- ICU 57
- Global icu::final::freeze ()
- ICU 3.8
- Global icu::final::fromUSet (const USet *uset)
ICU 4.2
ICU 4.2
- Global icu::final::get () const
ICU 59
ICU 59
- Global icu::final::getArgumentLimit () const
- ICU 57
- Global icu::final::getCoarseChangesIterator () const
- ICU 59
- Global icu::final::getCoarseIterator () const
- ICU 59
- Global icu::final::getDynamicClassID (void) const
ICU 2.4
ICU 2.2
- Global icu::final::getFineChangesIterator () const
- ICU 59
- Global icu::final::getFineIterator () const
- ICU 59
- Global icu::final::getRangeCount (void) const
- ICU 2.4
- Global icu::final::getRangeEnd (int32_t index) const
- ICU 2.4
- Global icu::final::getRangeStart (int32_t index) const
- ICU 2.4
- Global icu::final::getSource ()
- ICU 2.4
- Global icu::final::getStaticClassID (void)
ICU 2.0
ICU 2.2
- Global icu::final::getTextWithNoArguments () const
- ICU 57
- Global icu::final::hasChanges () const
- ICU 59
- Global icu::final::hashCode (void) const
- ICU 2.0
- Global icu::final::indexOf (UChar32 c) const
- ICU 2.4
- Global icu::final::isBogus (void) const
- ICU 4.0
- Global icu::final::isEmpty (void) const
- ICU 2.0
- Global icu::final::isFrozen () const
- ICU 3.8
- Global icu::final::lengthDelta () const
- ICU 59
- Global icu::final::matches (const Replaceable &text, int32_t &offset, int32_t limit, UBool incremental)
- ICU 2.4
- Global icu::final::MAX_VALUE
- ICU 2.4
- Global icu::final::mergeAndAppend (const Edits &ab, const Edits &bc, UErrorCode &errorCode)
- ICU 60
- Global icu::final::MIN_VALUE
- ICU 2.4
- Global icu::final::next ()
- ICU 2.4
- Global icu::final::numberOfChanges () const
- ICU 60
- Global icu::final::operator char16_t * () const
- ICU 59
- Global icu::final::operator const char16_t * () const
- ICU 59
- Global icu::final::operator!= (const UnicodeSet &o) const
- ICU 2.0
- Global icu::final::operator= (const UnicodeSet &o)
ICU 2.0
ICU 57
ICU 60
ICU 60
- Global icu::final::operator== (const UnicodeSet &o) const
- ICU 2.0
- Global icu::final::remove (const UnicodeString &s)
ICU 2.4
ICU 2.0
ICU 2.0
- Global icu::final::removeAll (const UnicodeSet &c)
ICU 2.0
ICU 2.4
- Global icu::final::removeAllStrings ()
- ICU 4.2
- Global icu::final::resemblesPattern (const UnicodeString &pattern, int32_t pos)
- ICU 2.4
- Global icu::final::reset () U_NOEXCEPT
ICU 59
ICU 2.4
- Global icu::final::retain (UChar32 c)
ICU 2.0
ICU 2.0
- Global icu::final::retainAll (const UnicodeSet &c)
ICU 2.0
ICU 2.4
- Global icu::final::serialize (uint16_t *dest, int32_t destCapacity, UErrorCode &ec) const
- ICU 2.4
- Global icu::final::set (UChar32 start, UChar32 end)
- ICU 2.4
- Global icu::final::setSource (const UnicodeString &newSource, UErrorCode &status)
- ICU 2.4
- Global icu::final::setToBogus ()
- ICU 4.0
- Global icu::final::SimpleFormatter (const SimpleFormatter &other)
ICU 57
ICU 57
ICU 57
ICU 57
- Global icu::final::size (void) const
- ICU 2.0
- Global icu::final::span (const UnicodeString &s, int32_t start, USetSpanCondition spanCondition) const
ICU 4.4
ICU 3.8
- Global icu::final::spanBack (const UnicodeString &s, int32_t limit, USetSpanCondition spanCondition) const
ICU 4.4
ICU 3.8
- Global icu::final::spanBackUTF8 (const char *s, int32_t length, USetSpanCondition spanCondition) const
- ICU 3.8
- Global icu::final::spanUTF8 (const char *s, int32_t length, USetSpanCondition spanCondition) const
- ICU 3.8
- Global icu::final::toLower (const char *locale, uint32_t options, const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode)
- ICU 59
- Global icu::final::toPattern (UnicodeString &result, UBool escapeUnprintable=FALSE) const
- ICU 2.0
- Global icu::final::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)
- ICU 59
- Global icu::final::toUpper (const char *locale, uint32_t options, const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode)
- ICU 59
- Global icu::final::toUSet () const
ICU 4.2
ICU 4.2
- Global icu::final::UnicodeSet (const UnicodeSet &o)
ICU 2.0
ICU 2.8
ICU 2.0
ICU 2.4
ICU 2.0
- Global icu::final::utf8Fold (uint32_t options, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode)
ICU 59
ICU 60
- Global icu::final::utf8ToLower (const char *locale, uint32_t options, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode)
ICU 59
ICU 60
- Global icu::final::utf8ToTitle (const char *locale, uint32_t options, BreakIterator *iter, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode)
ICU 59
ICU 60
- Global icu::final::utf8ToUpper (const char *locale, uint32_t options, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode)
ICU 59
ICU 60
- Global icu::final::~CanonicalIterator ()
- ICU 2.4
- Global icu::final::~Char16Ptr ()
- ICU 59
- Global icu::final::~ConstChar16Ptr ()
- ICU 59
- Global icu::final::~Edits ()
- ICU 59
- Global icu::final::~SimpleFormatter ()
- ICU 57
- Global icu::final::~UnicodeSet ()
- ICU 2.0
- Class icu::FontRuns
- ICU 3.2
- Global icu::FontRuns::add (const LEFontInstance *font, le_int32 limit)
- ICU 3.2
- Global icu::FontRuns::FontRuns (const LEFontInstance **fonts, const le_int32 *limits, le_int32 count)
ICU 3.2
ICU 3.2
- Global icu::FontRuns::getDynamicClassID () const
- ICU 3.2
- Global icu::FontRuns::getFont (le_int32 run) const
- ICU 3.2
- Global icu::FontRuns::getStaticClassID ()
- ICU 3.2
- Global icu::FontRuns::~FontRuns ()
- ICU 3.2
- Class icu::ForwardCharacterIterator
- ICU 2.0
- Global icu::ForwardCharacterIterator::ForwardCharacterIterator ()
ICU 2.0
ICU 2.0
- Global icu::ForwardCharacterIterator::getDynamicClassID (void) const =0
- ICU 2.0
- Global icu::ForwardCharacterIterator::hashCode (void) const =0
- ICU 2.0
- Global icu::ForwardCharacterIterator::hasNext ()=0
- ICU 2.0
- Global icu::ForwardCharacterIterator::next32PostInc (void)=0
- ICU 2.0
- Global icu::ForwardCharacterIterator::nextPostInc (void)=0
- ICU 2.0
- Global icu::ForwardCharacterIterator::operator!= (const ForwardCharacterIterator &that) const
- ICU 2.0
- Global icu::ForwardCharacterIterator::operator= (const ForwardCharacterIterator &)
- ICU 2.0
- Global icu::ForwardCharacterIterator::operator== (const ForwardCharacterIterator &that) const =0
- ICU 2.0
- Global icu::ForwardCharacterIterator::~ForwardCharacterIterator ()
- ICU 2.0
- Class icu::IDNA
- ICU 4.6
- Global icu::IDNA::createUTS46Instance (uint32_t options, UErrorCode &errorCode)
- ICU 4.6
- Global icu::IDNA::labelToASCII (const UnicodeString &label, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const =0
- ICU 4.6
- Global icu::IDNA::labelToASCII_UTF8 (StringPiece label, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const
- ICU 4.6
- Global icu::IDNA::labelToUnicode (const UnicodeString &label, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const =0
- ICU 4.6
- Global icu::IDNA::labelToUnicodeUTF8 (StringPiece label, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const
- ICU 4.6
- Global icu::IDNA::nameToASCII (const UnicodeString &name, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const =0
- ICU 4.6
- Global icu::IDNA::nameToASCII_UTF8 (StringPiece name, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const
- ICU 4.6
- Global icu::IDNA::nameToUnicode (const UnicodeString &name, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const =0
- ICU 4.6
- Global icu::IDNA::nameToUnicodeUTF8 (StringPiece name, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const
- ICU 4.6
- Global icu::IDNA::~IDNA ()
- ICU 4.6
- Class icu::IDNAInfo
- ICU 4.6
- Global icu::IDNAInfo::getErrors () const
- ICU 4.6
- Global icu::IDNAInfo::hasErrors () const
- ICU 4.6
- Global icu::IDNAInfo::IDNAInfo ()
- ICU 4.6
- Global icu::IDNAInfo::isTransitionalDifferent () const
- ICU 4.6
- Global icu::LocalArray::adoptInstead (T *p)
- ICU 4.4
- Global icu::LocalArray::adoptInsteadAndCheckErrorCode (T *p, UErrorCode &errorCode)
- ICU 56
- Global icu::LocalArray::LocalArray (T *p=NULL)
ICU 4.4
ICU 56
ICU 56
- Global icu::LocalArray::operator= (LocalArray< T > &&src) U_NOEXCEPT
- ICU 56
- Global icu::LocalArray::operator[] (ptrdiff_t i) const
- ICU 4.4
- Global icu::LocalArray::swap (LocalArray< T > &other) U_NOEXCEPT
ICU 56
ICU 56
- Global icu::LocalArray::~LocalArray ()
- ICU 4.4
- Class icu::LocalArray< T >
- ICU 4.4
- Class icu::Locale
- ICU 2.0
- Global icu::Locale::addLikelySubtags (UErrorCode &status)
- ICU 63
- Global icu::Locale::clone () const
- ICU 2.8
- Global icu::Locale::createCanonical (const char *name)
- ICU 3.0
- Global icu::Locale::createFromName (const char *name)
- ICU 2.0
- Global icu::Locale::createKeywords (UErrorCode &status) const
- ICU 2.8
- Global icu::Locale::createUnicodeKeywords (UErrorCode &status) const
- ICU 63
- Global icu::Locale::forLanguageTag (StringPiece tag, UErrorCode &status)
- ICU 63
- Global icu::Locale::getAvailableLocales (int32_t &count)
- ICU 2.0
- Global icu::Locale::getBaseName () const
- ICU 2.8
- Global icu::Locale::getCanada (void)
- ICU 2.0
- Global icu::Locale::getCanadaFrench (void)
- ICU 2.0
- Global icu::Locale::getChina (void)
- ICU 2.0
- Global icu::Locale::getChinese (void)
- ICU 2.0
- Global icu::Locale::getCountry () const
- ICU 2.0
- Global icu::Locale::getDefault (void)
- ICU 2.0
- Global icu::Locale::getDisplayCountry (const Locale &displayLocale, UnicodeString &dispCountry) const
ICU 2.0
ICU 2.0
- Global icu::Locale::getDisplayLanguage (const Locale &displayLocale, UnicodeString &dispLang) const
ICU 2.0
ICU 2.0
- Global icu::Locale::getDisplayName (const Locale &displayLocale, UnicodeString &name) const
ICU 2.0
ICU 2.0
- Global icu::Locale::getDisplayScript (const Locale &displayLocale, UnicodeString &dispScript) const
ICU 2.8
ICU 2.8
- Global icu::Locale::getDisplayVariant (const Locale &displayLocale, UnicodeString &dispVar) const
ICU 2.0
ICU 2.0
- Global icu::Locale::getDynamicClassID () const
- ICU 2.2
- Global icu::Locale::getEnglish (void)
- ICU 2.0
- Global icu::Locale::getFrance (void)
- ICU 2.0
- Global icu::Locale::getFrench (void)
- ICU 2.0
- Global icu::Locale::getGerman (void)
- ICU 2.0
- Global icu::Locale::getGermany (void)
- ICU 2.0
- Global icu::Locale::getISO3Country () const
- ICU 2.0
- Global icu::Locale::getISO3Language () const
- ICU 2.0
- Global icu::Locale::getISOCountries ()
- ICU 2.0
- Global icu::Locale::getISOLanguages ()
- ICU 2.0
- Global icu::Locale::getItalian (void)
- ICU 2.0
- Global icu::Locale::getItaly (void)
- ICU 2.0
- Global icu::Locale::getJapan (void)
- ICU 2.0
- Global icu::Locale::getJapanese (void)
- ICU 2.0
- Global icu::Locale::getKeywords (OutputIterator iterator, UErrorCode &status) const
- ICU 63
- Global icu::Locale::getKeywordValue (StringPiece keywordName, UErrorCode &status) const
ICU 63
ICU 63
ICU 2.8
- Global icu::Locale::getKorea (void)
- ICU 2.0
- Global icu::Locale::getKorean (void)
- ICU 2.0
- Global icu::Locale::getLanguage () const
- ICU 2.0
- Global icu::Locale::getLCID (void) const
- ICU 2.0
- Global icu::Locale::getName () const
- ICU 2.0
- Global icu::Locale::getPRC (void)
- ICU 2.0
- Global icu::Locale::getRoot (void)
- ICU 4.4
- Global icu::Locale::getScript () const
- ICU 2.8
- Global icu::Locale::getSimplifiedChinese (void)
- ICU 2.0
- Global icu::Locale::getStaticClassID ()
- ICU 2.2
- Global icu::Locale::getTaiwan (void)
- ICU 2.0
- Global icu::Locale::getTraditionalChinese (void)
- ICU 2.0
- Global icu::Locale::getUK (void)
- ICU 2.0
- Global icu::Locale::getUnicodeKeywords (OutputIterator iterator, UErrorCode &status) const
- ICU 63
- Global icu::Locale::getUnicodeKeywordValue (StringPiece keywordName, UErrorCode &status) const
ICU 63
ICU 63
- Global icu::Locale::getUS (void)
- ICU 2.0
- Global icu::Locale::getVariant () const
- ICU 2.0
- Global icu::Locale::hashCode (void) const
- ICU 2.0
- Global icu::Locale::isBogus (void) const
- ICU 2.1
- Global icu::Locale::isRightToLeft () const
- ICU 54
- Global icu::Locale::Locale ()
ICU 2.0
ICU 2.0
ICU 2.0
ICU 63
- Global icu::Locale::minimizeSubtags (UErrorCode &status)
- ICU 63
- Global icu::Locale::operator!= (const Locale &other) const
- ICU 2.0
- Global icu::Locale::operator= (Locale &&other) U_NOEXCEPT
ICU 63
ICU 2.0
- Global icu::Locale::operator== (const Locale &other) const
- ICU 2.0
- Global icu::Locale::setDefault (const Locale &newLocale, UErrorCode &success)
- ICU 2.0
- Global icu::Locale::setKeywordValue (StringPiece keywordName, StringPiece keywordValue, UErrorCode &status)
ICU 63
ICU 49
- Global icu::Locale::setToBogus ()
- ICU 2.1
- Global icu::Locale::setUnicodeKeywordValue (StringPiece keywordName, StringPiece keywordValue, UErrorCode &status)
- ICU 63
- Global icu::Locale::toLanguageTag (UErrorCode &status) const
ICU 63
ICU 63
- Global icu::Locale::~Locale ()
- ICU 2.0
- Class icu::LocaleDisplayNames
- ICU 4.4
- Global icu::LocaleDisplayNames::createInstance (const Locale &locale, UDisplayContext *contexts, int32_t length)
ICU 51
ICU 4.4
ICU 4.4
- Global icu::LocaleDisplayNames::getContext (UDisplayContextType type) const =0
- ICU 51
- Global icu::LocaleDisplayNames::getDialectHandling () const =0
- ICU 4.4
- Global icu::LocaleDisplayNames::getLocale () const =0
- ICU 4.4
- Global icu::LocaleDisplayNames::keyDisplayName (const char *key, UnicodeString &result) const =0
- ICU 4.4
- Global icu::LocaleDisplayNames::keyValueDisplayName (const char *key, const char *value, UnicodeString &result) const =0
- ICU 4.4
- Global icu::LocaleDisplayNames::languageDisplayName (const char *lang, UnicodeString &result) const =0
- ICU 4.4
- Global icu::LocaleDisplayNames::localeDisplayName (const char *localeId, UnicodeString &result) const =0
ICU 4.4
ICU 4.4
- Global icu::LocaleDisplayNames::regionDisplayName (const char *region, UnicodeString &result) const =0
- ICU 4.4
- Global icu::LocaleDisplayNames::scriptDisplayName (UScriptCode scriptCode, UnicodeString &result) const =0
ICU 4.4
ICU 4.4
- Global icu::LocaleDisplayNames::variantDisplayName (const char *variant, UnicodeString &result) const =0
- ICU 4.4
- Global icu::LocaleDisplayNames::~LocaleDisplayNames ()
- ICU 4.4
- Class icu::LocaleRuns
- ICU 3.2
- Global icu::LocaleRuns::add (const Locale *locale, le_int32 limit)
- ICU 3.2
- Global icu::LocaleRuns::getDynamicClassID () const
- ICU 3.2
- Global icu::LocaleRuns::getLocale (le_int32 run) const
- ICU 3.2
- Global icu::LocaleRuns::getStaticClassID ()
- ICU 3.2
- Global icu::LocaleRuns::LocaleRuns (const Locale **locales, const le_int32 *limits, le_int32 count)
ICU 3.2
ICU 3.2
- Global icu::LocaleRuns::~LocaleRuns ()
- ICU 3.2
- Global icu::LocalPointer::adoptInstead (T *p)
- ICU 4.4
- Global icu::LocalPointer::adoptInsteadAndCheckErrorCode (T *p, UErrorCode &errorCode)
- ICU 55
- Global icu::LocalPointer::LocalPointer (T *p=NULL)
ICU 4.4
ICU 55
ICU 56
- Global icu::LocalPointer::operator= (LocalPointer< T > &&src) U_NOEXCEPT
- ICU 56
- Global icu::LocalPointer::swap (LocalPointer< T > &other) U_NOEXCEPT
ICU 56
ICU 56
- Global icu::LocalPointer::~LocalPointer ()
- ICU 4.4
- Class icu::LocalPointer< T >
- ICU 4.4
- Global icu::LocalPointerBase::adoptInstead (T *p)
- ICU 4.4
- Global icu::LocalPointerBase::getAlias () const
- ICU 4.4
- Global icu::LocalPointerBase::isNull () const
- ICU 4.4
- Global icu::LocalPointerBase::isValid () const
- ICU 4.4
- Global icu::LocalPointerBase::LocalPointerBase (T *p=NULL)
- ICU 4.4
- Global icu::LocalPointerBase::operator!= (const T *other) const
- ICU 4.4
- Global icu::LocalPointerBase::operator* () const
- ICU 4.4
- Global icu::LocalPointerBase::operator-> () const
- ICU 4.4
- Global icu::LocalPointerBase::operator== (const T *other) const
- ICU 4.4
- Global icu::LocalPointerBase::orphan ()
- ICU 4.4
- Global icu::LocalPointerBase::~LocalPointerBase ()
- ICU 4.4
- Class icu::LocalPointerBase< T >
- ICU 4.4
- Class icu::MessagePattern
- ICU 4.8
- Global icu::MessagePattern::autoQuoteApostropheDeep () const
- ICU 4.8
- Global icu::MessagePattern::clear ()
- ICU 4.8
- Global icu::MessagePattern::clearPatternAndSetApostropheMode (UMessagePatternApostropheMode mode)
- ICU 4.8
- Global icu::MessagePattern::countParts () const
- ICU 4.8
- Global icu::MessagePattern::getApostropheMode () const
- ICU 4.8
- Global icu::MessagePattern::getLimitPartIndex (int32_t start) const
- ICU 4.8
- Global icu::MessagePattern::getNumericValue (const Part &part) const
- ICU 4.8
- Global icu::MessagePattern::getPart (int32_t i) const
- ICU 4.8
- Global icu::MessagePattern::getPartType (int32_t i) const
- ICU 4.8
- Global icu::MessagePattern::getPatternIndex (int32_t partIndex) const
- ICU 4.8
- Global icu::MessagePattern::getPatternString () const
- ICU 4.8
- Global icu::MessagePattern::getPluralOffset (int32_t pluralStart) const
- ICU 4.8
- Global icu::MessagePattern::getSubstring (const Part &part) const
- ICU 4.8
- Global icu::MessagePattern::hashCode () const
- ICU 4.8
- Global icu::MessagePattern::hasNamedArguments () const
- ICU 4.8
- Global icu::MessagePattern::hasNumberedArguments () const
- ICU 4.8
- Global icu::MessagePattern::MessagePattern (UErrorCode &errorCode)
ICU 4.8
ICU 4.8
ICU 4.8
ICU 4.8
- Global icu::MessagePattern::operator!= (const MessagePattern &other) const
- ICU 4.8
- Global icu::MessagePattern::operator= (const MessagePattern &other)
- ICU 4.8
- Global icu::MessagePattern::operator== (const MessagePattern &other) const
- ICU 4.8
- Global icu::MessagePattern::parse (const UnicodeString &pattern, UParseError *parseError, UErrorCode &errorCode)
- ICU 4.8
- Global icu::MessagePattern::parseChoiceStyle (const UnicodeString &pattern, UParseError *parseError, UErrorCode &errorCode)
- ICU 4.8
- Global icu::MessagePattern::parsePluralStyle (const UnicodeString &pattern, UParseError *parseError, UErrorCode &errorCode)
- ICU 4.8
- Global icu::MessagePattern::parseSelectStyle (const UnicodeString &pattern, UParseError *parseError, UErrorCode &errorCode)
- ICU 4.8
- Class icu::MessagePattern::Part
- ICU 4.8
- Global icu::MessagePattern::Part::getArgType () const
- ICU 4.8
- Global icu::MessagePattern::Part::getIndex () const
- ICU 4.8
- Global icu::MessagePattern::Part::getLength () const
- ICU 4.8
- Global icu::MessagePattern::Part::getLimit () const
- ICU 4.8
- Global icu::MessagePattern::Part::getType () const
- ICU 4.8
- Global icu::MessagePattern::Part::getValue () const
- ICU 4.8
- Global icu::MessagePattern::Part::hashCode () const
- ICU 4.8
- Global icu::MessagePattern::Part::hasNumericValue (UMessagePatternPartType type)
- ICU 4.8
- Global icu::MessagePattern::Part::operator!= (const Part &other) const
- ICU 4.8
- Global icu::MessagePattern::Part::operator== (const Part &other) const
- ICU 4.8
- Global icu::MessagePattern::partSubstringMatches (const Part &part, const UnicodeString &s) const
- ICU 4.8
- Global icu::MessagePattern::validateArgumentName (const UnicodeString &name)
- ICU 4.8
- Global icu::MessagePattern::~MessagePattern ()
- ICU 4.8
- Class icu::Normalizer
- ICU 2.0
- Class icu::Normalizer2
- ICU 4.4
- Global icu::Normalizer2::append (UnicodeString &first, const UnicodeString &second, UErrorCode &errorCode) const =0
- ICU 4.4
- Global icu::Normalizer2::composePair (UChar32 a, UChar32 b) const
- ICU 49
- Global icu::Normalizer2::getCombiningClass (UChar32 c) const
- ICU 49
- Global icu::Normalizer2::getDecomposition (UChar32 c, UnicodeString &decomposition) const =0
- ICU 4.6
- Global icu::Normalizer2::getInstance (const char *packageName, const char *name, UNormalization2Mode mode, UErrorCode &errorCode)
- ICU 4.4
- Global icu::Normalizer2::getNFCInstance (UErrorCode &errorCode)
- ICU 49
- Global icu::Normalizer2::getNFDInstance (UErrorCode &errorCode)
- ICU 49
- Global icu::Normalizer2::getNFKCCasefoldInstance (UErrorCode &errorCode)
- ICU 49
- Global icu::Normalizer2::getNFKCInstance (UErrorCode &errorCode)
- ICU 49
- Global icu::Normalizer2::getNFKDInstance (UErrorCode &errorCode)
- ICU 49
- Global icu::Normalizer2::getRawDecomposition (UChar32 c, UnicodeString &decomposition) const
- ICU 49
- Global icu::Normalizer2::hasBoundaryAfter (UChar32 c) const =0
- ICU 4.4
- Global icu::Normalizer2::hasBoundaryBefore (UChar32 c) const =0
- ICU 4.4
- Global icu::Normalizer2::isInert (UChar32 c) const =0
- ICU 4.4
- Global icu::Normalizer2::isNormalized (const UnicodeString &s, UErrorCode &errorCode) const =0
- ICU 4.4
- Global icu::Normalizer2::isNormalizedUTF8 (StringPiece s, UErrorCode &errorCode) const
- ICU 60
- Global icu::Normalizer2::normalize (const UnicodeString &src, UnicodeString &dest, UErrorCode &errorCode) const =0
ICU 4.4
ICU 4.4
- Global icu::Normalizer2::normalizeSecondAndAppend (UnicodeString &first, const UnicodeString &second, UErrorCode &errorCode) const =0
- ICU 4.4
- Global icu::Normalizer2::normalizeUTF8 (uint32_t options, StringPiece src, ByteSink &sink, Edits *edits, UErrorCode &errorCode) const
- ICU 60
- Global icu::Normalizer2::quickCheck (const UnicodeString &s, UErrorCode &errorCode) const =0
- ICU 4.4
- Global icu::Normalizer2::spanQuickCheckYes (const UnicodeString &s, UErrorCode &errorCode) const =0
- ICU 4.4
- Global icu::Normalizer2::~Normalizer2 ()
- ICU 4.4
- Global icu::Normalizer::compare (const UnicodeString &s1, const UnicodeString &s2, uint32_t options, UErrorCode &errorCode)
- ICU 2.2
- Global icu::ParagraphLayout::getAscent () const
- ICU 3.2
- Global icu::ParagraphLayout::getDescent () const
- ICU 3.2
- Global icu::ParagraphLayout::getDynamicClassID () const
- ICU 3.2
- Global icu::ParagraphLayout::getLeading () const
- ICU 3.2
- Global icu::ParagraphLayout::getParagraphLevel ()
- ICU 3.2
- Global icu::ParagraphLayout::getStaticClassID ()
- ICU 3.2
- Global icu::ParagraphLayout::getTextDirection ()
- ICU 3.2
- Global icu::ParagraphLayout::isComplex (const LEUnicode chars[], le_int32 count)
- ICU 3.2
- Class icu::ParagraphLayout::Line
- ICU 3.2
- Global icu::ParagraphLayout::Line::countRuns () const
- ICU 3.2
- Global icu::ParagraphLayout::Line::getAscent () const
- ICU 3.2
- Global icu::ParagraphLayout::Line::getDescent () const
- ICU 3.2
- Global icu::ParagraphLayout::Line::getDynamicClassID () const
- ICU 3.2
- Global icu::ParagraphLayout::Line::getLeading () const
- ICU 3.2
- Global icu::ParagraphLayout::Line::getStaticClassID ()
- ICU 3.2
- Global icu::ParagraphLayout::Line::getVisualRun (le_int32 runIndex) const
- ICU 3.2
- Global icu::ParagraphLayout::Line::getWidth () const
- ICU 2.8
- Global icu::ParagraphLayout::Line::~Line ()
- ICU 3.2
- Global icu::ParagraphLayout::nextLine (float width)
- ICU 3.2
- Global icu::ParagraphLayout::ParagraphLayout (const LEUnicode chars[], le_int32 count, const FontRuns *fontRuns, const ValueRuns *levelRuns, const ValueRuns *scriptRuns, const LocaleRuns *localeRuns, UBiDiLevel paragraphLevel, le_bool vertical, LEErrorCode &status)
- ICU 2.8
- Global icu::ParagraphLayout::reflow ()
- ICU 3.2
- Class icu::ParagraphLayout::VisualRun
- ICU 3.2
- Global icu::ParagraphLayout::VisualRun::getAscent () const
- ICU 3.2
- Global icu::ParagraphLayout::VisualRun::getDescent () const
- ICU 3.2
- Global icu::ParagraphLayout::VisualRun::getDirection () const
- ICU 3.2
- Global icu::ParagraphLayout::VisualRun::getDynamicClassID () const
- ICU 3.2
- Global icu::ParagraphLayout::VisualRun::getFont () const
- ICU 3.2
- Global icu::ParagraphLayout::VisualRun::getGlyphCount () const
- ICU 3.2
- Global icu::ParagraphLayout::VisualRun::getGlyphs () const
- ICU 3.2
- Global icu::ParagraphLayout::VisualRun::getGlyphToCharMap () const
- ICU 3.2
- Global icu::ParagraphLayout::VisualRun::getLeading () const
- ICU 3.2
- Global icu::ParagraphLayout::VisualRun::getPositions () const
- ICU 3.2
- Global icu::ParagraphLayout::VisualRun::getStaticClassID ()
- ICU 3.2
- Global icu::ParagraphLayout::~ParagraphLayout ()
- ICU 3.2
- Global icu::ParsePosition::clone () const
- ICU 2.8
- Global icu::ParsePosition::getDynamicClassID () const
- ICU 2.2
- Global icu::ParsePosition::getErrorIndex (void) const
- ICU 2.0
- Global icu::ParsePosition::getIndex (void) const
- ICU 2.0
- Global icu::ParsePosition::getStaticClassID ()
- ICU 2.2
- Global icu::ParsePosition::operator!= (const ParsePosition &that) const
- ICU 2.0
- Global icu::ParsePosition::operator= (const ParsePosition ©)
- ICU 2.0
- Global icu::ParsePosition::operator== (const ParsePosition &that) const
- ICU 2.0
- Global icu::ParsePosition::ParsePosition ()
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::ParsePosition::setErrorIndex (int32_t ei)
- ICU 2.0
- Global icu::ParsePosition::setIndex (int32_t index)
- ICU 2.0
- Global icu::ParsePosition::~ParsePosition ()
- ICU 2.0
- Class icu::Replaceable
- ICU 2.0
- Global icu::Replaceable::char32At (int32_t offset) const
- ICU 1.8
- Global icu::Replaceable::charAt (int32_t offset) const
- ICU 1.8
- Global icu::Replaceable::clone () const
- ICU 2.6
- Global icu::Replaceable::copy (int32_t start, int32_t limit, int32_t dest)=0
- ICU 2.0
- Global icu::Replaceable::extractBetween (int32_t start, int32_t limit, UnicodeString &target) const =0
- ICU 2.1
- Global icu::Replaceable::getChar32At (int32_t offset) const =0
- ICU 2.4
- Global icu::Replaceable::getCharAt (int32_t offset) const =0
- ICU 2.4
- Global icu::Replaceable::getLength () const =0
- ICU 2.4
- Global icu::Replaceable::handleReplaceBetween (int32_t start, int32_t limit, const UnicodeString &text)=0
- ICU 2.0
- Global icu::Replaceable::hasMetaData () const
- ICU 2.2
- Global icu::Replaceable::length () const
- ICU 1.8
- Global icu::Replaceable::Replaceable ()
- ICU 2.4
- Global icu::Replaceable::~Replaceable ()
- ICU 2.0
- Class icu::ResourceBundle
- ICU 2.0
- Global icu::ResourceBundle::clone () const
- ICU 2.8
- Global icu::ResourceBundle::get (const char *key, UErrorCode &status) const
ICU 2.0
ICU 2.0
- Global icu::ResourceBundle::getBinary (int32_t &len, UErrorCode &status) const
- ICU 2.0
- Global icu::ResourceBundle::getDynamicClassID () const
- ICU 2.2
- Global icu::ResourceBundle::getInt (UErrorCode &status) const
- ICU 2.0
- Global icu::ResourceBundle::getIntVector (int32_t &len, UErrorCode &status) const
- ICU 2.0
- Global icu::ResourceBundle::getKey (void) const
- ICU 2.0
- Global icu::ResourceBundle::getLocale (ULocDataLocaleType type, UErrorCode &status) const
- ICU 2.8
- Global icu::ResourceBundle::getName (void) const
- ICU 2.0
- Global icu::ResourceBundle::getNext (UErrorCode &status)
- ICU 2.0
- Global icu::ResourceBundle::getNextString (const char **key, UErrorCode &status)
ICU 2.0
ICU 2.0
- Global icu::ResourceBundle::getSize (void) const
- ICU 2.0
- Global icu::ResourceBundle::getStaticClassID ()
- ICU 2.2
- Global icu::ResourceBundle::getString (UErrorCode &status) const
- ICU 2.0
- Global icu::ResourceBundle::getStringEx (const char *key, UErrorCode &status) const
ICU 2.0
ICU 2.0
- Global icu::ResourceBundle::getType (void) const
- ICU 2.0
- Global icu::ResourceBundle::getUInt (UErrorCode &status) const
- ICU 2.0
- Global icu::ResourceBundle::getVersion (UVersionInfo versionInfo) const
- ICU 2.0
- Global icu::ResourceBundle::hasNext (void) const
- ICU 2.0
- Global icu::ResourceBundle::operator= (const ResourceBundle &other)
- ICU 2.0
- Global icu::ResourceBundle::resetIterator (void)
- ICU 2.0
- Global icu::ResourceBundle::ResourceBundle (const UnicodeString &packageName, const Locale &locale, UErrorCode &err)
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::ResourceBundle::~ResourceBundle ()
- ICU 2.0
- Global icu::RuleBasedBreakIterator::adoptText (CharacterIterator *newText)
- ICU 2.0
- Global icu::RuleBasedBreakIterator::clone () const
- ICU 2.0
- Global icu::RuleBasedBreakIterator::current (void) const
- ICU 2.0
- Global icu::RuleBasedBreakIterator::first (void)
- ICU 2.0
- Global icu::RuleBasedBreakIterator::following (int32_t offset)
- ICU 2.0
- Global icu::RuleBasedBreakIterator::getBinaryRules (uint32_t &length)
- ICU 4.8
- Global icu::RuleBasedBreakIterator::getDynamicClassID (void) const
- ICU 2.0
- Global icu::RuleBasedBreakIterator::getRules (void) const
- ICU 2.0
- Global icu::RuleBasedBreakIterator::getRuleStatus () const
- ICU 2.2
- Global icu::RuleBasedBreakIterator::getRuleStatusVec (int32_t *fillInVec, int32_t capacity, UErrorCode &status)
- ICU 3.0
- Global icu::RuleBasedBreakIterator::getStaticClassID (void)
- ICU 2.0
- Global icu::RuleBasedBreakIterator::getText (void) const
- ICU 2.0
- Global icu::RuleBasedBreakIterator::getUText (UText *fillIn, UErrorCode &status) const
- ICU 3.4
- Global icu::RuleBasedBreakIterator::hashCode (void) const
- ICU 2.0
- Global icu::RuleBasedBreakIterator::isBoundary (int32_t offset)
- ICU 2.0
- Global icu::RuleBasedBreakIterator::last (void)
- ICU 2.0
- Global icu::RuleBasedBreakIterator::next (void)
ICU 2.0
ICU 2.0
- Global icu::RuleBasedBreakIterator::operator!= (const BreakIterator &that) const
- ICU 2.0
- Global icu::RuleBasedBreakIterator::operator= (const RuleBasedBreakIterator &that)
- ICU 2.0
- Global icu::RuleBasedBreakIterator::operator== (const BreakIterator &that) const
- ICU 2.0
- Global icu::RuleBasedBreakIterator::preceding (int32_t offset)
- ICU 2.0
- Global icu::RuleBasedBreakIterator::previous (void)
- ICU 2.0
- Global icu::RuleBasedBreakIterator::refreshInputText (UText *input, UErrorCode &status)
- ICU 49
- Global icu::RuleBasedBreakIterator::RuleBasedBreakIterator ()
ICU 2.2
ICU 2.0
ICU 2.2
ICU 4.8
ICU 2.8
- Global icu::RuleBasedBreakIterator::setText (UText *text, UErrorCode &status)
ICU 3.4
ICU 2.0
- Global icu::RuleBasedBreakIterator::~RuleBasedBreakIterator ()
- ICU 2.0
- Class icu::RunArray
- ICU 3.2
- Global icu::RunArray::add (le_int32 limit)
- ICU 3.2
- Global icu::RunArray::fClientArrays
- ICU 3.2
- Global icu::RunArray::getCount () const
- ICU 3.2
- Global icu::RunArray::getDynamicClassID () const
- ICU 3.2
- Global icu::RunArray::getLimit (le_int32 run) const
ICU 3.2
ICU 3.2
- Global icu::RunArray::getStaticClassID ()
- ICU 3.2
- Global icu::RunArray::grow (le_int32 capacity)
- ICU 3.2
- Global icu::RunArray::init (le_int32 capacity)
- ICU 3.2
- Global icu::RunArray::reset ()
- ICU 3.6
- Global icu::RunArray::RunArray (const le_int32 *limits, le_int32 count)
ICU 3.2
ICU 3.2
- Global icu::RunArray::~RunArray ()
- ICU 3.2
- Global icu::StringByteSink::Append (const char *data, int32_t n)
- ICU 4.2
- Global icu::StringByteSink::StringByteSink (StringClass *dest)
ICU 4.2
ICU 60
- Class icu::StringByteSink< StringClass >
- ICU 4.2
- Class icu::StringCharacterIterator
- ICU 2.0
- Global icu::StringCharacterIterator::clone () const
- ICU 2.0
- Global icu::StringCharacterIterator::getDynamicClassID (void) const
- ICU 2.0
- Global icu::StringCharacterIterator::getStaticClassID (void)
- ICU 2.0
- Global icu::StringCharacterIterator::getText (UnicodeString &result)
- ICU 2.0
- Global icu::StringCharacterIterator::operator= (const StringCharacterIterator &that)
- ICU 2.0
- Global icu::StringCharacterIterator::operator== (const ForwardCharacterIterator &that) const
- ICU 2.0
- Global icu::StringCharacterIterator::setText (const char16_t *newText, int32_t newTextLength)
ICU 2.0
ICU 2.0
- Global icu::StringCharacterIterator::StringCharacterIterator (const UnicodeString &textStr)
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::StringCharacterIterator::text
- ICU 2.0
- Global icu::StringCharacterIterator::~StringCharacterIterator ()
- ICU 2.0
- Class icu::StringEnumeration
- ICU 2.4
- Global icu::StringEnumeration::chars
- ICU 2.8
- Global icu::StringEnumeration::charsBuffer [32]
- ICU 2.8
- Global icu::StringEnumeration::charsCapacity
- ICU 2.8
- Global icu::StringEnumeration::clone () const
- ICU 2.8
- Global icu::StringEnumeration::count (UErrorCode &status) const =0
- ICU 2.4
- Global icu::StringEnumeration::ensureCharsCapacity (int32_t capacity, UErrorCode &status)
- ICU 2.8
- Global icu::StringEnumeration::next (int32_t *resultLength, UErrorCode &status)
- ICU 2.4
- Global icu::StringEnumeration::operator!= (const StringEnumeration &that) const
- ICU 3.6
- Global icu::StringEnumeration::operator== (const StringEnumeration &that) const
- ICU 3.6
- Global icu::StringEnumeration::reset (UErrorCode &status)=0
- ICU 2.4
- Global icu::StringEnumeration::setChars (const char *s, int32_t length, UErrorCode &status)
- ICU 2.8
- Global icu::StringEnumeration::snext (UErrorCode &status)
- ICU 2.4
- Global icu::StringEnumeration::StringEnumeration ()
- ICU 2.8
- Global icu::StringEnumeration::unext (int32_t *resultLength, UErrorCode &status)
- ICU 2.4
- Global icu::StringEnumeration::unistr
- ICU 2.8
- Global icu::StringEnumeration::~StringEnumeration ()
- ICU 2.4
- Class icu::StringPiece
- ICU 4.2
- Global icu::StringPiece::clear ()
- ICU 4.2
- Global icu::StringPiece::data () const
- ICU 4.2
- Global icu::StringPiece::empty () const
- ICU 4.2
- Global icu::StringPiece::length () const
- ICU 4.2
- Global icu::StringPiece::npos
- ICU 4.2
- Global icu::StringPiece::remove_prefix (int32_t n)
- ICU 4.2
- Global icu::StringPiece::remove_suffix (int32_t n)
- ICU 4.2
- Global icu::StringPiece::set (const char *str)
ICU 4.8
ICU 4.8
- Global icu::StringPiece::size () const
- ICU 4.2
- Global icu::StringPiece::StringPiece ()
ICU 4.2
ICU 4.2
ICU 4.2
ICU 4.2
ICU 4.2
ICU 4.2
- Global icu::StringPiece::substr (int32_t pos, int32_t len=npos) const
- ICU 4.2
- Class icu::StringTrieBuilder
- ICU 4.8
- Class icu::SymbolTable
- ICU 2.8
- Global icu::SymbolTable::lookup (const UnicodeString &s) const =0
- ICU 2.8
- Global icu::SymbolTable::lookupMatcher (UChar32 ch) const =0
- ICU 2.8
- Global icu::SymbolTable::parseReference (const UnicodeString &text, ParsePosition &pos, int32_t limit) const =0
- ICU 2.8
- Global icu::SymbolTable::~SymbolTable ()
- ICU 2.8
- Class icu::UCharCharacterIterator
- ICU 2.0
- Global icu::UCharCharacterIterator::clone () const
- ICU 2.0
- Global icu::UCharCharacterIterator::current (void) const
- ICU 2.0
- Global icu::UCharCharacterIterator::current32 (void) const
- ICU 2.0
- Global icu::UCharCharacterIterator::first (void)
- ICU 2.0
- Global icu::UCharCharacterIterator::first32 (void)
- ICU 2.0
- Global icu::UCharCharacterIterator::first32PostInc (void)
- ICU 2.0
- Global icu::UCharCharacterIterator::firstPostInc (void)
- ICU 2.0
- Global icu::UCharCharacterIterator::getDynamicClassID (void) const
- ICU 2.0
- Global icu::UCharCharacterIterator::getStaticClassID (void)
- ICU 2.0
- Global icu::UCharCharacterIterator::getText (UnicodeString &result)
- ICU 2.0
- Global icu::UCharCharacterIterator::hashCode (void) const
- ICU 2.0
- Global icu::UCharCharacterIterator::hasNext ()
- ICU 2.0
- Global icu::UCharCharacterIterator::hasPrevious ()
- ICU 2.0
- Global icu::UCharCharacterIterator::last (void)
- ICU 2.0
- Global icu::UCharCharacterIterator::last32 (void)
- ICU 2.0
- Global icu::UCharCharacterIterator::move (int32_t delta, EOrigin origin)
- ICU 2.0
- Global icu::UCharCharacterIterator::move32 (int32_t delta, EOrigin origin)
- ICU 2.0
- Global icu::UCharCharacterIterator::next (void)
- ICU 2.0
- Global icu::UCharCharacterIterator::next32 (void)
- ICU 2.0
- Global icu::UCharCharacterIterator::next32PostInc (void)
- ICU 2.0
- Global icu::UCharCharacterIterator::nextPostInc (void)
- ICU 2.0
- Global icu::UCharCharacterIterator::operator= (const UCharCharacterIterator &that)
- ICU 2.0
- Global icu::UCharCharacterIterator::operator== (const ForwardCharacterIterator &that) const
- ICU 2.0
- Global icu::UCharCharacterIterator::previous (void)
- ICU 2.0
- Global icu::UCharCharacterIterator::previous32 (void)
- ICU 2.0
- Global icu::UCharCharacterIterator::setIndex (int32_t position)
- ICU 2.0
- Global icu::UCharCharacterIterator::setIndex32 (int32_t position)
- ICU 2.0
- Global icu::UCharCharacterIterator::setText (ConstChar16Ptr newText, int32_t newTextLength)
- ICU 2.0
- Global icu::UCharCharacterIterator::text
- ICU 2.0
- Global icu::UCharCharacterIterator::UCharCharacterIterator (ConstChar16Ptr textPtr, int32_t length)
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::UCharCharacterIterator::~UCharCharacterIterator ()
- ICU 2.0
- Class icu::UCharsTrie
- ICU 4.8
- Global icu::UCharsTrie::current () const
- ICU 4.8
- Global icu::UCharsTrie::first (int32_t uchar)
- ICU 4.8
- Global icu::UCharsTrie::firstForCodePoint (UChar32 cp)
- ICU 4.8
- Global icu::UCharsTrie::getNextUChars (Appendable &out) const
- ICU 4.8
- Global icu::UCharsTrie::getValue () const
- ICU 4.8
- Global icu::UCharsTrie::hasUniqueValue (int32_t &uniqueValue) const
- ICU 4.8
- Class icu::UCharsTrie::Iterator
- ICU 4.8
- Global icu::UCharsTrie::Iterator::getString () const
- ICU 4.8
- Global icu::UCharsTrie::Iterator::getValue () const
- ICU 4.8
- Global icu::UCharsTrie::Iterator::hasNext () const
- ICU 4.8
- Global icu::UCharsTrie::Iterator::Iterator (ConstChar16Ptr trieUChars, int32_t maxStringLength, UErrorCode &errorCode)
ICU 4.8
ICU 4.8
- Global icu::UCharsTrie::Iterator::next (UErrorCode &errorCode)
- ICU 4.8
- Global icu::UCharsTrie::Iterator::reset ()
- ICU 4.8
- Global icu::UCharsTrie::Iterator::~Iterator ()
- ICU 4.8
- Global icu::UCharsTrie::next (ConstChar16Ptr s, int32_t length)
ICU 4.8
ICU 4.8
- Global icu::UCharsTrie::nextForCodePoint (UChar32 cp)
- ICU 4.8
- Global icu::UCharsTrie::reset ()
- ICU 4.8
- Global icu::UCharsTrie::resetToState (const State &state)
- ICU 4.8
- Global icu::UCharsTrie::saveState (State &state) const
- ICU 4.8
- Class icu::UCharsTrie::State
- ICU 4.8
- Global icu::UCharsTrie::State::State ()
- ICU 4.8
- Global icu::UCharsTrie::UCharsTrie (ConstChar16Ptr trieUChars)
ICU 4.8
ICU 4.8
- Global icu::UCharsTrie::~UCharsTrie ()
- ICU 4.8
- Class icu::UCharsTrieBuilder
- ICU 4.8
- Global icu::UCharsTrieBuilder::add (const UnicodeString &s, int32_t value, UErrorCode &errorCode)
- ICU 4.8
- Global icu::UCharsTrieBuilder::build (UStringTrieBuildOption buildOption, UErrorCode &errorCode)
- ICU 4.8
- Global icu::UCharsTrieBuilder::buildUnicodeString (UStringTrieBuildOption buildOption, UnicodeString &result, UErrorCode &errorCode)
- ICU 4.8
- Global icu::UCharsTrieBuilder::clear ()
- ICU 4.8
- Global icu::UCharsTrieBuilder::UCharsTrieBuilder (UErrorCode &errorCode)
- ICU 4.8
- Global icu::UCharsTrieBuilder::~UCharsTrieBuilder ()
- ICU 4.8
- Class icu::UMemory
- ICU 2.4
- Global icu::UMemory::operator delete (void *, void *) U_NOEXCEPT
ICU 2.6
ICU 2.4
- Global icu::UMemory::operator delete[] (void *p) U_NOEXCEPT
- ICU 2.4
- Global icu::UMemory::operator new (size_t, void *ptr) U_NOEXCEPT
ICU 2.6
ICU 2.4
- Global icu::UMemory::operator new[] (size_t size) U_NOEXCEPT
- ICU 2.4
- Class icu::UnicodeFilter
- ICU 2.0
- Global icu::UnicodeFilter::clone () const =0
- ICU 2.4
- Global icu::UnicodeFilter::contains (UChar32 c) const =0
- ICU 2.0
- Global icu::UnicodeFilter::getStaticClassID ()
- ICU 2.2
- Global icu::UnicodeFilter::matches (const Replaceable &text, int32_t &offset, int32_t limit, UBool incremental)
- ICU 2.4
- Global icu::UnicodeFilter::setData (const TransliterationRuleData *)
- ICU 2.4
- Global icu::UnicodeFilter::toMatcher () const
- ICU 2.4
- Global icu::UnicodeFilter::~UnicodeFilter ()
- ICU 2.0
- Class icu::UnicodeFunctor
- ICU 2.4
- Global icu::UnicodeFunctor::clone () const =0
- ICU 2.4
- Global icu::UnicodeFunctor::getDynamicClassID (void) const =0
- ICU 2.4
- Global icu::UnicodeFunctor::getStaticClassID (void)
- ICU 2.0
- Global icu::UnicodeFunctor::toMatcher () const
- ICU 2.4
- Global icu::UnicodeFunctor::toReplacer () const
- ICU 2.4
- Global icu::UnicodeFunctor::~UnicodeFunctor ()
- ICU 2.4
- Class icu::UnicodeMatcher
- ICU 2.4
- Global icu::UnicodeMatcher::addMatchSetTo (UnicodeSet &toUnionTo) const =0
- ICU 2.4
- Global icu::UnicodeMatcher::matches (const Replaceable &text, int32_t &offset, int32_t limit, UBool incremental)=0
- ICU 2.4
- Global icu::UnicodeMatcher::matchesIndexValue (uint8_t v) const =0
- ICU 2.4
- Global icu::UnicodeMatcher::toPattern (UnicodeString &result, UBool escapeUnprintable=FALSE) const =0
- ICU 2.4
- Global icu::UnicodeMatcher::~UnicodeMatcher ()
- ICU 2.4
- Class icu::UnicodeSetIterator
- ICU 2.4
- Global icu::UnicodeSetIterator::codepoint
- ICU 2.4
- Global icu::UnicodeSetIterator::codepointEnd
- ICU 2.4
- Global icu::UnicodeSetIterator::endElement
- ICU 2.4
- Global icu::UnicodeSetIterator::endRange
- ICU 2.4
- Global icu::UnicodeSetIterator::getCodepoint () const
- ICU 2.4
- Global icu::UnicodeSetIterator::getCodepointEnd () const
- ICU 2.4
- Global icu::UnicodeSetIterator::getDynamicClassID () const
- ICU 2.4
- Global icu::UnicodeSetIterator::getStaticClassID ()
- ICU 2.4
- Global icu::UnicodeSetIterator::getString ()
- ICU 2.4
- Global icu::UnicodeSetIterator::isString () const
- ICU 2.4
- Global icu::UnicodeSetIterator::loadRange (int32_t range)
- ICU 2.4
- Global icu::UnicodeSetIterator::next ()
- ICU 2.4
- Global icu::UnicodeSetIterator::nextElement
- ICU 2.4
- Global icu::UnicodeSetIterator::nextRange ()
- ICU 2.4
- Global icu::UnicodeSetIterator::nextString
- ICU 2.4
- Global icu::UnicodeSetIterator::operator= (const UnicodeSetIterator &)
- ICU 2.4
- Global icu::UnicodeSetIterator::range
- ICU 2.4
- Global icu::UnicodeSetIterator::reset ()
ICU 2.4
ICU 2.4
- Global icu::UnicodeSetIterator::set
- ICU 2.4
- Global icu::UnicodeSetIterator::string
- ICU 2.4
- Global icu::UnicodeSetIterator::stringCount
- ICU 2.4
- Global icu::UnicodeSetIterator::UnicodeSetIterator (const UnicodeSet &set)
ICU 2.4
ICU 2.4
ICU 2.4
- Global icu::UnicodeSetIterator::~UnicodeSetIterator ()
- ICU 2.4
- Class icu::UnicodeString
- ICU 2.0
- Global icu::UnicodeString::append (UChar32 srcChar)
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::caseCompare (int32_t start, int32_t length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::caseCompareBetween (int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const
- ICU 2.0
- Global icu::UnicodeString::char32At (int32_t offset) const
- ICU 2.0
- Global icu::UnicodeString::charAt (int32_t offset) const
- ICU 2.0
- Global icu::UnicodeString::clone () const
- ICU 2.6
- Global icu::UnicodeString::compare (int32_t start, int32_t length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::compareBetween (int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit) const
- ICU 2.0
- Global icu::UnicodeString::compareCodePointOrder (int32_t start, int32_t length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::compareCodePointOrderBetween (int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit) const
- ICU 2.0
- Global icu::UnicodeString::copy (int32_t start, int32_t limit, int32_t dest)
- ICU 2.0
- Global icu::UnicodeString::countChar32 (int32_t start=0, int32_t length=INT32_MAX) const
- ICU 2.0
- Global icu::UnicodeString::EInvariant
- ICU 3.2
- Global icu::UnicodeString::endsWith (const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::extract (char *dest, int32_t destCapacity, UConverter *cnv, UErrorCode &errorCode) const
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 3.2
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::extractBetween (int32_t start, int32_t limit, UnicodeString &target) const
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::fastCopyFrom (const UnicodeString &src)
- ICU 2.4
- Global icu::UnicodeString::findAndReplace (int32_t start, int32_t length, const UnicodeString &oldText, int32_t oldStart, int32_t oldLength, const UnicodeString &newText, int32_t newStart, int32_t newLength)
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::foldCase (uint32_t options=0)
- ICU 2.0
- Global icu::UnicodeString::fromUTF32 (const UChar32 *utf32, int32_t length)
- ICU 4.2
- Global icu::UnicodeString::fromUTF8 (StringPiece utf8)
- ICU 4.2
- Global icu::UnicodeString::getBuffer () const
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::getCapacity (void) const
- ICU 2.0
- Global icu::UnicodeString::getChar32At (int32_t offset) const
- ICU 2.4
- Global icu::UnicodeString::getChar32Limit (int32_t offset) const
- ICU 2.0
- Global icu::UnicodeString::getChar32Start (int32_t offset) const
- ICU 2.0
- Global icu::UnicodeString::getCharAt (int32_t offset) const
- ICU 2.4
- Global icu::UnicodeString::getDynamicClassID () const
- ICU 2.2
- Global icu::UnicodeString::getLength () const
- ICU 2.4
- Global icu::UnicodeString::getStaticClassID ()
- ICU 2.2
- Global icu::UnicodeString::getTerminatedBuffer ()
- ICU 2.2
- Global icu::UnicodeString::handleReplaceBetween (int32_t start, int32_t limit, const UnicodeString &text)
- ICU 2.0
- Global icu::UnicodeString::hashCode (void) const
- ICU 2.0
- Global icu::UnicodeString::hasMetaData () const
- ICU 2.4
- Global icu::UnicodeString::hasMoreChar32Than (int32_t start, int32_t length, int32_t number) const
- ICU 2.4
- Global icu::UnicodeString::indexOf (UChar32 c, int32_t start, int32_t length) const
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::insert (int32_t start, UChar32 srcChar)
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::isBogus (void) const
- ICU 2.0
- Global icu::UnicodeString::isEmpty (void) const
- ICU 2.0
- Global icu::UnicodeString::kInvariant
- ICU 3.2
- Global icu::UnicodeString::lastIndexOf (UChar32 c, int32_t start, int32_t length) const
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::length (void) const
- ICU 2.0
- Global icu::UnicodeString::moveIndex32 (int32_t index, int32_t delta) const
- ICU 2.0
- Global icu::UnicodeString::operator!= (const UnicodeString &text) const
- ICU 2.0
- Global icu::UnicodeString::operator+= (const UnicodeString &srcText)
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::operator< (const UnicodeString &text) const
- ICU 2.0
- Global icu::UnicodeString::operator<= (const UnicodeString &text) const
- ICU 2.0
- Global icu::UnicodeString::operator= (UChar32 ch)
ICU 2.0
ICU 2.0
ICU 56
ICU 2.0
- Global icu::UnicodeString::operator== (const UnicodeString &text) const
- ICU 2.0
- Global icu::UnicodeString::operator> (const UnicodeString &text) const
- ICU 2.0
- Global icu::UnicodeString::operator>= (const UnicodeString &text) const
- ICU 2.0
- Global icu::UnicodeString::operator[] (int32_t offset) const
- ICU 2.0
- Global icu::UnicodeString::padLeading (int32_t targetLength, char16_t padChar=0x0020)
- ICU 2.0
- Global icu::UnicodeString::padTrailing (int32_t targetLength, char16_t padChar=0x0020)
- ICU 2.0
- Global icu::UnicodeString::releaseBuffer (int32_t newLength=-1)
- ICU 2.0
- Global icu::UnicodeString::remove (int32_t start, int32_t length=(int32_t) INT32_MAX)
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::removeBetween (int32_t start, int32_t limit=(int32_t) INT32_MAX)
- ICU 2.0
- Global icu::UnicodeString::replace (int32_t start, int32_t length, UChar32 srcChar)
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::replaceBetween (int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit)
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::retainBetween (int32_t start, int32_t limit=INT32_MAX)
- ICU 4.4
- Global icu::UnicodeString::reverse (int32_t start, int32_t length)
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::setCharAt (int32_t offset, char16_t ch)
- ICU 2.0
- Global icu::UnicodeString::setTo (char16_t *buffer, int32_t buffLength, int32_t buffCapacity)
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.2
- Global icu::UnicodeString::setToBogus ()
- ICU 2.0
- Global icu::UnicodeString::startsWith (const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::swap (UnicodeString &s1, UnicodeString &s2) U_NOEXCEPT
ICU 56
ICU 56
- Global icu::UnicodeString::tempSubString (int32_t start=0, int32_t length=INT32_MAX) const
- ICU 4.4
- Global icu::UnicodeString::tempSubStringBetween (int32_t start, int32_t limit=INT32_MAX) const
- ICU 4.4
- Global icu::UnicodeString::toLower (const Locale &locale)
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::toTitle (BreakIterator *titleIter, const Locale &locale, uint32_t options)
ICU 3.8
ICU 2.1
ICU 2.1
- Global icu::UnicodeString::toUpper (const Locale &locale)
ICU 2.0
ICU 2.0
- Global icu::UnicodeString::toUTF32 (UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const
- ICU 4.2
- Global icu::UnicodeString::toUTF8 (ByteSink &sink) const
- ICU 4.2
- Global icu::UnicodeString::toUTF8String (StringClass &result) const
- ICU 4.2
- Global icu::UnicodeString::trim (void)
- ICU 2.0
- Global icu::UnicodeString::truncate (int32_t targetLength)
- ICU 2.0
- Global icu::UnicodeString::unescape () const
- ICU 2.0
- Global icu::UnicodeString::unescapeAt (int32_t &offset) const
- ICU 2.0
- Global icu::UnicodeString::UnicodeString ()
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 59
ICU 59
ICU 59
ICU 2.0
ICU 59
ICU 59
ICU 59
ICU 2.0
ICU 2.0
ICU 59
ICU 59
ICU 59
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 2.0
ICU 3.2
ICU 2.0
ICU 56
ICU 2.2
ICU 2.2
- Global icu::UnicodeString::~UnicodeString ()
- ICU 2.0
- Class icu::UnicodeStringAppendable
- ICU 4.8
- Global icu::UnicodeStringAppendable::appendCodePoint (UChar32 c)
- ICU 4.8
- Global icu::UnicodeStringAppendable::appendCodeUnit (char16_t c)
- ICU 4.8
- Global icu::UnicodeStringAppendable::appendString (const char16_t *s, int32_t length)
- ICU 4.8
- Global icu::UnicodeStringAppendable::getAppendBuffer (int32_t minCapacity, int32_t desiredCapacityHint, char16_t *scratch, int32_t scratchCapacity, int32_t *resultCapacity)
- ICU 4.8
- Global icu::UnicodeStringAppendable::reserveAppendCapacity (int32_t appendCapacity)
- ICU 4.8
- Global icu::UnicodeStringAppendable::UnicodeStringAppendable (UnicodeString &s)
- ICU 4.8
- Global icu::UnicodeStringAppendable::~UnicodeStringAppendable ()
- ICU 4.8
- Class icu::UObject
- ICU 2.2
- Global icu::UObject::getDynamicClassID () const
- ICU 2.2
- Global icu::UObject::~UObject ()
- ICU 2.2
- Class icu::ValueRuns
- ICU 3.2
- Global icu::ValueRuns::add (le_int32 value, le_int32 limit)
- ICU 3.2
- Global icu::ValueRuns::getDynamicClassID () const
- ICU 3.2
- Global icu::ValueRuns::getStaticClassID ()
- ICU 3.2
- Global icu::ValueRuns::getValue (le_int32 run) const
- ICU 3.2
- Global icu::ValueRuns::ValueRuns (const le_int32 *values, const le_int32 *limits, le_int32 count)
ICU 3.2
ICU 3.2
- Global icu::ValueRuns::~ValueRuns ()
- ICU 3.2
- Global INITIAL_CAPACITY
- ICU 3.2
- Global INT16_MAX
- ICU 2.0
- Global INT16_MIN
- ICU 2.0
- Global INT32_MAX
- ICU 2.0
- Global INT32_MIN
- ICU 2.0
- Global INT64_C
- ICU 2.8
- Global INT8_MAX
- ICU 2.0
- Global INT8_MIN
- ICU 2.0
- Class LocalUBiDiPointer
- ICU 4.4
- Class LocalUBiDiTransformPointer
- ICU 58
- Class LocalUBreakIteratorPointer
- ICU 4.4
- Class LocalUCaseMapPointer
- ICU 4.4
- Class LocalUConverterPointer
- ICU 4.4
- Class LocalUConverterSelectorPointer
- ICU 4.4
- Class LocalUCPTriePointer
- ICU 63
- Class LocalUDataMemoryPointer
- ICU 4.4
- Class LocalUEnumerationPointer
- ICU 4.4
- Class LocalUIDNAPointer
- ICU 4.6
- Class LocalULocaleDisplayNamesPointer
- ICU 4.4
- Class LocalUMutableCPTriePointer
- ICU 63
- Class LocalUNormalizer2Pointer
- ICU 4.4
- Class LocalUResourceBundlePointer
- ICU 4.4
- Class LocalUSetPointer
- ICU 4.4
- Class LocalUStringPrepProfilePointer
- ICU 4.4
- Class LocalUTextPointer
- ICU 4.4
- Global NULL
- ICU 2.0
- Global OldUChar
- ICU 59
- Global TRUE
- ICU 2.0
- Global U16_APPEND
- ICU 2.4
- Global U16_APPEND_UNSAFE
- ICU 2.4
- Global U16_BACK_1
- ICU 2.4
- Global U16_BACK_1_UNSAFE
- ICU 2.4
- Global U16_BACK_N
- ICU 2.4
- Global U16_BACK_N_UNSAFE
- ICU 2.4
- Global U16_FWD_1
- ICU 2.4
- Global U16_FWD_1_UNSAFE
- ICU 2.4
- Global U16_FWD_N
- ICU 2.4
- Global U16_FWD_N_UNSAFE
- ICU 2.4
- Global U16_GET
- ICU 2.4
- Global U16_GET_OR_FFFD
- ICU 60
- Global U16_GET_SUPPLEMENTARY
- ICU 2.4
- Global U16_GET_UNSAFE
- ICU 2.4
- Global U16_IS_LEAD
- ICU 2.4
- Global U16_IS_SINGLE
- ICU 2.4
- Global U16_IS_SURROGATE
- ICU 2.4
- Global U16_IS_SURROGATE_LEAD
- ICU 2.4
- Global U16_IS_SURROGATE_TRAIL
- ICU 4.2
- Global U16_IS_TRAIL
- ICU 2.4
- Global U16_LEAD
- ICU 2.4
- Global U16_LENGTH
- ICU 2.4
- Global U16_MAX_LENGTH
- ICU 2.4
- Global U16_NEXT
- ICU 2.4
- Global U16_NEXT_OR_FFFD
- ICU 60
- Global U16_NEXT_UNSAFE
- ICU 2.4
- Global U16_PREV
- ICU 2.4
- Global U16_PREV_OR_FFFD
- ICU 60
- Global U16_PREV_UNSAFE
- ICU 2.4
- Global U16_SET_CP_LIMIT
- ICU 2.4
- Global U16_SET_CP_LIMIT_UNSAFE
- ICU 2.4
- Global U16_SET_CP_START
- ICU 2.4
- Global U16_SET_CP_START_UNSAFE
- ICU 2.4
- Global U16_TRAIL
- ICU 2.4
- Global U8_APPEND
- ICU 2.4
- Global U8_APPEND_UNSAFE
- ICU 2.4
- Global U8_BACK_1
- ICU 2.4
- Global U8_BACK_1_UNSAFE
- ICU 2.4
- Global U8_BACK_N
- ICU 2.4
- Global U8_BACK_N_UNSAFE
- ICU 2.4
- Global U8_FWD_1
- ICU 2.4
- Global U8_FWD_1_UNSAFE
- ICU 2.4
- Global U8_FWD_N
- ICU 2.4
- Global U8_FWD_N_UNSAFE
- ICU 2.4
- Global U8_GET
- ICU 2.4
- Global U8_GET_OR_FFFD
- ICU 51
- Global U8_GET_UNSAFE
- ICU 2.4
- Global U8_IS_LEAD
- ICU 2.4
- Global U8_IS_SINGLE
- ICU 2.4
- Global U8_IS_TRAIL
- ICU 2.4
- Global U8_LENGTH
- ICU 2.4
- Global U8_MAX_LENGTH
- ICU 2.4
- Global U8_NEXT
- ICU 2.4
- Global U8_NEXT_OR_FFFD
- ICU 51
- Global U8_NEXT_UNSAFE
- ICU 2.4
- Global U8_PREV
- ICU 2.4
- Global U8_PREV_OR_FFFD
- ICU 51
- Global U8_PREV_UNSAFE
- ICU 2.4
- Global U8_SET_CP_LIMIT
- ICU 2.4
- Global U8_SET_CP_LIMIT_UNSAFE
- ICU 2.4
- Global U8_SET_CP_START
- ICU 2.4
- Global U8_SET_CP_START_UNSAFE
- ICU 2.4
- Global U8_TRUNCATE_IF_INCOMPLETE
- ICU 61
- Global U_ARABIC_NUMBER
- ICU 2.0
- Global U_ASCII_FAMILY
- ICU 2.0
- Global u_austrcpy
- ICU 2.0
- Global u_austrncpy
- ICU 2.0
- Global U_BLOCK_SEPARATOR
- ICU 2.0
- Global U_BOUNDARY_NEUTRAL
- ICU 2.0
- Global U_BPT_CLOSE
- ICU 52
- Global U_BPT_NONE
- ICU 52
- Global U_BPT_OPEN
- ICU 52
- Global U_CALLCONV
- ICU 2.0
- Global U_CAPI
- ICU 2.0
- Global u_catclose
- ICU 2.6
- Global u_catgets
- ICU 2.6
- Global u_catopen
- ICU 2.6
- Global U_CDECL_BEGIN
- ICU 2.4
- Global U_CDECL_END
- ICU 2.4
- Global U_CFUNC
- ICU 2.4
- Global U_CHAR_CATEGORY_COUNT
- ICU 2.0
- Global U_CHAR_NAME_ALIAS
- ICU 4.4
- Global u_charAge
- ICU 2.1
- Global u_charDigitValue
- ICU 2.0
- Global u_charDirection
- ICU 2.0
- Global u_charFromName
- ICU 1.7
- Global u_charMirror
- ICU 2.0
- Global u_charName
- ICU 2.0
- Global U_CHARSET_FAMILY
- ICU 2.0
- Global U_CHARSET_IS_UTF8
- ICU 4.2
- Global u_charsToUChars
- ICU 2.0
- Global u_charType
- ICU 2.0
- Global u_cleanup
- ICU 2.0
- Global U_COMBINED_IMPLEMENTATION
- ICU 2.0
- Global U_COMBINING_SPACING_MARK
- ICU 2.0
- Global U_COMMON_API
- ICU 2.0
- Global U_COMMON_NUMBER_SEPARATOR
- ICU 2.0
- Global U_COMPARE_CODE_POINT_ORDER
- ICU 2.2
- Global U_COMPARE_IGNORE_CASE
- ICU 2.2
- Global U_CONNECTOR_PUNCTUATION
- ICU 2.0
- Global U_CONTROL_CHAR
- ICU 2.0
- Global U_COPYRIGHT_STRING
- ICU 2.4
- Global U_COPYRIGHT_STRING_LENGTH
- ICU 2.4
- Global u_countChar32
- ICU 2.0
- Global U_CURRENCY_SYMBOL
- ICU 2.0
- Global U_DASH_PUNCTUATION
- ICU 2.0
- Global U_DATA_API
- ICU 3.0
- Global U_DATE_MAX
- ICU 4.8
- Global U_DATE_MIN
- ICU 4.8
- Global U_DECIMAL_DIGIT_NUMBER
- ICU 2.0
- Global U_DEFINE_LOCAL_OPEN_POINTER
- ICU 4.4
- Global u_digit
- ICU 2.0
- Global U_DIR_NON_SPACING_MARK
- ICU 2.0
- Global U_EBCDIC_FAMILY
- ICU 2.0
- Global U_EDITS_NO_RESET
- ICU 60
- Global U_ENCLOSING_MARK
- ICU 2.0
- Global U_END_PUNCTUATION
- ICU 2.0
- Global u_enumCharNames
- ICU 1.7
- Global u_enumCharTypes
- ICU 2.1
- Global U_EOF
- 3.0
- Global u_errorName
- ICU 2.0
- Global U_ETHER
- ICU 3.0
- Global U_EUROPEAN_NUMBER
- ICU 2.0
- Global U_EUROPEAN_NUMBER_SEPARATOR
- ICU 2.0
- Global U_EUROPEAN_NUMBER_TERMINATOR
- ICU 2.0
- Global U_EXTENDED_CHAR_NAME
- ICU 2.0
- Global u_fadopt
- ICU 4.4
- Global U_FAILURE
- ICU 2.0
- Global u_fclose
- ICU 3.0
- Global u_feof
- ICU 3.0
- Global u_fflush
- ICU 3.0
- Global u_fgetc
- ICU 3.0
- Global u_fgetcodepage
- ICU 3.0
- Global u_fgetConverter
- ICU 3.0
- Global u_fgetcx
- ICU 3.0
- Global u_fgetfile
- ICU 3.0
- Global u_fgetlocale
- ICU 3.0
- Global u_fgetNumberFormat
- ICU 51
- Global u_fgets
- ICU 3.0
- Global u_file_read
- ICU 3.0
- Global U_FILE_SEP_CHAR
- ICU 2.0
- Global u_file_write
- ICU 3.0
- Global U_FINAL_PUNCTUATION
- ICU 2.0
- Global u_finit
- ICU 3.0
- Global U_FIRST_STRONG_ISOLATE
- ICU 52
- Global U_FOLD_CASE_DEFAULT
- ICU 2.0
- Global U_FOLD_CASE_EXCLUDE_SPECIAL_I
- ICU 2.0
- Global u_foldCase
- ICU 2.0
- Global u_fopen
- ICU 3.0
- Global u_fopen_u
- ICU 54
- Global u_forDigit
- ICU 2.0
- Global U_FORMAT_CHAR
- ICU 2.0
- Global U_FORMAT_INEXACT_ERROR
- ICU 4.8
- Global u_formatMessage
- ICU 2.0
- Global u_formatMessageWithError
- ICU 2.0
- Global u_fprintf
- ICU 3.0
- Global u_fprintf_u
- ICU 3.0
- Global u_fputc
- ICU 3.0
- Global u_fputs
- ICU 3.0
- Global u_frewind
- ICU 3.0
- Global u_fscanf
- ICU 3.0
- Global u_fscanf_u
- ICU 3.0
- Global u_fsetcodepage
- ICU 3.0
- Global u_fsetlocale
- ICU 3.0
- Global u_fsettransliterator
- ICU 3.0
- Global u_fstropen
- ICU 3.0
- Global u_fungetc
- ICU 3.0
- Global U_GC_C_MASK
- ICU 2.1
- Global U_GC_CC_MASK
- ICU 2.1
- Global U_GC_CF_MASK
- ICU 2.1
- Global U_GC_CN_MASK
- ICU 2.1
- Global U_GC_CO_MASK
- ICU 2.1
- Global U_GC_CS_MASK
- ICU 2.1
- Global U_GC_L_MASK
- ICU 2.1
- Global U_GC_LC_MASK
- ICU 2.1
- Global U_GC_LL_MASK
- ICU 2.1
- Global U_GC_LM_MASK
- ICU 2.1
- Global U_GC_LO_MASK
- ICU 2.1
- Global U_GC_LT_MASK
- ICU 2.1
- Global U_GC_LU_MASK
- ICU 2.1
- Global U_GC_M_MASK
- ICU 2.1
- Global U_GC_MC_MASK
- ICU 2.1
- Global U_GC_ME_MASK
- ICU 2.1
- Global U_GC_MN_MASK
- ICU 2.1
- Global U_GC_N_MASK
- ICU 2.1
- Global U_GC_ND_MASK
- ICU 2.1
- Global U_GC_NL_MASK
- ICU 2.1
- Global U_GC_NO_MASK
- ICU 2.1
- Global U_GC_P_MASK
- ICU 2.1
- Global U_GC_PC_MASK
- ICU 2.1
- Global U_GC_PD_MASK
- ICU 2.1
- Global U_GC_PE_MASK
- ICU 2.1
- Global U_GC_PF_MASK
- ICU 2.1
- Global U_GC_PI_MASK
- ICU 2.1
- Global U_GC_PO_MASK
- ICU 2.1
- Global U_GC_PS_MASK
- ICU 2.1
- Global U_GC_S_MASK
- ICU 2.1
- Global U_GC_SC_MASK
- ICU 2.1
- Global U_GC_SK_MASK
- ICU 2.1
- Global U_GC_SM_MASK
- ICU 2.1
- Global U_GC_SO_MASK
- ICU 2.1
- Global U_GC_Z_MASK
- ICU 2.1
- Global U_GC_ZL_MASK
- ICU 2.1
- Global U_GC_ZP_MASK
- ICU 2.1
- Global U_GC_ZS_MASK
- ICU 2.1
- Global U_GCB_E_BASE
- ICU 58
- Global U_GCB_E_BASE_GAZ
- ICU 58
- Global U_GCB_E_MODIFIER
- ICU 58
- Global U_GCB_GLUE_AFTER_ZWJ
- ICU 58
- Global U_GCB_PREPEND
- ICU 4.0
- Global U_GCB_REGIONAL_INDICATOR
- ICU 50
- Global U_GCB_SPACING_MARK
- ICU 4.0
- Global U_GCB_ZWJ
- ICU 58
- Global U_GENERAL_OTHER_TYPES
- ICU 2.0
- Global U_GET_GC_MASK
- ICU 2.1
- Global u_get_stdout
- ICU 49
- Global u_getBidiPairedBracket
- ICU 52
- Global u_getBinaryPropertySet
- ICU 63
- Global u_getCombiningClass
- ICU 2.0
- Global u_getDataDirectory
- ICU 2.0
- Global u_getDataVersion
- ICU 49
- Global u_getFC_NFKC_Closure
- ICU 2.2
- Global u_getIntPropertyMap
- ICU 63
- Global u_getIntPropertyMaxValue
- ICU 2.2
- Global u_getIntPropertyMinValue
- ICU 2.2
- Global u_getIntPropertyValue
- ICU 2.2
- Global u_getNumericValue
- ICU 2.2
- Global u_getPropertyEnum
- ICU 2.4
- Global u_getPropertyName
- ICU 2.4
- Global u_getPropertyValueEnum
- ICU 2.4
- Global u_getPropertyValueName
- ICU 2.4
- Global u_getUnicodeVersion
- ICU 2.0
- Global u_getVersion
- ICU 2.0
- Global u_hasBinaryProperty
- ICU 2.1
- Global U_HAVE_DEBUG_LOCATION_NEW
- ICU 3.4
- Global U_HAVE_PLACEMENT_NEW
- ICU 2.6
- Global U_HAVE_WCHAR_H
- ICU 2.0
- Global U_I18N_API
- ICU 2.0
- Global U_ICU_DATA_KEY
- ICU 49
- Global U_ICU_ENTRY_POINT_RENAME
- ICU 4.2
- Global U_ICU_VERSION
- ICU 2.4
- Global U_ICU_VERSION_BUILDLEVEL_NUM
- ICU 4.0
- Global U_ICU_VERSION_BUNDLE
- ICU 49
- Global U_ICU_VERSION_MAJOR_NUM
- ICU 2.4
- Global U_ICU_VERSION_MINOR_NUM
- ICU 2.6
- Global U_ICU_VERSION_PATCHLEVEL_NUM
- ICU 2.4
- Global U_ICU_VERSION_SHORT
- ICU 2.6
- Global U_ICU_VERSION_SUFFIX
- ICU 2.6
- Global U_ICUDATA_ENTRY_POINT
- ICU 2.4
- Global U_ICUDATA_NAME
- ICU 2.0
- Global U_ICUDATA_TYPE_LETTER
- ICU 2.0
- Global U_ICUDATA_TYPE_LITLETTER
- ICU 2.0
- Global u_init
- ICU 2.6
- Global U_INITIAL_PUNCTUATION
- ICU 2.0
- Global U_INPC_BOTTOM
- ICU 63
- Global U_INPC_BOTTOM_AND_LEFT
- ICU 63
- Global U_INPC_BOTTOM_AND_RIGHT
- ICU 63
- Global U_INPC_LEFT
- ICU 63
- Global U_INPC_LEFT_AND_RIGHT
- ICU 63
- Global U_INPC_NA
- ICU 63
- Global U_INPC_OVERSTRUCK
- ICU 63
- Global U_INPC_RIGHT
- ICU 63
- Global U_INPC_TOP
- ICU 63
- Global U_INPC_TOP_AND_BOTTOM
- ICU 63
- Global U_INPC_TOP_AND_BOTTOM_AND_RIGHT
- ICU 63
- Global U_INPC_TOP_AND_LEFT
- ICU 63
- Global U_INPC_TOP_AND_LEFT_AND_RIGHT
- ICU 63
- Global U_INPC_TOP_AND_RIGHT
- ICU 63
- Global U_INPC_VISUAL_ORDER_LEFT
- ICU 63
- Global U_INSC_AVAGRAHA
- ICU 63
- Global U_INSC_BINDU
- ICU 63
- Global U_INSC_BRAHMI_JOINING_NUMBER
- ICU 63
- Global U_INSC_CANTILLATION_MARK
- ICU 63
- Global U_INSC_CONSONANT
- ICU 63
- Global U_INSC_CONSONANT_DEAD
- ICU 63
- Global U_INSC_CONSONANT_FINAL
- ICU 63
- Global U_INSC_CONSONANT_HEAD_LETTER
- ICU 63
- Global U_INSC_CONSONANT_INITIAL_POSTFIXED
- ICU 63
- Global U_INSC_CONSONANT_KILLER
- ICU 63
- Global U_INSC_CONSONANT_MEDIAL
- ICU 63
- Global U_INSC_CONSONANT_PLACEHOLDER
- ICU 63
- Global U_INSC_CONSONANT_PRECEDING_REPHA
- ICU 63
- Global U_INSC_CONSONANT_PREFIXED
- ICU 63
- Global U_INSC_CONSONANT_SUBJOINED
- ICU 63
- Global U_INSC_CONSONANT_SUCCEEDING_REPHA
- ICU 63
- Global U_INSC_CONSONANT_WITH_STACKER
- ICU 63
- Global U_INSC_GEMINATION_MARK
- ICU 63
- Global U_INSC_INVISIBLE_STACKER
- ICU 63
- Global U_INSC_JOINER
- ICU 63
- Global U_INSC_MODIFYING_LETTER
- ICU 63
- Global U_INSC_NON_JOINER
- ICU 63
- Global U_INSC_NUKTA
- ICU 63
- Global U_INSC_NUMBER
- ICU 63
- Global U_INSC_NUMBER_JOINER
- ICU 63
- Global U_INSC_OTHER
- ICU 63
- Global U_INSC_PURE_KILLER
- ICU 63
- Global U_INSC_REGISTER_SHIFTER
- ICU 63
- Global U_INSC_SYLLABLE_MODIFIER
- ICU 63
- Global U_INSC_TONE_LETTER
- ICU 63
- Global U_INSC_TONE_MARK
- ICU 63
- Global U_INSC_VIRAMA
- ICU 63
- Global U_INSC_VISARGA
- ICU 63
- Global U_INSC_VOWEL
- ICU 63
- Global U_INSC_VOWEL_DEPENDENT
- ICU 63
- Global U_INSC_VOWEL_INDEPENDENT
- ICU 63
- Global U_INT64_MAX
- ICU 2.8
- Global U_INT64_MIN
- ICU 2.8
- Global U_IO_API
- ICU 2.0
- Global U_IS_BMP
- ICU 2.8
- Global U_IS_LEAD
- ICU 2.4
- Global U_IS_SUPPLEMENTARY
- ICU 2.8
- Global U_IS_SURROGATE
- ICU 2.4
- Global U_IS_SURROGATE_LEAD
- ICU 2.4
- Global U_IS_SURROGATE_TRAIL
- ICU 4.2
- Global U_IS_TRAIL
- ICU 2.4
- Global U_IS_UNICODE_CHAR
- ICU 2.4
- Global U_IS_UNICODE_NONCHAR
- ICU 2.4
- Global u_isalnum
- ICU 2.0
- Global u_isalpha
- ICU 2.0
- Global u_isbase
- ICU 2.0
- Global u_isblank
- ICU 2.6
- Global u_iscntrl
- ICU 2.0
- Global u_isdefined
- ICU 2.0
- Global u_isdigit
- ICU 2.0
- Global u_isgraph
- ICU 2.6
- Global u_isIDIgnorable
- ICU 2.0
- Global u_isIDPart
- ICU 2.0
- Global u_isIDStart
- ICU 2.0
- Global u_isISOControl
- ICU 2.6
- Global u_isJavaIDPart
- ICU 2.0
- Global u_isJavaIDStart
- ICU 2.0
- Global u_isJavaSpaceChar
- ICU 2.6
- Global u_islower
- ICU 2.0
- Global u_isMirrored
- ICU 2.0
- Global u_isprint
- ICU 2.0
- Global u_ispunct
- ICU 2.6
- Global u_isspace
- ICU 2.0
- Global u_istitle
- ICU 2.0
- Global u_isUAlphabetic
- ICU 2.1
- Global u_isULowercase
- ICU 2.1
- Global u_isupper
- ICU 2.0
- Global u_isUUppercase
- ICU 2.1
- Global u_isUWhiteSpace
- ICU 2.1
- Global u_isWhitespace
- ICU 2.0
- Global u_isxdigit
- ICU 2.6
- Global U_JG_AFRICAN_FEH
- ICU 58
- Global U_JG_AFRICAN_NOON
- ICU 58
- Global U_JG_AFRICAN_QAF
- ICU 58
- Global U_JG_BURUSHASKI_YEH_BARREE
- ICU 4.0
- Global U_JG_FARSI_YEH
- ICU 4.4
- Global U_JG_FE
- ICU 2.6
- Global U_JG_HANIFI_ROHINGYA_KINNA_YA
- ICU 62
- Global U_JG_HANIFI_ROHINGYA_PA
- ICU 62
- Global U_JG_KHAPH
- ICU 2.6
- Global U_JG_MALAYALAM_BHA
- ICU 60
- Global U_JG_MALAYALAM_JA
- ICU 60
- Global U_JG_MALAYALAM_LLA
- ICU 60
- Global U_JG_MALAYALAM_LLLA
- ICU 60
- Global U_JG_MALAYALAM_NGA
- ICU 60
- Global U_JG_MALAYALAM_NNA
- ICU 60
- Global U_JG_MALAYALAM_NNNA
- ICU 60
- Global U_JG_MALAYALAM_NYA
- ICU 60
- Global U_JG_MALAYALAM_RA
- ICU 60
- Global U_JG_MALAYALAM_SSA
- ICU 60
- Global U_JG_MALAYALAM_TTA
- ICU 60
- Global U_JG_MANICHAEAN_ALEPH
- ICU 54
- Global U_JG_MANICHAEAN_AYIN
- ICU 54
- Global U_JG_MANICHAEAN_BETH
- ICU 54
- Global U_JG_MANICHAEAN_DALETH
- ICU 54
- Global U_JG_MANICHAEAN_DHAMEDH
- ICU 54
- Global U_JG_MANICHAEAN_FIVE
- ICU 54
- Global U_JG_MANICHAEAN_GIMEL
- ICU 54
- Global U_JG_MANICHAEAN_HETH
- ICU 54
- Global U_JG_MANICHAEAN_HUNDRED
- ICU 54
- Global U_JG_MANICHAEAN_KAPH
- ICU 54
- Global U_JG_MANICHAEAN_LAMEDH
- ICU 54
- Global U_JG_MANICHAEAN_MEM
- ICU 54
- Global U_JG_MANICHAEAN_NUN
- ICU 54
- Global U_JG_MANICHAEAN_ONE
- ICU 54
- Global U_JG_MANICHAEAN_PE
- ICU 54
- Global U_JG_MANICHAEAN_QOPH
- ICU 54
- Global U_JG_MANICHAEAN_RESH
- ICU 54
- Global U_JG_MANICHAEAN_SADHE
- ICU 54
- Global U_JG_MANICHAEAN_SAMEKH
- ICU 54
- Global U_JG_MANICHAEAN_TAW
- ICU 54
- Global U_JG_MANICHAEAN_TEN
- ICU 54
- Global U_JG_MANICHAEAN_TETH
- ICU 54
- Global U_JG_MANICHAEAN_THAMEDH
- ICU 54
- Global U_JG_MANICHAEAN_TWENTY
- ICU 54
- Global U_JG_MANICHAEAN_WAW
- ICU 54
- Global U_JG_MANICHAEAN_YODH
- ICU 54
- Global U_JG_MANICHAEAN_ZAYIN
- ICU 54
- Global U_JG_NYA
- ICU 4.4
- Global U_JG_ROHINGYA_YEH
- ICU 49
- Global U_JG_STRAIGHT_WAW
- ICU 54
- Global U_JG_TEH_MARBUTA_GOAL
- ICU 4.6
- Global U_JG_ZHAIN
- ICU 2.6
- Global U_LAYOUT_API
- ICU 2.0
- Global U_LAYOUTEX_API
- ICU 2.6
- Global U_LB_CLOSE_PARENTHESIS
- ICU 4.4
- Global U_LB_CONDITIONAL_JAPANESE_STARTER
- ICU 49
- Global U_LB_E_BASE
- ICU 58
- Global U_LB_E_MODIFIER
- ICU 58
- Global U_LB_H2
- ICU 3.4
- Global U_LB_H3
- ICU 3.4
- Global U_LB_HEBREW_LETTER
- ICU 49
- Global U_LB_INSEPARABLE
- ICU 3.0
- Global U_LB_JL
- ICU 3.4
- Global U_LB_JT
- ICU 3.4
- Global U_LB_JV
- ICU 3.4
- Global U_LB_NEXT_LINE
- ICU 2.6
- Global U_LB_REGIONAL_INDICATOR
- ICU 50
- Global U_LB_WORD_JOINER
- ICU 2.6
- Global U_LB_ZWJ
- ICU 58
- Global U_LEFT_TO_RIGHT
- ICU 2.0
- Global U_LEFT_TO_RIGHT_EMBEDDING
- ICU 2.0
- Global U_LEFT_TO_RIGHT_ISOLATE
- ICU 52
- Global U_LEFT_TO_RIGHT_OVERRIDE
- ICU 2.0
- Global U_LETTER_NUMBER
- ICU 2.0
- Global U_LINE_SEPARATOR
- ICU 2.0
- Global U_LOWERCASE_LETTER
- ICU 2.0
- Global U_MASK
- ICU 2.1
- Global U_MATH_SYMBOL
- ICU 2.0
- Global U_MAX_VERSION_LENGTH
- ICU 2.4
- Global U_MAX_VERSION_STRING_LENGTH
- ICU 2.4
- Global u_memcasecmp
- ICU 2.0
- Global u_memchr
ICU 2.0
- Global u_memchr32
ICU 2.0
- Global u_memcmp
- ICU 2.0
- Global u_memcmpCodePointOrder
- ICU 2.0
- Global u_memcpy
- ICU 2.0
- Global u_memmove
- ICU 2.0
- Global u_memrchr
ICU 2.4
- Global u_memrchr32
ICU 2.4
- Global u_memset
- ICU 2.0
- Global U_MILLIS_PER_DAY
- ICU 2.0
- Global U_MILLIS_PER_HOUR
- ICU 2.0
- Global U_MILLIS_PER_MINUTE
- ICU 2.0
- Global U_MILLIS_PER_SECOND
- ICU 2.0
- Global U_MODIFIER_LETTER
- ICU 2.0
- Global U_MODIFIER_SYMBOL
- ICU 2.0
- Global u_nl_catd
- ICU 2.6
- Global U_NO_DEFAULT_INCLUDE_UTF_HEADERS
- ICU 49
- Global U_NO_NUMERIC_VALUE
- ICU 2.2
- Global U_NO_THROW
- ICU 4.2. Since ICU 64, Use U_NOEXCEPT instead. See ICU-20422.
- Global U_NON_SPACING_MARK
- ICU 2.0
- Global U_NUMBER_ARG_OUTOFBOUNDS_ERROR
- ICU 61
- Global U_NUMBER_SKELETON_SYNTAX_ERROR
- ICU 62
- Global U_OMIT_UNCHANGED_TEXT
- ICU 60
- Global U_OTHER_LETTER
- ICU 2.0
- Global U_OTHER_NEUTRAL
- ICU 2.0
- Global U_OTHER_NUMBER
- ICU 2.0
- Global U_OTHER_PUNCTUATION
- ICU 2.0
- Global U_OTHER_SYMBOL
- ICU 2.0
- Global U_OVERRIDE_CXX_ALLOCATION
- ICU 2.2
- Global U_PARAGRAPH_SEPARATOR
- ICU 2.0
- Global u_parseMessage
- ICU 2.0
- Global u_parseMessageWithError
- ICU 2.0
- Global U_POP_DIRECTIONAL_FORMAT
- ICU 2.0
- Global U_POP_DIRECTIONAL_ISOLATE
- ICU 52
- Global u_printf
- ICU 49
- Global u_printf_u
- ICU 49
- Global U_PRIVATE_USE_CHAR
- ICU 2.0
- Global U_REGEX_INVALID_CAPTURE_GROUP_NAME
- ICU 55
- Global U_REGEX_PATTERN_TOO_BIG
- ICU 55
- Global U_RIGHT_TO_LEFT
- ICU 2.0
- Global U_RIGHT_TO_LEFT_ARABIC
- ICU 2.0
- Global U_RIGHT_TO_LEFT_EMBEDDING
- ICU 2.0
- Global U_RIGHT_TO_LEFT_ISOLATE
- ICU 52
- Global U_RIGHT_TO_LEFT_OVERRIDE
- ICU 2.0
- Global U_SEGMENT_SEPARATOR
- ICU 2.0
- Global U_SENTINEL
- ICU 2.4
- Global u_setDataDirectory
- ICU 2.0
- Global u_setMemoryFunctions
- ICU 2.8
- Global U_SHAPE_AGGREGATE_TASHKEEL
- ICU 3.6
- Global U_SHAPE_AGGREGATE_TASHKEEL_MASK
- ICU 3.6
- Global U_SHAPE_AGGREGATE_TASHKEEL_NOOP
- ICU 3.6
- Global U_SHAPE_DIGIT_TYPE_AN
- ICU 2.0
- Global U_SHAPE_DIGIT_TYPE_AN_EXTENDED
- ICU 2.0
- Global U_SHAPE_DIGIT_TYPE_MASK
- ICU 2.0
- Global U_SHAPE_DIGIT_TYPE_RESERVED
- ICU 2.0
- Global U_SHAPE_DIGITS_ALEN2AN_INIT_AL
- ICU 2.0
- Global U_SHAPE_DIGITS_ALEN2AN_INIT_LR
- ICU 2.0
- Global U_SHAPE_DIGITS_AN2EN
- ICU 2.0
- Global U_SHAPE_DIGITS_EN2AN
- ICU 2.0
- Global U_SHAPE_DIGITS_MASK
- ICU 2.0
- Global U_SHAPE_DIGITS_NOOP
- ICU 2.0
- Global U_SHAPE_DIGITS_RESERVED
- ICU 2.0
- Global U_SHAPE_LAMALEF_AUTO
- ICU 4.2
- Global U_SHAPE_LAMALEF_BEGIN
- ICU 4.2
- Global U_SHAPE_LAMALEF_END
- ICU 4.2
- Global U_SHAPE_LAMALEF_MASK
- ICU 4.2
- Global U_SHAPE_LAMALEF_NEAR
- ICU 4.2
- Global U_SHAPE_LAMALEF_RESIZE
- ICU 4.2
- Global U_SHAPE_LENGTH_FIXED_SPACES_AT_BEGINNING
- ICU 2.0
- Global U_SHAPE_LENGTH_FIXED_SPACES_AT_END
- ICU 2.0
- Global U_SHAPE_LENGTH_FIXED_SPACES_NEAR
- ICU 2.0
- Global U_SHAPE_LENGTH_GROW_SHRINK
- ICU 2.0
- Global U_SHAPE_LENGTH_MASK
- ICU 2.0
- Global U_SHAPE_LETTERS_MASK
- ICU 2.0
- Global U_SHAPE_LETTERS_NOOP
- ICU 2.0
- Global U_SHAPE_LETTERS_SHAPE
- ICU 2.0
- Global U_SHAPE_LETTERS_SHAPE_TASHKEEL_ISOLATED
- ICU 2.0
- Global U_SHAPE_LETTERS_UNSHAPE
- ICU 2.0
- Global U_SHAPE_PRESERVE_PRESENTATION
- ICU 3.6
- Global U_SHAPE_PRESERVE_PRESENTATION_MASK
- ICU 3.6
- Global U_SHAPE_PRESERVE_PRESENTATION_NOOP
- ICU 3.6
- Global U_SHAPE_SEEN_MASK
- ICU 4.2
- Global U_SHAPE_SEEN_TWOCELL_NEAR
- ICU 4.2
- Global U_SHAPE_SPACES_RELATIVE_TO_TEXT_BEGIN_END
- ICU 4.2
- Global U_SHAPE_SPACES_RELATIVE_TO_TEXT_MASK
- ICU 4.2
- Global U_SHAPE_TAIL_NEW_UNICODE
- ICU 4.8
- Global U_SHAPE_TAIL_TYPE_MASK
- ICU 4.8
- Global U_SHAPE_TASHKEEL_BEGIN
- ICU 4.2
- Global U_SHAPE_TASHKEEL_END
- ICU 4.2
- Global U_SHAPE_TASHKEEL_MASK
- ICU 4.2
- Global U_SHAPE_TASHKEEL_REPLACE_BY_TATWEEL
- ICU 4.2
- Global U_SHAPE_TASHKEEL_RESIZE
- ICU 4.2
- Global U_SHAPE_TEXT_DIRECTION_LOGICAL
- ICU 2.0
- Global U_SHAPE_TEXT_DIRECTION_MASK
- ICU 2.0
- Global U_SHAPE_TEXT_DIRECTION_VISUAL_LTR
- ICU 2.0
- Global U_SHAPE_TEXT_DIRECTION_VISUAL_RTL
- ICU 4.2
- Global U_SHAPE_YEHHAMZA_MASK
- ICU 4.2
- Global U_SHAPE_YEHHAMZA_TWOCELL_NEAR
- ICU 4.2
- Global u_shapeArabic
- ICU 2.0
- Global U_SIZEOF_UCHAR
- ICU 2.0
- Global U_SIZEOF_WCHAR_T
- ICU 2.0
- Global u_snprintf
- ICU 3.0
- Global u_snprintf_u
- ICU 3.0
- Global U_SPACE_SEPARATOR
- ICU 2.0
- Global u_sprintf
- ICU 3.0
- Global u_sprintf_u
- ICU 3.0
- Global u_sscanf
- ICU 3.0
- Global u_sscanf_u
- ICU 3.0
- Global U_STANDARD_CPP_NAMESPACE
- ICU 2.0
- Global U_START_PUNCTUATION
- ICU 2.0
- Global u_strcasecmp
- ICU 2.0
- Global u_strCaseCompare
- ICU 2.2
- Global u_strcat
- ICU 2.0
- Global u_strchr
ICU 2.0
- Global u_strchr32
ICU 2.0
- Global u_strcmp
- ICU 2.0
- Global u_strcmpCodePointOrder
- ICU 2.0
- Global u_strCompare
- ICU 2.2
- Global u_strCompareIter
- ICU 2.6
- Global u_strcpy
- ICU 2.0
- Global u_strcspn
- ICU 2.0
- Global u_strFindFirst
ICU 2.4
- Global u_strFindLast
ICU 2.4
- Global u_strFoldCase
- ICU 2.0
- Global u_strFromJavaModifiedUTF8WithSub
- ICU 4.4
- Global u_strFromUTF32
- ICU 2.0
- Global u_strFromUTF32WithSub
- ICU 4.2
- Global u_strFromUTF8
- ICU 2.0
- Global u_strFromUTF8Lenient
- ICU 3.6
- Global u_strFromUTF8WithSub
- ICU 3.6
- Global u_strFromWCS
- ICU 2.0
- Global u_strHasMoreChar32Than
- ICU 2.4
- Global U_STRING_DECL
- ICU 2.0
- Global U_STRING_INIT
- ICU 2.0
- Global u_strlen
- ICU 2.0
- Global u_strncasecmp
- ICU 2.0
- Global u_strncat
- ICU 2.0
- Global u_strncmp
- ICU 2.0
- Global u_strncmpCodePointOrder
- ICU 2.0
- Global u_strncpy
- ICU 2.0
- Global u_strpbrk
- ICU 2.0
- Global u_strrchr
ICU 2.4
- Global u_strrchr32
ICU 2.4
- Global u_strrstr
ICU 2.4
- Global u_strspn
- ICU 2.0
- Global u_strstr
ICU 2.0
- Global u_strToJavaModifiedUTF8
- ICU 4.4
- Global u_strtok_r
- ICU 2.0
- Global u_strToLower
- ICU 2.0
- Global u_strToTitle
- ICU 2.1
- Global u_strToUpper
- ICU 2.0
- Global u_strToUTF32
- ICU 2.0
- Global u_strToUTF32WithSub
- ICU 4.2
- Global u_strToUTF8
- ICU 2.0
- Global u_strToUTF8WithSub
- ICU 3.6
- Global u_strToWCS
- ICU 2.0
- Global U_SUCCESS
- ICU 2.0
- Global U_SURROGATE
- ICU 2.0
- Global U_TITLECASE_ADJUST_TO_CASED
- ICU 60
- Global U_TITLECASE_LETTER
- ICU 2.0
- Global U_TITLECASE_NO_BREAK_ADJUSTMENT
- ICU 3.8
- Global U_TITLECASE_NO_LOWERCASE
- ICU 3.8
- Global U_TITLECASE_SENTENCES
- ICU 60
- Global U_TITLECASE_WHOLE_STRING
- ICU 60
- Global u_tolower
- ICU 2.0
- Global U_TOOLUTIL_API
- ICU 3.4
- Global u_totitle
- ICU 2.0
- Global u_toupper
- ICU 2.0
- Global u_uastrcpy
- ICU 2.0
- Global u_uastrncpy
- ICU 2.0
- Global u_UCharsToChars
- ICU 2.0
- Global U_UINT64_MAX
- ICU 2.8
- Global U_UNASSIGNED
- ICU 2.0
- Global u_unescape
- ICU 2.0
- Global u_unescapeAt
- ICU 2.0
- Global U_UNICODE_CHAR_NAME
- ICU 2.0
- Global U_UNICODE_VERSION
- ICU 2.0
- Global U_UPPERCASE_LETTER
- ICU 2.0
- Global U_VERSION_DELIMITER
- ICU 2.4
- Global u_versionFromString
- ICU 2.4
- Global u_versionFromUString
- ICU 4.2
- Global u_versionToString
- ICU 2.4
- Global u_vformatMessage
- ICU 2.0
- Global u_vformatMessageWithError
- ICU 2.0
- Global u_vfprintf
- ICU 3.0
- Global u_vfprintf_u
- ICU 3.0
- Global u_vfscanf
- ICU 3.0
- Global u_vfscanf_u
- ICU 3.0
- Global U_VO_ROTATED
- ICU 63
- Global U_VO_TRANSFORMED_ROTATED
- ICU 63
- Global U_VO_TRANSFORMED_UPRIGHT
- ICU 63
- Global U_VO_UPRIGHT
- ICU 63
- Global u_vparseMessage
- ICU 2.0
- Global u_vparseMessageWithError
- ICU 2.0
- Global u_vsnprintf
- ICU 3.0
- Global u_vsnprintf_u
- ICU 3.0
- Global u_vsprintf
- ICU 3.0
- Global u_vsprintf_u
- ICU 3.0
- Global u_vsscanf
- ICU 3.0
- Global u_vsscanf_u
- ICU 3.0
- Global U_WB_CR
- ICU 4.0
- Global U_WB_DOUBLE_QUOTE
- ICU 52
- Global U_WB_E_BASE
- ICU 58
- Global U_WB_E_BASE_GAZ
- ICU 58
- Global U_WB_E_MODIFIER
- ICU 58
- Global U_WB_EXTEND
- ICU 4.0
- Global U_WB_GLUE_AFTER_ZWJ
- ICU 58
- Global U_WB_HEBREW_LETTER
- ICU 52
- Global U_WB_LF
- ICU 4.0
- Global U_WB_MIDNUMLET
- ICU 4.0
- Global U_WB_NEWLINE
- ICU 4.0
- Global U_WB_REGIONAL_INDICATOR
- ICU 50
- Global U_WB_SINGLE_QUOTE
- ICU 52
- Global U_WB_WSEGSPACE
- ICU 62
- Global U_WB_ZWJ
- ICU 58
- Global U_WHITE_SPACE_NEUTRAL
- ICU 2.0
- Global UAcceptResult
- ICU 3.2
- Global UBiDi
- ICU 2.0
- Global ubidi_close
- ICU 2.0
- Global ubidi_countParagraphs
- ICU 3.4
- Global ubidi_countRuns
- ICU 2.0
- Global UBIDI_DEFAULT_LTR
- ICU 2.0
- Global UBIDI_DEFAULT_RTL
- ICU 2.0
- Global UBIDI_DO_MIRRORING
- ICU 2.0
- Global ubidi_getBaseDirection
- ICU 4.6
- Global ubidi_getClassCallback
- ICU 3.6
- Global ubidi_getCustomizedClass
- ICU 3.6
- Global ubidi_getDirection
- ICU 2.0
- Global ubidi_getLength
- ICU 2.0
- Global ubidi_getLevelAt
- ICU 2.0
- Global ubidi_getLevels
- ICU 2.0
- Global ubidi_getLogicalIndex
- ICU 2.0
- Global ubidi_getLogicalMap
- ICU 2.0
- Global ubidi_getLogicalRun
- ICU 2.0
- Global ubidi_getParagraph
- ICU 3.4
- Global ubidi_getParagraphByIndex
- ICU 3.4
- Global ubidi_getParaLevel
- ICU 2.0
- Global ubidi_getProcessedLength
- ICU 3.6
- Global ubidi_getReorderingMode
- ICU 3.6
- Global ubidi_getReorderingOptions
- ICU 3.6
- Global ubidi_getResultLength
- ICU 3.6
- Global ubidi_getText
- ICU 2.0
- Global ubidi_getVisualIndex
- ICU 2.0
- Global ubidi_getVisualMap
- ICU 2.0
- Global ubidi_getVisualRun
- ICU 2.0
- Global UBIDI_INSERT_LRM_FOR_NUMERIC
- ICU 2.0
- Global ubidi_invertMap
- ICU 2.0
- Global ubidi_isInverse
- ICU 2.0
- Global ubidi_isOrderParagraphsLTR
- ICU 3.4
- Global UBIDI_KEEP_BASE_COMBINING
- ICU 2.0
- Global UBIDI_LEVEL_OVERRIDE
- ICU 2.0
- Global UBIDI_LOGICAL
- ICU 58
- Global UBIDI_LTR
- ICU 2.0
- Global UBIDI_MAP_NOWHERE
- ICU 3.6
- Global UBIDI_MAX_EXPLICIT_LEVEL
- ICU 2.0
- Global UBIDI_MIRRORING_OFF
- ICU 58
- Global UBIDI_MIRRORING_ON
- ICU 58
- Global UBIDI_MIXED
- ICU 2.0
- Global UBIDI_NEUTRAL
- ICU 4.6
- Global ubidi_open
- ICU 2.0
- Global ubidi_openSized
- ICU 2.0
- Global UBIDI_OPTION_DEFAULT
- ICU 3.6
- Global UBIDI_OPTION_INSERT_MARKS
- ICU 3.6
- Global UBIDI_OPTION_REMOVE_CONTROLS
- ICU 3.6
- Global UBIDI_OPTION_STREAMING
- ICU 3.6
- Global ubidi_orderParagraphsLTR
- ICU 3.4
- Global UBIDI_OUTPUT_REVERSE
- ICU 2.0
- Global UBIDI_REMOVE_BIDI_CONTROLS
- ICU 2.0
- Global UBIDI_REORDER_DEFAULT
- ICU 3.6
- Global UBIDI_REORDER_GROUP_NUMBERS_WITH_R
- ICU 3.6
- Global UBIDI_REORDER_INVERSE_FOR_NUMBERS_SPECIAL
- ICU 3.6
- Global UBIDI_REORDER_INVERSE_LIKE_DIRECT
- ICU 3.6
- Global UBIDI_REORDER_INVERSE_NUMBERS_AS_L
- ICU 3.6
- Global UBIDI_REORDER_NUMBERS_SPECIAL
- ICU 3.6
- Global UBIDI_REORDER_RUNS_ONLY
- ICU 3.6
- Global ubidi_reorderLogical
- ICU 2.0
- Global ubidi_reorderVisual
- ICU 2.0
- Global UBIDI_RTL
- ICU 2.0
- Global ubidi_setClassCallback
- ICU 3.6
- Global ubidi_setContext
- ICU 4.8
- Global ubidi_setInverse
- ICU 2.0
- Global ubidi_setLine
- ICU 2.0
- Global ubidi_setPara
- ICU 2.0
- Global ubidi_setReorderingMode
- ICU 3.6
- Global ubidi_setReorderingOptions
- ICU 3.6
- Global UBIDI_VISUAL
- ICU 58
- Global ubidi_writeReordered
- ICU 2.0
- Global ubidi_writeReverse
- ICU 2.0
- Global UBiDiClassCallback
- ICU 3.6
- Global UBiDiDirection
ICU 2.0
ICU 2.0
ICU 2.0
- Global UBiDiLevel
- ICU 2.0
- Global UBiDiMirroring
- ICU 58
- Global UBiDiOrder
- ICU 58
- Global UBidiPairedBracketType
- ICU 52
- Global UBiDiReorderingMode
- ICU 3.6
- Global UBiDiReorderingOption
- ICU 3.6
- Global UBiDiTransform
- ICU 58
- Global ubiditransform_close
- ICU 58
- Global ubiditransform_open
- ICU 58
- Global ubiditransform_transform
- ICU 58
- Global UBLOCK_ADLAM
- ICU 58
- Global UBLOCK_AEGEAN_NUMBERS
- ICU 2.6
- Global UBLOCK_AHOM
- ICU 56
- Global UBLOCK_ALCHEMICAL_SYMBOLS
- ICU 4.6
- Global UBLOCK_ALPHABETIC_PRESENTATION_FORMS
- ICU 2.0
- Global UBLOCK_ANATOLIAN_HIEROGLYPHS
- ICU 56
- Global UBLOCK_ANCIENT_GREEK_MUSICAL_NOTATION
- ICU 3.4
- Global UBLOCK_ANCIENT_GREEK_NUMBERS
- ICU 3.4
- Global UBLOCK_ANCIENT_SYMBOLS
- ICU 4.0
- Global UBLOCK_ARABIC
- ICU 2.0
- Global UBLOCK_ARABIC_EXTENDED_A
- ICU 49
- Global UBLOCK_ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS
- ICU 49
- Global UBLOCK_ARABIC_PRESENTATION_FORMS_A
- ICU 2.0
- Global UBLOCK_ARABIC_PRESENTATION_FORMS_B
- ICU 2.0
- Global UBLOCK_ARABIC_SUPPLEMENT
- ICU 3.4
- Global UBLOCK_ARMENIAN
- ICU 2.0
- Global UBLOCK_ARROWS
- ICU 2.0
- Global UBLOCK_AVESTAN
- ICU 4.4
- Global UBLOCK_BALINESE
- ICU 3.6
- Global UBLOCK_BAMUM
- ICU 4.4
- Global UBLOCK_BAMUM_SUPPLEMENT
- ICU 4.6
- Global UBLOCK_BASIC_LATIN
- ICU 2.0
- Global UBLOCK_BASSA_VAH
- ICU 54
- Global UBLOCK_BATAK
- ICU 4.6
- Global UBLOCK_BENGALI
- ICU 2.0
- Global UBLOCK_BHAIKSUKI
- ICU 58
- Global UBLOCK_BLOCK_ELEMENTS
- ICU 2.0
- Global UBLOCK_BOPOMOFO
- ICU 2.0
- Global UBLOCK_BOPOMOFO_EXTENDED
- ICU 2.0
- Global UBLOCK_BOX_DRAWING
- ICU 2.0
- Global UBLOCK_BRAHMI
- ICU 4.6
- Global UBLOCK_BRAILLE_PATTERNS
- ICU 2.0
- Global UBLOCK_BUGINESE
- ICU 3.4
- Global UBLOCK_BUHID
- ICU 2.2
- Global UBLOCK_BYZANTINE_MUSICAL_SYMBOLS
- ICU 2.0
- Global UBLOCK_CARIAN
- ICU 4.0
- Global UBLOCK_CAUCASIAN_ALBANIAN
- ICU 54
- Global UBLOCK_CHAKMA
- ICU 49
- Global UBLOCK_CHAM
- ICU 4.0
- Global UBLOCK_CHEROKEE
- ICU 2.0
- Global UBLOCK_CHEROKEE_SUPPLEMENT
- ICU 56
- Global UBLOCK_CHESS_SYMBOLS
- ICU 62
- Global UBLOCK_CJK_COMPATIBILITY
- ICU 2.0
- Global UBLOCK_CJK_COMPATIBILITY_FORMS
- ICU 2.0
- Global UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS
- ICU 2.0
- Global UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT
- ICU 2.0
- Global UBLOCK_CJK_RADICALS_SUPPLEMENT
- ICU 2.0
- Global UBLOCK_CJK_STROKES
- ICU 3.4
- Global UBLOCK_CJK_SYMBOLS_AND_PUNCTUATION
- ICU 2.0
- Global UBLOCK_CJK_UNIFIED_IDEOGRAPHS
- ICU 2.0
- Global UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A
- ICU 2.0
- Global UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B
- ICU 2.0
- Global UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C
- ICU 4.4
- Global UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D
- ICU 4.6
- Global UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E
- ICU 56
- Global UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F
- ICU 60
- Global UBLOCK_COMBINING_DIACRITICAL_MARKS
- ICU 2.0
- Global UBLOCK_COMBINING_DIACRITICAL_MARKS_EXTENDED
- ICU 54
- Global UBLOCK_COMBINING_DIACRITICAL_MARKS_SUPPLEMENT
- ICU 3.4
- Global UBLOCK_COMBINING_HALF_MARKS
- ICU 2.0
- Global UBLOCK_COMBINING_MARKS_FOR_SYMBOLS
- ICU 2.0
- Global UBLOCK_COMMON_INDIC_NUMBER_FORMS
- ICU 4.4
- Global UBLOCK_CONTROL_PICTURES
- ICU 2.0
- Global UBLOCK_COPTIC
- ICU 3.4
- Global UBLOCK_COPTIC_EPACT_NUMBERS
- ICU 54
- Global UBLOCK_COUNTING_ROD_NUMERALS
- ICU 3.6
- Global UBLOCK_CUNEIFORM
- ICU 3.6
- Global UBLOCK_CUNEIFORM_NUMBERS_AND_PUNCTUATION
- ICU 3.6
- Global UBLOCK_CURRENCY_SYMBOLS
- ICU 2.0
- Global UBLOCK_CYPRIOT_SYLLABARY
- ICU 2.6
- Global UBLOCK_CYRILLIC
- ICU 2.0
- Global UBLOCK_CYRILLIC_EXTENDED_A
- ICU 4.0
- Global UBLOCK_CYRILLIC_EXTENDED_B
- ICU 4.0
- Global UBLOCK_CYRILLIC_EXTENDED_C
- ICU 58
- Global UBLOCK_CYRILLIC_SUPPLEMENT
- ICU 3.0
- Global UBLOCK_CYRILLIC_SUPPLEMENTARY
- ICU 2.2
- Global UBLOCK_DESERET
- ICU 2.0
- Global UBLOCK_DEVANAGARI
- ICU 2.0
- Global UBLOCK_DEVANAGARI_EXTENDED
- ICU 4.4
- Global UBLOCK_DINGBATS
- ICU 2.0
- Global UBLOCK_DOGRA
- ICU 62
- Global UBLOCK_DOMINO_TILES
- ICU 4.0
- Global UBLOCK_DUPLOYAN
- ICU 54
- Global UBLOCK_EARLY_DYNASTIC_CUNEIFORM
- ICU 56
- Global UBLOCK_EGYPTIAN_HIEROGLYPH_FORMAT_CONTROLS
- ICU 64
- Global UBLOCK_EGYPTIAN_HIEROGLYPHS
- ICU 4.4
- Global UBLOCK_ELBASAN
- ICU 54
- Global UBLOCK_ELYMAIC
- ICU 64
- Global UBLOCK_EMOTICONS
- ICU 4.6
- Global UBLOCK_ENCLOSED_ALPHANUMERIC_SUPPLEMENT
- ICU 4.4
- Global UBLOCK_ENCLOSED_ALPHANUMERICS
- ICU 2.0
- Global UBLOCK_ENCLOSED_CJK_LETTERS_AND_MONTHS
- ICU 2.0
- Global UBLOCK_ENCLOSED_IDEOGRAPHIC_SUPPLEMENT
- ICU 4.4
- Global UBLOCK_ETHIOPIC
- ICU 2.0
- Global UBLOCK_ETHIOPIC_EXTENDED
- ICU 3.4
- Global UBLOCK_ETHIOPIC_EXTENDED_A
- ICU 4.6
- Global UBLOCK_ETHIOPIC_SUPPLEMENT
- ICU 3.4
- Global UBLOCK_GENERAL_PUNCTUATION
- ICU 2.0
- Global UBLOCK_GEOMETRIC_SHAPES
- ICU 2.0
- Global UBLOCK_GEOMETRIC_SHAPES_EXTENDED
- ICU 54
- Global UBLOCK_GEORGIAN
- ICU 2.0
- Global UBLOCK_GEORGIAN_EXTENDED
- ICU 62
- Global UBLOCK_GEORGIAN_SUPPLEMENT
- ICU 3.4
- Global ublock_getCode
- ICU 2.0
- Global UBLOCK_GLAGOLITIC
- ICU 3.4
- Global UBLOCK_GLAGOLITIC_SUPPLEMENT
- ICU 58
- Global UBLOCK_GOTHIC
- ICU 2.0
- Global UBLOCK_GRANTHA
- ICU 54
- Global UBLOCK_GREEK
- ICU 2.0
- Global UBLOCK_GREEK_EXTENDED
- ICU 2.0
- Global UBLOCK_GUJARATI
- ICU 2.0
- Global UBLOCK_GUNJALA_GONDI
- ICU 62
- Global UBLOCK_GURMUKHI
- ICU 2.0
- Global UBLOCK_HALFWIDTH_AND_FULLWIDTH_FORMS
- ICU 2.0
- Global UBLOCK_HANGUL_COMPATIBILITY_JAMO
- ICU 2.0
- Global UBLOCK_HANGUL_JAMO
- ICU 2.0
- Global UBLOCK_HANGUL_JAMO_EXTENDED_A
- ICU 4.4
- Global UBLOCK_HANGUL_JAMO_EXTENDED_B
- ICU 4.4
- Global UBLOCK_HANGUL_SYLLABLES
- ICU 2.0
- Global UBLOCK_HANIFI_ROHINGYA
- ICU 62
- Global UBLOCK_HANUNOO
- ICU 2.2
- Global UBLOCK_HATRAN
- ICU 56
- Global UBLOCK_HEBREW
- ICU 2.0
- Global UBLOCK_HIGH_PRIVATE_USE_SURROGATES
- ICU 2.0
- Global UBLOCK_HIGH_SURROGATES
- ICU 2.0
- Global UBLOCK_HIRAGANA
- ICU 2.0
- Global UBLOCK_IDEOGRAPHIC_DESCRIPTION_CHARACTERS
- ICU 2.0
- Global UBLOCK_IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION
- ICU 58
- Global UBLOCK_IMPERIAL_ARAMAIC
- ICU 4.4
- Global UBLOCK_INDIC_SIYAQ_NUMBERS
- ICU 62
- Global UBLOCK_INSCRIPTIONAL_PAHLAVI
- ICU 4.4
- Global UBLOCK_INSCRIPTIONAL_PARTHIAN
- ICU 4.4
- Global UBLOCK_INVALID_CODE
- ICU 2.0
- Global UBLOCK_IPA_EXTENSIONS
- ICU 2.0
- Global UBLOCK_JAVANESE
- ICU 4.4
- Global UBLOCK_KAITHI
- ICU 4.4
- Global UBLOCK_KANA_EXTENDED_A
- ICU 60
- Global UBLOCK_KANA_SUPPLEMENT
- ICU 4.6
- Global UBLOCK_KANBUN
- ICU 2.0
- Global UBLOCK_KANGXI_RADICALS
- ICU 2.0
- Global UBLOCK_KANNADA
- ICU 2.0
- Global UBLOCK_KATAKANA
- ICU 2.0
- Global UBLOCK_KATAKANA_PHONETIC_EXTENSIONS
- ICU 2.2
- Global UBLOCK_KAYAH_LI
- ICU 4.0
- Global UBLOCK_KHAROSHTHI
- ICU 3.4
- Global UBLOCK_KHMER
- ICU 2.0
- Global UBLOCK_KHMER_SYMBOLS
- ICU 2.6
- Global UBLOCK_KHOJKI
- ICU 54
- Global UBLOCK_KHUDAWADI
- ICU 54
- Global UBLOCK_LAO
- ICU 2.0
- Global UBLOCK_LATIN_1_SUPPLEMENT
- ICU 2.0
- Global UBLOCK_LATIN_EXTENDED_A
- ICU 2.0
- Global UBLOCK_LATIN_EXTENDED_ADDITIONAL
- ICU 2.0
- Global UBLOCK_LATIN_EXTENDED_B
- ICU 2.0
- Global UBLOCK_LATIN_EXTENDED_C
- ICU 3.6
- Global UBLOCK_LATIN_EXTENDED_D
- ICU 3.6
- Global UBLOCK_LATIN_EXTENDED_E
- ICU 54
- Global UBLOCK_LEPCHA
- ICU 4.0
- Global UBLOCK_LETTERLIKE_SYMBOLS
- ICU 2.0
- Global UBLOCK_LIMBU
- ICU 2.6
- Global UBLOCK_LINEAR_A
- ICU 54
- Global UBLOCK_LINEAR_B_IDEOGRAMS
- ICU 2.6
- Global UBLOCK_LINEAR_B_SYLLABARY
- ICU 2.6
- Global UBLOCK_LISU
- ICU 4.4
- Global UBLOCK_LOW_SURROGATES
- ICU 2.0
- Global UBLOCK_LYCIAN
- ICU 4.0
- Global UBLOCK_LYDIAN
- ICU 4.0
- Global UBLOCK_MAHAJANI
- ICU 54
- Global UBLOCK_MAHJONG_TILES
- ICU 4.0
- Global UBLOCK_MAKASAR
- ICU 62
- Global UBLOCK_MALAYALAM
- ICU 2.0
- Global UBLOCK_MANDAIC
- ICU 4.6
- Global UBLOCK_MANICHAEAN
- ICU 54
- Global UBLOCK_MARCHEN
- ICU 58
- Global UBLOCK_MASARAM_GONDI
- ICU 60
- Global UBLOCK_MATHEMATICAL_ALPHANUMERIC_SYMBOLS
- ICU 2.0
- Global UBLOCK_MATHEMATICAL_OPERATORS
- ICU 2.0
- Global UBLOCK_MAYAN_NUMERALS
- ICU 62
- Global UBLOCK_MEDEFAIDRIN
- ICU 62
- Global UBLOCK_MEETEI_MAYEK
- ICU 4.4
- Global UBLOCK_MEETEI_MAYEK_EXTENSIONS
- ICU 49
- Global UBLOCK_MENDE_KIKAKUI
- ICU 54
- Global UBLOCK_MEROITIC_CURSIVE
- ICU 49
- Global UBLOCK_MEROITIC_HIEROGLYPHS
- ICU 49
- Global UBLOCK_MIAO
- ICU 49
- Global UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A
- ICU 2.2
- Global UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B
- ICU 2.2
- Global UBLOCK_MISCELLANEOUS_SYMBOLS
- ICU 2.0
- Global UBLOCK_MISCELLANEOUS_SYMBOLS_AND_ARROWS
- ICU 2.6
- Global UBLOCK_MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS
- ICU 4.6
- Global UBLOCK_MISCELLANEOUS_TECHNICAL
- ICU 2.0
- Global UBLOCK_MODI
- ICU 54
- Global UBLOCK_MODIFIER_TONE_LETTERS
- ICU 3.4
- Global UBLOCK_MONGOLIAN
- ICU 2.0
- Global UBLOCK_MONGOLIAN_SUPPLEMENT
- ICU 58
- Global UBLOCK_MRO
- ICU 54
- Global UBLOCK_MULTANI
- ICU 56
- Global UBLOCK_MUSICAL_SYMBOLS
- ICU 2.0
- Global UBLOCK_MYANMAR
- ICU 2.0
- Global UBLOCK_MYANMAR_EXTENDED_A
- ICU 4.4
- Global UBLOCK_MYANMAR_EXTENDED_B
- ICU 54
- Global UBLOCK_NABATAEAN
- ICU 54
- Global UBLOCK_NANDINAGARI
- ICU 64
- Global UBLOCK_NEW_TAI_LUE
- ICU 3.4
- Global UBLOCK_NEWA
- ICU 58
- Global UBLOCK_NKO
- ICU 3.6
- Global UBLOCK_NO_BLOCK
- ICU 2.6
- Global UBLOCK_NUMBER_FORMS
- ICU 2.0
- Global UBLOCK_NUSHU
- ICU 60
- Global UBLOCK_NYIAKENG_PUACHUE_HMONG
- ICU 64
- Global UBLOCK_OGHAM
- ICU 2.0
- Global UBLOCK_OL_CHIKI
- ICU 4.0
- Global UBLOCK_OLD_HUNGARIAN
- ICU 56
- Global UBLOCK_OLD_ITALIC
- ICU 2.0
- Global UBLOCK_OLD_NORTH_ARABIAN
- ICU 54
- Global UBLOCK_OLD_PERMIC
- ICU 54
- Global UBLOCK_OLD_PERSIAN
- ICU 3.4
- Global UBLOCK_OLD_SOGDIAN
- ICU 62
- Global UBLOCK_OLD_SOUTH_ARABIAN
- ICU 4.4
- Global UBLOCK_OLD_TURKIC
- ICU 4.4
- Global UBLOCK_OPTICAL_CHARACTER_RECOGNITION
- ICU 2.0
- Global UBLOCK_ORIYA
- ICU 2.0
- Global UBLOCK_ORNAMENTAL_DINGBATS
- ICU 54
- Global UBLOCK_OSAGE
- ICU 58
- Global UBLOCK_OSMANYA
- ICU 2.6
- Global UBLOCK_OTTOMAN_SIYAQ_NUMBERS
- ICU 64
- Global UBLOCK_PAHAWH_HMONG
- ICU 54
- Global UBLOCK_PALMYRENE
- ICU 54
- Global UBLOCK_PAU_CIN_HAU
- ICU 54
- Global UBLOCK_PHAGS_PA
- ICU 3.6
- Global UBLOCK_PHAISTOS_DISC
- ICU 4.0
- Global UBLOCK_PHOENICIAN
- ICU 3.6
- Global UBLOCK_PHONETIC_EXTENSIONS
- ICU 2.6
- Global UBLOCK_PHONETIC_EXTENSIONS_SUPPLEMENT
- ICU 3.4
- Global UBLOCK_PLAYING_CARDS
- ICU 4.6
- Global UBLOCK_PRIVATE_USE
- ICU 2.0
- Global UBLOCK_PRIVATE_USE_AREA
- ICU 2.0
- Global UBLOCK_PSALTER_PAHLAVI
- ICU 54
- Global UBLOCK_REJANG
- ICU 4.0
- Global UBLOCK_RUMI_NUMERAL_SYMBOLS
- ICU 4.4
- Global UBLOCK_RUNIC
- ICU 2.0
- Global UBLOCK_SAMARITAN
- ICU 4.4
- Global UBLOCK_SAURASHTRA
- ICU 4.0
- Global UBLOCK_SHARADA
- ICU 49
- Global UBLOCK_SHAVIAN
- ICU 2.6
- Global UBLOCK_SHORTHAND_FORMAT_CONTROLS
- ICU 54
- Global UBLOCK_SIDDHAM
- ICU 54
- Global UBLOCK_SINHALA
- ICU 2.0
- Global UBLOCK_SINHALA_ARCHAIC_NUMBERS
- ICU 54
- Global UBLOCK_SMALL_FORM_VARIANTS
- ICU 2.0
- Global UBLOCK_SMALL_KANA_EXTENSION
- ICU 64
- Global UBLOCK_SOGDIAN
- ICU 62
- Global UBLOCK_SORA_SOMPENG
- ICU 49
- Global UBLOCK_SOYOMBO
- ICU 60
- Global UBLOCK_SPACING_MODIFIER_LETTERS
- ICU 2.0
- Global UBLOCK_SPECIALS
- ICU 2.0
- Global UBLOCK_SUNDANESE
- ICU 4.0
- Global UBLOCK_SUNDANESE_SUPPLEMENT
- ICU 49
- Global UBLOCK_SUPERSCRIPTS_AND_SUBSCRIPTS
- ICU 2.0
- Global UBLOCK_SUPPLEMENTAL_ARROWS_A
- ICU 2.2
- Global UBLOCK_SUPPLEMENTAL_ARROWS_B
- ICU 2.2
- Global UBLOCK_SUPPLEMENTAL_ARROWS_C
- ICU 54
- Global UBLOCK_SUPPLEMENTAL_MATHEMATICAL_OPERATORS
- ICU 2.2
- Global UBLOCK_SUPPLEMENTAL_PUNCTUATION
- ICU 3.4
- Global UBLOCK_SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS
- ICU 56
- Global UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_A
- ICU 2.2
- Global UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_B
- ICU 2.2
- Global UBLOCK_SUTTON_SIGNWRITING
- ICU 56
- Global UBLOCK_SYLOTI_NAGRI
- ICU 3.4
- Global UBLOCK_SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A
- ICU 64
- Global UBLOCK_SYRIAC
- ICU 2.0
- Global UBLOCK_SYRIAC_SUPPLEMENT
- ICU 60
- Global UBLOCK_TAGALOG
- ICU 2.2
- Global UBLOCK_TAGBANWA
- ICU 2.2
- Global UBLOCK_TAGS
- ICU 2.0
- Global UBLOCK_TAI_LE
- ICU 2.6
- Global UBLOCK_TAI_THAM
- ICU 4.4
- Global UBLOCK_TAI_VIET
- ICU 4.4
- Global UBLOCK_TAI_XUAN_JING_SYMBOLS
- ICU 2.6
- Global UBLOCK_TAKRI
- ICU 49
- Global UBLOCK_TAMIL
- ICU 2.0
- Global UBLOCK_TAMIL_SUPPLEMENT
- ICU 64
- Global UBLOCK_TANGUT
- ICU 58
- Global UBLOCK_TANGUT_COMPONENTS
- ICU 58
- Global UBLOCK_TELUGU
- ICU 2.0
- Global UBLOCK_THAANA
- ICU 2.0
- Global UBLOCK_THAI
- ICU 2.0
- Global UBLOCK_TIBETAN
- ICU 2.0
- Global UBLOCK_TIFINAGH
- ICU 3.4
- Global UBLOCK_TIRHUTA
- ICU 54
- Global UBLOCK_TRANSPORT_AND_MAP_SYMBOLS
- ICU 4.6
- Global UBLOCK_UGARITIC
- ICU 2.6
- Global UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS
- ICU 2.0
- Global UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED
- ICU 4.4
- Global UBLOCK_VAI
- ICU 4.0
- Global UBLOCK_VARIATION_SELECTORS
- ICU 2.2
- Global UBLOCK_VARIATION_SELECTORS_SUPPLEMENT
- ICU 2.6
- Global UBLOCK_VEDIC_EXTENSIONS
- ICU 4.4
- Global UBLOCK_VERTICAL_FORMS
- ICU 3.4
- Global UBLOCK_WANCHO
- ICU 64
- Global UBLOCK_WARANG_CITI
- ICU 54
- Global UBLOCK_YI_RADICALS
- ICU 2.0
- Global UBLOCK_YI_SYLLABLES
- ICU 2.0
- Global UBLOCK_YIJING_HEXAGRAM_SYMBOLS
- ICU 2.6
- Global UBLOCK_ZANABAZAR_SQUARE
- ICU 60
- Global UBlockCode
ICU 2.0
ICU 2.0
- Global UBool
- ICU 2.0
- Global UBreakIterator
ICU 2.0
ICU 2.1
- Global UBreakIteratorType
- ICU 2.0
- Global UBRK_CHARACTER
- ICU 2.0
- Global ubrk_close
- ICU 2.0
- Global ubrk_countAvailable
- ICU 2.0
- Global ubrk_current
- ICU 2.0
- Global UBRK_DONE
- ICU 2.0
- Global ubrk_first
- ICU 2.0
- Global ubrk_following
- ICU 2.0
- Global ubrk_getAvailable
- ICU 2.0
- Global ubrk_getBinaryRules
- ICU 59
- Global ubrk_getLocaleByType
- ICU 2.8
- Global ubrk_getRuleStatus
- ICU 2.2
- Global ubrk_getRuleStatusVec
- ICU 3.0
- Global ubrk_isBoundary
- ICU 2.0
- Global ubrk_last
- ICU 2.0
- Global UBRK_LINE
- ICU 2.0
- Global ubrk_next
- ICU 2.0
- Global ubrk_open
- ICU 2.0
- Global ubrk_openBinaryRules
- ICU 59
- Global ubrk_openRules
- ICU 2.2
- Global ubrk_preceding
- ICU 2.0
- Global ubrk_previous
- ICU 2.0
- Global ubrk_refreshUText
- ICU 49
- Global ubrk_safeClone
- ICU 2.0
- Global UBRK_SENTENCE
- ICU 2.0
- Global ubrk_setText
- ICU 2.0
- Global ubrk_setUText
- ICU 3.4
- Global UBRK_WORD
- ICU 2.0
- File ucal.h
- ICU 2.0
- Global ucal_add
- ICU 2.0
- Global UCAL_AM_PM
- ICU 2.6
- Global ucal_clear
- ICU 2.0
- Global ucal_clearField
- ICU 2.0
- Global ucal_clone
- ICU 4.0
- Global ucal_close
- ICU 2.0
- Global ucal_countAvailable
- ICU 2.0
- Global UCAL_DATE
- ICU 2.6
- Global UCAL_DAY_OF_MONTH
- ICU 2.8
- Global UCAL_DAY_OF_WEEK
- ICU 2.6
- Global UCAL_DAY_OF_WEEK_IN_MONTH
- ICU 2.6
- Global UCAL_DAY_OF_YEAR
- ICU 2.6
- Global UCAL_DEFAULT
- ICU 4.2
- Global UCAL_DOW_LOCAL
- ICU 2.6
- Global UCAL_DST_OFFSET
- ICU 2.6
- Global ucal_equivalentTo
- ICU 2.0
- Global UCAL_ERA
- ICU 2.6
- Global UCAL_EXTENDED_YEAR
- ICU 2.8
- Global UCAL_FIRST_DAY_OF_WEEK
- ICU 2.0
- Global ucal_get
- ICU 2.0
- Global ucal_getAttribute
- ICU 2.0
- Global ucal_getAvailable
- ICU 2.0
- Global ucal_getCanonicalTimeZoneID
- ICU 4.0
- Global ucal_getDayOfWeekType
- ICU 4.4
- Global ucal_getDefaultTimeZone
- ICU 2.6
- Global ucal_getDSTSavings
- ICU 2.6
- Global ucal_getFieldDifference
- ICU 4.8
- Global ucal_getGregorianChange
- ICU 3.6
- Global ucal_getKeywordValuesForLocale
- ICU 4.2
- Global ucal_getLimit
- ICU 2.0
- Global ucal_getLocaleByType
- ICU 2.8
- Global ucal_getMillis
- ICU 2.0
- Global ucal_getNow
- ICU 2.0
- Global ucal_getTimeZoneDisplayName
- ICU 2.0
- Global ucal_getTimeZoneID
- ICU 51
- Global ucal_getTimeZoneIDForWindowsID
- ICU 52
- Global ucal_getTimeZoneTransitionDate
- ICU 50
- Global ucal_getType
- ICU 4.2
- Global ucal_getTZDataVersion
- ICU 3.8
- Global ucal_getWeekendTransition
- ICU 4.4
- Global ucal_getWindowsTimeZoneID
- ICU 52
- Global UCAL_GREGORIAN
- ICU 2.0
- Global UCAL_HOUR
- ICU 2.6
- Global UCAL_HOUR_OF_DAY
- ICU 2.6
- Global ucal_inDaylightTime
- ICU 2.0
- Global ucal_isSet
- ICU 2.0
- Global ucal_isWeekend
- ICU 4.4
- Global UCAL_JULIAN_DAY
- ICU 2.8
- Global UCAL_LENIENT
- ICU 2.0
- Global UCAL_MILLISECOND
- ICU 2.6
- Global UCAL_MILLISECONDS_IN_DAY
- ICU 2.8
- Global UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
- ICU 2.0
- Global UCAL_MINUTE
- ICU 2.6
- Global UCAL_MONTH
- ICU 2.6
- Global ucal_open
- ICU 2.0
- Global ucal_openCountryTimeZones
- ICU 2.6
- Global ucal_openTimeZoneIDEnumeration
- ICU 4.8
- Global ucal_openTimeZones
- ICU 2.6
- Global UCAL_REPEATED_WALL_TIME
- ICU 49
- Global ucal_roll
- ICU 2.0
- Global UCAL_SECOND
- ICU 2.6
- Global ucal_set
- ICU 2.0
- Global ucal_setAttribute
- ICU 2.0
- Global ucal_setDate
- ICU 2.0
- Global ucal_setDateTime
- ICU 2.0
- Global ucal_setDefaultTimeZone
- ICU 2.6
- Global ucal_setGregorianChange
- ICU 3.6
- Global ucal_setMillis
- ICU 2.0
- Global ucal_setTimeZone
- ICU 2.0
- Global UCAL_SKIPPED_WALL_TIME
- ICU 49
- Global UCAL_TRADITIONAL
- ICU 2.0
- Global UCAL_TZ_TRANSITION_NEXT
- ICU 50
- Global UCAL_TZ_TRANSITION_NEXT_INCLUSIVE
- ICU 50
- Global UCAL_TZ_TRANSITION_PREVIOUS
- ICU 50
- Global UCAL_TZ_TRANSITION_PREVIOUS_INCLUSIVE
- ICU 50
- Global UCAL_UNKNOWN_ZONE_ID
- ICU 4.8
- Global UCAL_WALLTIME_FIRST
- ICU 49
- Global UCAL_WALLTIME_LAST
- ICU 49
- Global UCAL_WALLTIME_NEXT_VALID
- ICU 49
- Global UCAL_WEEK_OF_MONTH
- ICU 2.6
- Global UCAL_WEEK_OF_YEAR
- ICU 2.6
- Global UCAL_WEEKDAY
- ICU 4.4
- Global UCAL_WEEKEND
- ICU 4.4
- Global UCAL_WEEKEND_CEASE
- ICU 4.4
- Global UCAL_WEEKEND_ONSET
- ICU 4.4
- Global UCAL_YEAR
- ICU 2.6
- Global UCAL_YEAR_WOY
- ICU 2.6
- Global UCAL_ZONE_OFFSET
- ICU 2.6
- Global UCAL_ZONE_TYPE_ANY
- ICU 4.8
- Global UCAL_ZONE_TYPE_CANONICAL
- ICU 4.8
- Global UCAL_ZONE_TYPE_CANONICAL_LOCATION
- ICU 4.8
- Global UCalendar
- ICU 2.0
- Global UCalendarAMPMs
ICU 2.0
ICU 2.0
- Global UCalendarAttribute
ICU 2.0
ICU 2.0
- Global UCalendarDateFields
ICU 2.0
ICU 2.0
- Global UCalendarDaysOfWeek
ICU 2.0
ICU 2.0
- Global UCalendarDisplayNameType
ICU 2.0
ICU 2.0
- Global UCalendarLimitType
ICU 2.0
ICU 2.0
- Global UCalendarMonths
ICU 2.0
ICU 2.0
- Global UCalendarType
ICU 2.0
ICU 2.0
- Global UCalendarWallTimeOption
ICU 49
ICU 49
- Global UCalendarWeekdayType
ICU 4.4
ICU 4.4
- Global UCaseMap
- ICU 3.4
- Global ucasemap_close
- ICU 3.4
- Global ucasemap_getBreakIterator
- ICU 3.8
- Global ucasemap_getLocale
- ICU 3.4
- Global ucasemap_getOptions
- ICU 3.4
- Global ucasemap_open
- ICU 3.4
- Global ucasemap_setBreakIterator
- ICU 3.8
- Global ucasemap_setLocale
- ICU 3.4
- Global ucasemap_setOptions
- ICU 3.4
- Global ucasemap_toTitle
- ICU 3.8
- Global ucasemap_utf8FoldCase
- ICU 3.8
- Global ucasemap_utf8ToLower
- ICU 3.4
- Global ucasemap_utf8ToTitle
- ICU 3.8
- Global ucasemap_utf8ToUpper
- ICU 3.4
- Global UChar
- ICU 4.4
- Global UChar32
- ICU 2.4
- Global UCHAR_AGE
- ICU 2.4
- Global UCHAR_ALPHABETIC
- ICU 2.1
- Global UCHAR_ASCII_HEX_DIGIT
- ICU 2.1
- Global UCHAR_BIDI_CLASS
- ICU 2.2
- Global UCHAR_BIDI_CONTROL
- ICU 2.1
- Global UCHAR_BIDI_MIRRORED
- ICU 2.1
- Global UCHAR_BIDI_MIRRORING_GLYPH
- ICU 2.4
- Global UCHAR_BIDI_PAIRED_BRACKET
- ICU 52
- Global UCHAR_BIDI_PAIRED_BRACKET_TYPE
- ICU 52
- Global UCHAR_BINARY_START
- ICU 2.1
- Global UCHAR_BLOCK
- ICU 2.2
- Global UCHAR_CANONICAL_COMBINING_CLASS
- ICU 2.2
- Global UCHAR_CASE_FOLDING
- ICU 2.4
- Global UCHAR_CASE_IGNORABLE
- ICU 4.4
- Global UCHAR_CASE_SENSITIVE
- ICU 2.6
- Global UCHAR_CASED
- ICU 4.4
- Global UCHAR_CHANGES_WHEN_CASEFOLDED
- ICU 4.4
- Global UCHAR_CHANGES_WHEN_CASEMAPPED
- ICU 4.4
- Global UCHAR_CHANGES_WHEN_LOWERCASED
- ICU 4.4
- Global UCHAR_CHANGES_WHEN_NFKC_CASEFOLDED
- ICU 4.4
- Global UCHAR_CHANGES_WHEN_TITLECASED
- ICU 4.4
- Global UCHAR_CHANGES_WHEN_UPPERCASED
- ICU 4.4
- Global UCHAR_DASH
- ICU 2.1
- Global UCHAR_DECOMPOSITION_TYPE
- ICU 2.2
- Global UCHAR_DEFAULT_IGNORABLE_CODE_POINT
- ICU 2.1
- Global UCHAR_DEPRECATED
- ICU 2.1
- Global UCHAR_DIACRITIC
- ICU 2.1
- Global UCHAR_DOUBLE_START
- ICU 2.4
- Global UCHAR_EAST_ASIAN_WIDTH
- ICU 2.2
- Global UCHAR_EMOJI
- ICU 57
- Global UCHAR_EMOJI_COMPONENT
- ICU 60
- Global UCHAR_EMOJI_MODIFIER
- ICU 57
- Global UCHAR_EMOJI_MODIFIER_BASE
- ICU 57
- Global UCHAR_EMOJI_PRESENTATION
- ICU 57
- Global UCHAR_EXTENDED_PICTOGRAPHIC
- ICU 62
- Global UCHAR_EXTENDER
- ICU 2.1
- Global UCHAR_FULL_COMPOSITION_EXCLUSION
- ICU 2.1
- Global UCHAR_GENERAL_CATEGORY
- ICU 2.2
- Global UCHAR_GENERAL_CATEGORY_MASK
- ICU 2.4
- Global UCHAR_GRAPHEME_BASE
- ICU 2.1
- Global UCHAR_GRAPHEME_CLUSTER_BREAK
- ICU 3.4
- Global UCHAR_GRAPHEME_EXTEND
- ICU 2.1
- Global UCHAR_GRAPHEME_LINK
- ICU 2.1
- Global UCHAR_HANGUL_SYLLABLE_TYPE
- ICU 2.6
- Global UCHAR_HEX_DIGIT
- ICU 2.1
- Global UCHAR_HYPHEN
- ICU 2.1
- Global UCHAR_ID_CONTINUE
- ICU 2.1
- Global UCHAR_ID_START
- ICU 2.1
- Global UCHAR_IDEOGRAPHIC
- ICU 2.1
- Global UCHAR_IDS_BINARY_OPERATOR
- ICU 2.1
- Global UCHAR_IDS_TRINARY_OPERATOR
- ICU 2.1
- Global UCHAR_INDIC_POSITIONAL_CATEGORY
- ICU 63
- Global UCHAR_INDIC_SYLLABIC_CATEGORY
- ICU 63
- Global UCHAR_INT_START
- ICU 2.2
- Global UCHAR_INVALID_CODE
- ICU 2.4
- Global UCHAR_JOIN_CONTROL
- ICU 2.1
- Global UCHAR_JOINING_GROUP
- ICU 2.2
- Global UCHAR_JOINING_TYPE
- ICU 2.2
- Global UCHAR_LEAD_CANONICAL_COMBINING_CLASS
- ICU 3.0
- Global UCHAR_LINE_BREAK
- ICU 2.2
- Global UCHAR_LOGICAL_ORDER_EXCEPTION
- ICU 2.1
- Global UCHAR_LOWERCASE
- ICU 2.1
- Global UCHAR_LOWERCASE_MAPPING
- ICU 2.4
- Global UCHAR_MASK_START
- ICU 2.4
- Global UCHAR_MATH
- ICU 2.1
- Global UCHAR_MAX_VALUE
- ICU 2.0
- Global UCHAR_MIN_VALUE
- ICU 2.0
- Global UCHAR_NAME
- ICU 2.4
- Global UCHAR_NFC_INERT
- ICU 3.0
- Global UCHAR_NFC_QUICK_CHECK
- ICU 3.0
- Global UCHAR_NFD_INERT
- ICU 3.0
- Global UCHAR_NFD_QUICK_CHECK
- ICU 3.0
- Global UCHAR_NFKC_INERT
- ICU 3.0
- Global UCHAR_NFKC_QUICK_CHECK
- ICU 3.0
- Global UCHAR_NFKD_INERT
- ICU 3.0
- Global UCHAR_NFKD_QUICK_CHECK
- ICU 3.0
- Global UCHAR_NONCHARACTER_CODE_POINT
- ICU 2.1
- Global UCHAR_NUMERIC_TYPE
- ICU 2.2
- Global UCHAR_NUMERIC_VALUE
- ICU 2.4
- Global UCHAR_OTHER_PROPERTY_START
- ICU 4.6
- Global UCHAR_PATTERN_SYNTAX
- ICU 3.4
- Global UCHAR_PATTERN_WHITE_SPACE
- ICU 3.4
- Global UCHAR_POSIX_ALNUM
- ICU 3.4
- Global UCHAR_POSIX_BLANK
- ICU 3.4
- Global UCHAR_POSIX_GRAPH
- ICU 3.4
- Global UCHAR_POSIX_PRINT
- ICU 3.4
- Global UCHAR_POSIX_XDIGIT
- ICU 3.4
- Global UCHAR_PREPENDED_CONCATENATION_MARK
- ICU 60
- Global UCHAR_QUOTATION_MARK
- ICU 2.1
- Global UCHAR_RADICAL
- ICU 2.1
- Global UCHAR_REGIONAL_INDICATOR
- ICU 60
- Global UCHAR_S_TERM
- ICU 3.0
- Global UCHAR_SCRIPT
- ICU 2.2
- Global UCHAR_SCRIPT_EXTENSIONS
- ICU 4.6
- Global UCHAR_SEGMENT_STARTER
- ICU 3.0
- Global UCHAR_SENTENCE_BREAK
- ICU 3.4
- Global UCHAR_SIMPLE_CASE_FOLDING
- ICU 2.4
- Global UCHAR_SIMPLE_LOWERCASE_MAPPING
- ICU 2.4
- Global UCHAR_SIMPLE_TITLECASE_MAPPING
- ICU 2.4
- Global UCHAR_SIMPLE_UPPERCASE_MAPPING
- ICU 2.4
- Global UCHAR_SOFT_DOTTED
- ICU 2.1
- Global UCHAR_STRING_START
- ICU 2.4
- Global UCHAR_TERMINAL_PUNCTUATION
- ICU 2.1
- Global UCHAR_TITLECASE_MAPPING
- ICU 2.4
- Global UCHAR_TRAIL_CANONICAL_COMBINING_CLASS
- ICU 3.0
- Global UCHAR_UNIFIED_IDEOGRAPH
- ICU 2.1
- Global UCHAR_UPPERCASE
- ICU 2.1
- Global UCHAR_UPPERCASE_MAPPING
- ICU 2.4
- Global UCHAR_VARIATION_SELECTOR
- ICU 3.0
- Global UCHAR_VERTICAL_ORIENTATION
- ICU 63
- Global UCHAR_WHITE_SPACE
- ICU 2.1
- Global UCHAR_WORD_BREAK
- ICU 3.4
- Global UCHAR_XID_CONTINUE
- ICU 2.1
- Global UCHAR_XID_START
- ICU 2.1
- Global UCharCategory
- ICU 2.0
- Global UCharDirection
- ICU 2.0
- Global UCharEnumTypeRange
- ICU 2.1
- Class UCharIterator
ICU 2.1
ICU 2.1
- Global UCharIterator::context
- ICU 2.1
- Global UCharIterator::current
- ICU 2.1
- Global UCharIterator::getIndex
- ICU 2.1
- Global UCharIterator::getState
- ICU 2.6
- Global UCharIterator::hasNext
- ICU 2.1
- Global UCharIterator::hasPrevious
- ICU 2.1
- Global UCharIterator::index
- ICU 2.1
- Global UCharIterator::length
- ICU 2.1
- Global UCharIterator::limit
- ICU 2.1
- Global UCharIterator::move
- ICU 2.1
- Global UCharIterator::next
- ICU 2.1
- Global UCharIterator::previous
- ICU 2.1
- Global UCharIterator::reservedField
- ICU 2.1
- Global UCharIterator::reservedFn
- ICU 2.1
- Global UCharIterator::setState
- ICU 2.6
- Global UCharIterator::start
- ICU 2.1
- Global UCharIteratorCurrent
- ICU 2.1
- Global UCharIteratorGetIndex
- ICU 2.1
- Global UCharIteratorGetState
- ICU 2.6
- Global UCharIteratorHasNext
- ICU 2.1
- Global UCharIteratorHasPrevious
- ICU 2.1
- Global UCharIteratorMove
- ICU 2.1
- Global UCharIteratorNext
- ICU 2.1
- Global UCharIteratorOrigin
- ICU 2.1
- Global UCharIteratorPrevious
- ICU 2.1
- Global UCharIteratorReserved
- ICU 2.1
- Global UCharIteratorSetState
- ICU 2.6
- Global UCharNameChoice
- ICU 2.0
- Global UCharsetDetector
- ICU 3.6
- Global UCharsetMatch
- ICU 3.6
- Global UClassID
- ICU 2.0
- Global UCNV_BOCU1
- ICU 2.2
- Global ucnv_cbFromUWriteBytes
- ICU 2.0
- Global ucnv_cbFromUWriteSub
- ICU 2.0
- Global ucnv_cbFromUWriteUChars
- ICU 2.0
- Global ucnv_cbToUWriteSub
- ICU 2.0
- Global ucnv_cbToUWriteUChars
- ICU 2.0
- Global UCNV_CESU8
- ICU 2.2
- Global UCNV_CLONE
- ICU 2.2
- Global ucnv_close
- ICU 2.0
- Global ucnv_compareNames
- ICU 2.0
- Global UCNV_COMPOUND_TEXT
- ICU 4.8
- Global ucnv_convert
- ICU 2.0
- Global ucnv_convertEx
- ICU 2.6
- Global ucnv_countAliases
- ICU 2.0
- Global ucnv_countAvailable
- ICU 2.0
- Global ucnv_countStandards
- ICU 2.0
- Global UCNV_DBCS
- ICU 2.0
- Global ucnv_detectUnicodeSignature
- ICU 2.4
- Global UCNV_EBCDIC_STATEFUL
- ICU 2.0
- Global UCNV_ESCAPE_C
- ICU 2.0
- Global UCNV_ESCAPE_CSS2
- ICU 4.0
- Global UCNV_ESCAPE_ICU
- ICU 2.0
- Global UCNV_ESCAPE_JAVA
- ICU 2.0
- Global UCNV_ESCAPE_UNICODE
- ICU 2.0
- Global UCNV_ESCAPE_XML_DEC
- ICU 2.0
- Global UCNV_ESCAPE_XML_HEX
- ICU 2.0
- Global ucnv_fixFileSeparator
- ICU 2.0
- Global ucnv_flushCache
- ICU 2.0
- Global UCNV_FROM_U_CALLBACK_ESCAPE
- ICU 2.0
- Global UCNV_FROM_U_CALLBACK_SKIP
- ICU 2.0
- Global UCNV_FROM_U_CALLBACK_STOP
- ICU 2.0
- Global UCNV_FROM_U_CALLBACK_SUBSTITUTE
- ICU 2.0
- Global ucnv_fromAlgorithmic
- ICU 2.6
- Global ucnv_fromUChars
- ICU 2.0
- Global ucnv_fromUCountPending
- ICU 3.4
- Global ucnv_fromUnicode
- ICU 2.0
- Global UCNV_GET_MAX_BYTES_FOR_STRING
- ICU 2.8
- Global ucnv_getAlias
- ICU 2.0
- Global ucnv_getAliases
- ICU 2.0
- Global ucnv_getAvailableName
- ICU 2.0
- Global ucnv_getCanonicalName
- ICU 2.4
- Global ucnv_getCCSID
- ICU 2.0
- Global ucnv_getDefaultName
- ICU 2.0
- Global ucnv_getDisplayName
- ICU 2.0
- Global ucnv_getFromUCallBack
- ICU 2.0
- Global ucnv_getInvalidChars
- ICU 2.0
- Global ucnv_getInvalidUChars
- ICU 2.0
- Global ucnv_getMaxCharSize
- ICU 2.0
- Global ucnv_getMinCharSize
- ICU 2.0
- Global ucnv_getName
- ICU 2.0
- Global ucnv_getNextUChar
- ICU 2.0
- Global ucnv_getPlatform
- ICU 2.0
- Global ucnv_getStandard
- ICU 2.0
- Global ucnv_getStandardName
- ICU 2.0
- Global ucnv_getStarters
- ICU 2.0
- Global ucnv_getSubstChars
- ICU 2.0
- Global ucnv_getToUCallBack
- ICU 2.0
- Global ucnv_getType
- ICU 2.0
- Global ucnv_getUnicodeSet
- ICU 2.6
- Global UCNV_HZ
- ICU 2.0
- Global UCNV_IMAP_MAILBOX
- ICU 2.4
- Global ucnv_isAmbiguous
- ICU 2.0
- Global UCNV_ISCII
- ICU 2.0
- Global ucnv_isFixedWidth
- ICU 4.8
- Global UCNV_ISO_2022
- ICU 2.0
- Global UCNV_LATIN_1
- ICU 2.0
- Global UCNV_LMBCS_1
- ICU 2.0
- Global UCNV_LMBCS_11
- ICU 2.0
- Global UCNV_LMBCS_16
- ICU 2.0
- Global UCNV_LMBCS_17
- ICU 2.0
- Global UCNV_LMBCS_18
- ICU 2.0
- Global UCNV_LMBCS_19
- ICU 2.0
- Global UCNV_LMBCS_2
- ICU 2.0
- Global UCNV_LMBCS_3
- ICU 2.0
- Global UCNV_LMBCS_4
- ICU 2.0
- Global UCNV_LMBCS_5
- ICU 2.0
- Global UCNV_LMBCS_6
- ICU 2.0
- Global UCNV_LMBCS_8
- ICU 2.0
- Global UCNV_LMBCS_LAST
- ICU 2.0
- Global UCNV_LOCALE_OPTION_STRING
- ICU 2.0
- Global UCNV_MAX_CONVERTER_NAME_LENGTH
- ICU 2.0
- Global UCNV_MAX_FULL_FILE_NAME_LENGTH
- ICU 2.0
- Global UCNV_MBCS
- ICU 2.0
- Global ucnv_open
- ICU 2.0
- Global ucnv_openAllNames
- ICU 2.4
- Global ucnv_openCCSID
- ICU 2.0
- Global ucnv_openPackage
- ICU 2.2
- Global ucnv_openStandardNames
- ICU 2.2
- Global ucnv_openU
- ICU 2.0
- Global UCNV_OPTION_SEP_CHAR
- ICU 2.0
- Global UCNV_OPTION_SEP_STRING
- ICU 2.0
- Global ucnv_reset
- ICU 2.0
- Global ucnv_resetFromUnicode
- ICU 2.0
- Global ucnv_resetToUnicode
- ICU 2.0
- Global UCNV_ROUNDTRIP_AND_FALLBACK_SET
- ICU 4.0
- Global UCNV_ROUNDTRIP_SET
- ICU 2.6
- Global ucnv_safeClone
- ICU 2.0
- Global UCNV_SBCS
- ICU 2.0
- Global UCNV_SCSU
- ICU 2.0
- Global ucnv_setDefaultName
- ICU 2.0
- Global ucnv_setFallback
- ICU 2.0
- Global ucnv_setFromUCallBack
- ICU 2.0
- Global ucnv_setSubstChars
- ICU 2.0
- Global ucnv_setSubstString
- ICU 3.6
- Global ucnv_setToUCallBack
- ICU 2.0
- Global UCNV_SI
- ICU 2.0
- Global UCNV_SKIP_STOP_ON_ILLEGAL
- ICU 2.0
- Global UCNV_SO
- ICU 2.0
- Global UCNV_SUB_STOP_ON_ILLEGAL
- ICU 2.0
- Global UCNV_SWAP_LFNL_OPTION_STRING
- ICU 2.4
- Global UCNV_TO_U_CALLBACK_ESCAPE
- ICU 2.0
- Global UCNV_TO_U_CALLBACK_SKIP
- ICU 2.0
- Global UCNV_TO_U_CALLBACK_STOP
- ICU 2.0
- Global UCNV_TO_U_CALLBACK_SUBSTITUTE
- ICU 2.0
- Global ucnv_toAlgorithmic
- ICU 2.6
- Global ucnv_toUChars
- ICU 2.0
- Global ucnv_toUCountPending
- ICU 3.4
- Global ucnv_toUnicode
- ICU 2.0
- Global UCNV_UNSUPPORTED_CONVERTER
- ICU 2.0
- Global UCNV_US_ASCII
- ICU 2.0
- Global ucnv_usesFallback
- ICU 2.0
- Global UCNV_UTF16
- ICU 2.2
- Global UCNV_UTF16_BigEndian
- ICU 2.0
- Global UCNV_UTF16_LittleEndian
- ICU 2.0
- Global UCNV_UTF32
- ICU 2.2
- Global UCNV_UTF32_BigEndian
- ICU 2.0
- Global UCNV_UTF32_LittleEndian
- ICU 2.0
- Global UCNV_UTF7
- ICU 2.0
- Global UCNV_UTF8
- ICU 2.0
- Global UCNV_VALUE_SEP_CHAR
- ICU 2.0
- Global UCNV_VALUE_SEP_STRING
- ICU 2.0
- Global UCNV_VERSION_OPTION_STRING
- ICU 2.4
- Global ucnvsel_close
- ICU 4.2
- Global ucnvsel_open
- ICU 4.2
- Global ucnvsel_openFromSerialized
- ICU 4.2
- Global ucnvsel_selectForString
- ICU 4.2
- Global ucnvsel_selectForUTF8
- ICU 4.2
- Global ucnvsel_serialize
- ICU 4.2
- Global UCOL_ALTERNATE_HANDLING
- ICU 2.0
- Global UCOL_BUILDER_VERSION
- ICU 2.4
- Global UCOL_CASE_FIRST
- ICU 2.0
- Global UCOL_CASE_LEVEL
- ICU 2.0
- Global ucol_cloneBinary
- ICU 3.2
- Global ucol_close
- ICU 2.0
- Global ucol_closeElements
- ICU 2.0
- Global ucol_countAvailable
- ICU 2.0
- Global UCOL_DECOMPOSITION_MODE
- ICU 2.0
- Global ucol_equal
- ICU 2.0
- Global UCOL_FRENCH_COLLATION
- ICU 2.0
- Global UCOL_FULL_RULES
- ICU 2.0
- Global ucol_getAttribute
- ICU 2.0
- Global ucol_getAvailable
- ICU 2.0
- Global ucol_getBound
- ICU 2.1
- Global ucol_getContractionsAndExpansions
- ICU 3.4
- Global ucol_getDisplayName
- ICU 2.0
- Global ucol_getEquivalentReorderCodes
- ICU 4.8
- Global ucol_getFunctionalEquivalent
- ICU 3.0
- Global ucol_getKeywords
- ICU 3.0
- Global ucol_getKeywordValues
- ICU 3.0
- Global ucol_getKeywordValuesForLocale
- ICU 4.2
- Global ucol_getLocaleByType
- ICU 2.8
- Global ucol_getMaxExpansion
- ICU 2.0
- Global ucol_getMaxVariable
- ICU 53
- Global ucol_getOffset
- ICU 2.0
- Global ucol_getReorderCodes
- ICU 4.8
- Global ucol_getRules
- ICU 2.0
- Global ucol_getRulesEx
- ICU 2.0
- Global ucol_getSortKey
- ICU 2.0
- Global ucol_getStrength
- ICU 2.0
- Global ucol_getTailoredSet
- ICU 2.4
- Global ucol_getUCAVersion
- ICU 2.8
- Global ucol_getVariableTop
- ICU 2.0
- Global ucol_getVersion
- ICU 2.0
- Global ucol_greater
- ICU 2.0
- Global ucol_greaterOrEqual
- ICU 2.0
- Global ucol_keyHashCode
- ICU 2.0
- Global ucol_mergeSortkeys
- ICU 2.0
- Global ucol_next
- ICU 2.0
- Global ucol_nextSortKeyPart
- ICU 2.6
- Global UCOL_NORMALIZATION_MODE
- ICU 2.0
- Global UCOL_NULLORDER
- ICU 2.0
- Global UCOL_NUMERIC_COLLATION
- ICU 2.8
- Global ucol_open
- ICU 2.0
- Global ucol_openAvailableLocales
- ICU 3.0
- Global ucol_openBinary
- ICU 3.2
- Global ucol_openElements
- ICU 2.0
- Global ucol_openRules
- ICU 2.0
- Global ucol_previous
- ICU 2.0
- Global ucol_primaryOrder
- ICU 2.6
- Global UCOL_REORDER_CODE_CURRENCY
- ICU 4.8
- Global UCOL_REORDER_CODE_DEFAULT
- ICU 4.8
- Global UCOL_REORDER_CODE_DIGIT
- ICU 4.8
- Global UCOL_REORDER_CODE_FIRST
- ICU 4.8
- Global UCOL_REORDER_CODE_NONE
- ICU 4.8
- Global UCOL_REORDER_CODE_OTHERS
- ICU 4.8
- Global UCOL_REORDER_CODE_PUNCTUATION
- ICU 4.8
- Global UCOL_REORDER_CODE_SPACE
- ICU 4.8
- Global UCOL_REORDER_CODE_SYMBOL
- ICU 4.8
- Global ucol_reset
- ICU 2.0
- Global UCOL_RUNTIME_VERSION
- ICU 2.4
- Global ucol_safeClone
- ICU 2.0
- Global ucol_secondaryOrder
- ICU 2.6
- Global ucol_setAttribute
- ICU 2.0
- Global ucol_setMaxVariable
- ICU 53
- Global ucol_setOffset
- ICU 2.0
- Global ucol_setReorderCodes
- ICU 4.8
- Global ucol_setStrength
- ICU 2.0
- Global ucol_setText
- ICU 2.0
- Global ucol_strcoll
- ICU 2.0
- Global ucol_strcollIter
- ICU 2.6
- Global ucol_strcollUTF8
- ICU 50
- Global UCOL_STRENGTH
- ICU 2.0
- Global UCOL_TAILORING_ONLY
- ICU 2.0
- Global ucol_tertiaryOrder
- ICU 2.6
- Global UColAttribute
- ICU 2.0
- Global UColAttributeValue
- ICU 2.0
- Global UColBoundMode
- ICU 2.0
- Global UCollationElements
- ICU 2.0
- Global UCollationResult
- ICU 2.0
- Global UCollationStrength
- ICU 2.0
- Global UCollator
- ICU 2.0
- Global UColReorderCode
- ICU 4.8
- Global UColRuleOption
- ICU 2.0
- File uconfig.h
- ICU 2.4
- Global UCONFIG_MSGPAT_DEFAULT_APOSTROPHE_MODE
- ICU 4.8
- Global UCONFIG_NO_BREAK_ITERATION
- ICU 2.4
- Global UCONFIG_NO_COLLATION
- ICU 2.4
- Global UCONFIG_NO_CONVERSION
- ICU 3.2
- Global UCONFIG_NO_FILE_IO
- ICU 3.6
- Global UCONFIG_NO_FORMATTING
- ICU 2.4
- Global UCONFIG_NO_IDNA
- ICU 2.6
- Global UCONFIG_NO_LEGACY_CONVERSION
- ICU 2.4
- Global UCONFIG_NO_NORMALIZATION
- ICU 2.6
- Global UCONFIG_NO_REGULAR_EXPRESSIONS
- ICU 2.4
- Global UCONFIG_NO_SERVICE
- ICU 3.2
- Global UCONFIG_NO_TRANSLITERATION
- ICU 2.4
- Global UCONFIG_ONLY_COLLATION
- ICU 2.4
- Global UCONFIG_ONLY_HTML_CONVERSION
- ICU 55
- Global UConverter
- ICU 2.0
- Global UConverterCallbackReason
- ICU 2.0
- Global UConverterFromUCallback
- ICU 2.0
- Class UConverterFromUnicodeArgs
- ICU 2.0
- Global UConverterFromUnicodeArgs::converter
- ICU 2.0
- Global UConverterFromUnicodeArgs::flush
- ICU 2.0
- Global UConverterFromUnicodeArgs::offsets
- ICU 2.0
- Global UConverterFromUnicodeArgs::size
- ICU 2.0
- Global UConverterFromUnicodeArgs::source
- ICU 2.0
- Global UConverterFromUnicodeArgs::sourceLimit
- ICU 2.0
- Global UConverterFromUnicodeArgs::target
- ICU 2.0
- Global UConverterFromUnicodeArgs::targetLimit
- ICU 2.0
- Global UConverterPlatform
- ICU 2.0
- Global UConverterToUCallback
- ICU 2.0
- Class UConverterToUnicodeArgs
- ICU 2.0
- Global UConverterToUnicodeArgs::converter
- ICU 2.0
- Global UConverterToUnicodeArgs::flush
- ICU 2.0
- Global UConverterToUnicodeArgs::offsets
- ICU 2.0
- Global UConverterToUnicodeArgs::size
- ICU 2.0
- Global UConverterToUnicodeArgs::source
- ICU 2.0
- Global UConverterToUnicodeArgs::sourceLimit
- ICU 2.0
- Global UConverterToUnicodeArgs::target
- ICU 2.0
- Global UConverterToUnicodeArgs::targetLimit
- ICU 2.0
- Global UConverterType
- ICU 2.0
- Global UConverterUnicodeSet
- ICU 2.6
- Global UCPMap
- ICU 63
- Global ucpmap_get
- ICU 63
- Global ucpmap_getRange
- ICU 63
- Global UCPMAP_RANGE_FIXED_ALL_SURROGATES
- ICU 63
- Global UCPMAP_RANGE_FIXED_LEAD_SURROGATES
- ICU 63
- Global UCPMAP_RANGE_NORMAL
- ICU 63
- Global UCPMapRangeOption
- ICU 63
- Global UCPMapValueFilter
- ICU 63
- Class UCPTrie
- ICU 63
- Global UCPTRIE_16
- ICU 63
- Global UCPTRIE_32
- ICU 63
- Global UCPTRIE_8
- ICU 63
- Global UCPTRIE_ASCII_GET
- ICU 63
- Global ucptrie_close
- ICU 63
- Global UCPTRIE_FAST_BMP_GET
- ICU 63
- Global UCPTRIE_FAST_GET
- ICU 63
- Global UCPTRIE_FAST_SUPP_GET
- ICU 63
- Global UCPTRIE_FAST_U16_NEXT
- ICU 63
- Global UCPTRIE_FAST_U16_PREV
- ICU 63
- Global UCPTRIE_FAST_U8_NEXT
- ICU 63
- Global UCPTRIE_FAST_U8_PREV
- ICU 63
- Global ucptrie_get
- ICU 63
- Global ucptrie_getRange
- ICU 63
- Global ucptrie_getType
- ICU 63
- Global ucptrie_getValueWidth
- ICU 63
- Global ucptrie_openFromBinary
- ICU 63
- Global UCPTRIE_SMALL_GET
- ICU 63
- Global ucptrie_toBinary
- ICU 63
- Global UCPTRIE_TYPE_ANY
- ICU 63
- Global UCPTRIE_TYPE_FAST
- ICU 63
- Global UCPTRIE_TYPE_SMALL
- ICU 63
- Global UCPTRIE_VALUE_BITS_16
- ICU 63
- Global UCPTRIE_VALUE_BITS_32
- ICU 63
- Global UCPTRIE_VALUE_BITS_8
- ICU 63
- Global UCPTRIE_VALUE_BITS_ANY
- ICU 63
- Global UCPTrieType
- ICU 63
- Global UCPTrieValueWidth
- ICU 63
- Global ucsdet_close
- ICU 3.6
- Global ucsdet_detect
- ICU 3.6
- Global ucsdet_detectAll
- ICU 3.6
- Global ucsdet_enableInputFilter
- ICU 3.6
- Global ucsdet_getAllDetectableCharsets
- ICU 3.6
- Global ucsdet_getConfidence
- ICU 3.6
- Global ucsdet_getLanguage
- ICU 3.6
- Global ucsdet_getName
- ICU 3.6
- Global ucsdet_getUChars
- ICU 3.6
- Global ucsdet_isInputFilterEnabled
- ICU 3.6
- Global ucsdet_open
- ICU 3.6
- Global ucsdet_setDeclaredEncoding
- ICU 3.6
- Global ucsdet_setText
- ICU 3.6
- Global UCURR_ALL
- ICU 3.2
- Global UCURR_COMMON
- ICU 3.2
- Global ucurr_countCurrencies
- ICU 4.0
- Global UCURR_DEPRECATED
- ICU 3.2
- Global ucurr_forLocale
- ICU 2.8
- Global ucurr_forLocaleAndDate
- ICU 4.0
- Global ucurr_getDefaultFractionDigits
- ICU 3.0
- Global ucurr_getDefaultFractionDigitsForUsage
- ICU 54
- Global ucurr_getKeywordValuesForLocale
- ICU 4.2
- Global ucurr_getName
- ICU 2.6
- Global ucurr_getNumericCode
- ICU 49
- Global ucurr_getPluralName
- ICU 4.2
- Global ucurr_getRoundingIncrement
- ICU 3.0
- Global ucurr_getRoundingIncrementForUsage
- ICU 54
- Global ucurr_isAvailable
- ICU 4.8
- Global UCURR_LONG_NAME
- ICU 2.6
- Global UCURR_NARROW_SYMBOL_NAME
- ICU 61
- Global UCURR_NON_DEPRECATED
- ICU 3.2
- Global ucurr_openISOCurrencies
- ICU 3.2
- Global ucurr_register
- ICU 2.6
- Global UCURR_SYMBOL_NAME
- ICU 2.6
- Global UCURR_UNCOMMON
- ICU 3.2
- Global ucurr_unregister
- ICU 2.6
- Global UCURR_USAGE_CASH
- ICU 54
- Global UCURR_USAGE_STANDARD
- ICU 54
- Global UCurrCurrencyType
- ICU 3.2
- Global UCurrencySpacing
ICU 4.8
ICU 4.8
- Global UCurrencyUsage
- ICU 54
- Global UCurrNameStyle
- ICU 2.6
- Global UCurrRegistryKey
- ICU 2.6
- Global UDAT_ABBR_GENERIC_TZ
- ICU 51
- Global UDAT_ABBR_MONTH
- ICU 4.0
- Global UDAT_ABBR_MONTH_DAY
- ICU 4.0
- Global UDAT_ABBR_MONTH_WEEKDAY_DAY
- ICU 4.0
- Global UDAT_ABBR_QUARTER
- ICU 51
- Global UDAT_ABBR_SPECIFIC_TZ
- ICU 51
- Global UDAT_ABBR_UTC_TZ
- ICU 51
- Global UDAT_ABBR_WEEKDAY
- ICU 51
- Global udat_adoptNumberFormat
- ICU 54
- Global udat_adoptNumberFormatForFields
- ICU 54
- Global UDAT_AM_PM_FIELD
- ICU 3.0
- Global UDAT_AM_PM_MIDNIGHT_NOON_FIELD
- ICU 57
- Global udat_applyPattern
- ICU 2.0
- Global udat_clone
- ICU 2.0
- Global udat_close
- ICU 2.0
- Global udat_countAvailable
- ICU 2.0
- Global udat_countSymbols
- ICU 2.0
- Global UDAT_CYCLIC_YEARS_ABBREVIATED
- ICU 54
- Global UDAT_CYCLIC_YEARS_NARROW
- ICU 54
- Global UDAT_CYCLIC_YEARS_WIDE
- ICU 54
- Global UDAT_DATE_FIELD
- ICU 3.0
- Global UDAT_DAY
- ICU 4.0
- Global UDAT_DAY_OF_WEEK_FIELD
- ICU 3.0
- Global UDAT_DAY_OF_WEEK_IN_MONTH_FIELD
- ICU 3.0
- Global UDAT_DAY_OF_YEAR_FIELD
- ICU 3.0
- Global UDAT_DOW_LOCAL_FIELD
- ICU 3.0
- Global UDAT_ERA_FIELD
- ICU 3.0
- Global UDAT_EXTENDED_YEAR_FIELD
- ICU 3.0
- Global udat_format
- ICU 2.0
- Global udat_formatCalendar
- ICU 55
- Global udat_formatCalendarForFields
- ICU 55
- Global udat_formatForFields
- ICU 55
- Global UDAT_FRACTIONAL_SECOND_FIELD
- ICU 3.0
- Global UDAT_GENERIC_TZ
- ICU 51
- Global udat_get2DigitYearStart
- ICU 2.0
- Global udat_getAvailable
- ICU 2.0
- Global udat_getBooleanAttribute
- ICU 53
- Global udat_getCalendar
- ICU 2.0
- Global udat_getContext
- ICU 53
- Global udat_getLocaleByType
- ICU 2.8
- Global udat_getNumberFormat
- ICU 2.0
- Global udat_getNumberFormatForField
- ICU 54
- Global udat_getSymbols
- ICU 2.0
- Global UDAT_HOUR
- ICU 4.0
- Global UDAT_HOUR0_FIELD
- ICU 3.0
- Global UDAT_HOUR1_FIELD
- ICU 3.0
- Global UDAT_HOUR24
- ICU 51
- Global UDAT_HOUR24_MINUTE
- ICU 4.0
- Global UDAT_HOUR24_MINUTE_SECOND
- ICU 4.0
- Global UDAT_HOUR_MINUTE
- ICU 4.0
- Global UDAT_HOUR_MINUTE_SECOND
- ICU 4.0
- Global UDAT_HOUR_OF_DAY0_FIELD
- ICU 3.0
- Global UDAT_HOUR_OF_DAY1_FIELD
- ICU 3.0
- Global udat_isLenient
- ICU 2.0
- Global UDAT_JULIAN_DAY_FIELD
- ICU 3.0
- Global UDAT_LOCATION_TZ
- ICU 51
- Global UDAT_MILLISECONDS_IN_DAY_FIELD
- ICU 3.0
- Global UDAT_MINUTE
- ICU 51
- Global UDAT_MINUTE_FIELD
- ICU 3.0
- Global UDAT_MINUTE_SECOND
- ICU 4.0
- Global UDAT_MONTH
- ICU 4.0
- Global UDAT_MONTH_DAY
- ICU 4.0
- Global UDAT_MONTH_FIELD
- ICU 3.0
- Global UDAT_MONTH_WEEKDAY_DAY
- ICU 4.0
- Global UDAT_NUM_MONTH
- ICU 4.0
- Global UDAT_NUM_MONTH_DAY
- ICU 4.0
- Global UDAT_NUM_MONTH_WEEKDAY_DAY
- ICU 4.0
- Global udat_open
- ICU 2.0
- Global udat_parse
- ICU 2.0
- Global UDAT_PARSE_ALLOW_NUMERIC
- ICU 53
- Global UDAT_PARSE_ALLOW_WHITESPACE
- ICU 53
- Global UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH
- ICU 56
- Global UDAT_PARSE_PARTIAL_LITERAL_MATCH
- ICU 56
- Global udat_parseCalendar
- ICU 2.0
- Global UDAT_PATTERN
- ICU 50
- Global UDAT_QUARTER
- ICU 51
- Global UDAT_QUARTER_FIELD
- ICU 3.6
- Global UDAT_REL_UNIT_DAY
- ICU 57
- Global UDAT_REL_UNIT_FRIDAY
- ICU 57
- Global UDAT_REL_UNIT_HOUR
- ICU 57
- Global UDAT_REL_UNIT_MINUTE
- ICU 57
- Global UDAT_REL_UNIT_MONDAY
- ICU 57
- Global UDAT_REL_UNIT_MONTH
- ICU 57
- Global UDAT_REL_UNIT_QUARTER
- ICU 57
- Global UDAT_REL_UNIT_SATURDAY
- ICU 57
- Global UDAT_REL_UNIT_SECOND
- ICU 57
- Global UDAT_REL_UNIT_SUNDAY
- ICU 57
- Global UDAT_REL_UNIT_THURSDAY
- ICU 57
- Global UDAT_REL_UNIT_TUESDAY
- ICU 57
- Global UDAT_REL_UNIT_WEDNESDAY
- ICU 57
- Global UDAT_REL_UNIT_WEEK
- ICU 57
- Global UDAT_REL_UNIT_YEAR
- ICU 57
- Global UDAT_SECOND
- ICU 51
- Global UDAT_SECOND_FIELD
- ICU 3.0
- Global udat_set2DigitYearStart
- ICU 2.0
- Global udat_setBooleanAttribute
- ICU 53
- Global udat_setCalendar
- ICU 2.0
- Global udat_setContext
- ICU 51
- Global udat_setLenient
- ICU 2.0
- Global udat_setNumberFormat
- ICU 2.0
- Global udat_setSymbols
- ICU 2.0
- Global UDAT_SHORTER_WEEKDAYS
- ICU 51
- Global UDAT_SPECIFIC_TZ
- ICU 51
- Global UDAT_STANDALONE_DAY_FIELD
- ICU 3.4
- Global UDAT_STANDALONE_MONTH_FIELD
- ICU 3.4
- Global UDAT_STANDALONE_QUARTER_FIELD
- ICU 3.6
- Global UDAT_STANDALONE_SHORTER_WEEKDAYS
- ICU 51
- Global UDAT_STYLE_LONG
- ICU 54
- Global UDAT_STYLE_NARROW
- ICU 54
- Global UDAT_STYLE_SHORT
- ICU 54
- Global UDAT_TIMEZONE_FIELD
- ICU 3.0
- Global UDAT_TIMEZONE_GENERIC_FIELD
- ICU 3.4
- Global UDAT_TIMEZONE_ISO_FIELD
- ICU 51
- Global UDAT_TIMEZONE_ISO_LOCAL_FIELD
- ICU 51
- Global UDAT_TIMEZONE_LOCALIZED_GMT_OFFSET_FIELD
- ICU 51
- Global UDAT_TIMEZONE_RFC_FIELD
- ICU 3.0
- Global UDAT_TIMEZONE_SPECIAL_FIELD
- ICU 3.8
- Global udat_toCalendarDateField
- ICU 4.4
- Global udat_toPattern
- ICU 2.0
- Global UDAT_WEEK_OF_MONTH_FIELD
- ICU 3.0
- Global UDAT_WEEK_OF_YEAR_FIELD
- ICU 3.0
- Global UDAT_WEEKDAY
- ICU 51
- Global UDAT_YEAR
- ICU 4.0
- Global UDAT_YEAR_ABBR_MONTH
- ICU 4.0
- Global UDAT_YEAR_ABBR_MONTH_DAY
- ICU 4.0
- Global UDAT_YEAR_ABBR_MONTH_WEEKDAY_DAY
- ICU 4.0
- Global UDAT_YEAR_ABBR_QUARTER
- ICU 4.0
- Global UDAT_YEAR_FIELD
- ICU 3.0
- Global UDAT_YEAR_MONTH
- ICU 4.0
- Global UDAT_YEAR_MONTH_DAY
- ICU 4.0
- Global UDAT_YEAR_MONTH_WEEKDAY_DAY
- ICU 4.0
- Global UDAT_YEAR_NAME_FIELD
- ICU 49
- Global UDAT_YEAR_NUM_MONTH
- ICU 4.0
- Global UDAT_YEAR_NUM_MONTH_DAY
- ICU 4.0
- Global UDAT_YEAR_NUM_MONTH_WEEKDAY_DAY
- ICU 4.0
- Global UDAT_YEAR_QUARTER
- ICU 4.0
- Global UDAT_YEAR_WOY_FIELD
- ICU 3.0
- Global UDAT_ZODIAC_NAMES_ABBREVIATED
- ICU 54
- Global UDAT_ZODIAC_NAMES_NARROW
- ICU 54
- Global UDAT_ZODIAC_NAMES_WIDE
- ICU 54
- Global udata_close
- ICU 2.0
- Global UDATA_DEFAULT_ACCESS
- ICU 3.4
- Global UDATA_FILES_FIRST
- ICU 3.4
- Global udata_getInfo
- ICU 2.0
- Global udata_getMemory
- ICU 2.0
- Global UDATA_NO_FILES
- ICU 3.4
- Global UDATA_ONLY_PACKAGES
- ICU 3.4
- Global udata_open
- ICU 2.0
- Global udata_openChoice
- ICU 2.0
- Global UDATA_PACKAGES_FIRST
- ICU 3.4
- Global udata_setAppData
- ICU 2.0
- Global udata_setCommonData
- ICU 2.0
- Global udata_setFileAccess
- ICU 3.4
- Global UDataFileAccess
- ICU 3.4
- Class UDataInfo
- ICU 2.0
- Global UDataInfo::charsetFamily
- ICU 2.0
- Global UDataInfo::dataFormat [4]
- ICU 2.0
- Global UDataInfo::dataVersion [4]
- ICU 2.0
- Global UDataInfo::formatVersion [4]
- ICU 2.0
- Global UDataInfo::isBigEndian
- ICU 2.0
- Global UDataInfo::reservedByte
- ICU 2.0
- Global UDataInfo::reservedWord
- ICU 2.0
- Global UDataInfo::size
- ICU 2.0
- Global UDataInfo::sizeofUChar
- ICU 2.0
- Global UDataMemory
- ICU 2.0
- Global UDataMemoryIsAcceptable
- ICU 2.0
- Global UDate
- ICU 2.0
- Global UDateFormat
- ICU 2.6
- Global UDateFormatBooleanAttribute
- ICU 53
- Global UDateFormatField
- ICU 3.0
- Global UDateFormatStyle
- ICU 2.6
- Global UDateFormatSymbols
- ICU 2.6
- Global UDateFormatSymbolType
- ICU 2.6
- Global UDateIntervalFormat
- ICU 4.8
- Global UDateRelativeDateTimeFormatterStyle
- ICU 54
- Global UDateTimePatternConflict
- ICU 3.8
- Global UDateTimePatternField
- ICU 3.8
- Global UDateTimePatternGenerator
- ICU 3.8
- Global UDateTimePatternMatchOptions
- ICU 4.4
- Global UDateTimePGDisplayWidth
- ICU 61
- Global UDateTimeScale
- ICU 3.2
- Global UDATPG_ABBREVIATED
- ICU 61
- Global udatpg_addPattern
- ICU 3.8
- Global UDATPG_BASE_CONFLICT
- ICU 3.8
- Global udatpg_clone
- ICU 3.8
- Global udatpg_close
- ICU 3.8
- Global UDATPG_CONFLICT
- ICU 3.8
- Global UDATPG_DAY_FIELD
- ICU 3.8
- Global UDATPG_DAY_OF_WEEK_IN_MONTH_FIELD
- ICU 3.8
- Global UDATPG_DAY_OF_YEAR_FIELD
- ICU 3.8
- Global UDATPG_DAYPERIOD_FIELD
- ICU 3.8
- Global UDATPG_ERA_FIELD
- ICU 3.8
- Global UDATPG_FRACTIONAL_SECOND_FIELD
- ICU 3.8
- Global udatpg_getAppendItemFormat
- ICU 3.8
- Global udatpg_getAppendItemName
- ICU 3.8
- Global udatpg_getBaseSkeleton
- ICU 3.8
- Global udatpg_getBestPattern
- ICU 3.8
- Global udatpg_getBestPatternWithOptions
- ICU 4.4
- Global udatpg_getDateTimeFormat
- ICU 3.8
- Global udatpg_getDecimal
- ICU 3.8
- Global udatpg_getFieldDisplayName
- ICU 61
- Global udatpg_getPatternForSkeleton
- ICU 3.8
- Global udatpg_getSkeleton
- ICU 3.8
- Global UDATPG_HOUR_FIELD
- ICU 3.8
- Global UDATPG_MATCH_ALL_FIELDS_LENGTH
- ICU 4.4
- Global UDATPG_MATCH_HOUR_FIELD_LENGTH
- ICU 4.4
- Global UDATPG_MATCH_NO_OPTIONS
- ICU 4.4
- Global UDATPG_MINUTE_FIELD
- ICU 3.8
- Global UDATPG_MONTH_FIELD
- ICU 3.8
- Global UDATPG_NARROW
- ICU 61
- Global UDATPG_NO_CONFLICT
- ICU 3.8
- Global udatpg_open
- ICU 3.8
- Global udatpg_openBaseSkeletons
- ICU 3.8
- Global udatpg_openEmpty
- ICU 3.8
- Global udatpg_openSkeletons
- ICU 3.8
- Global UDATPG_QUARTER_FIELD
- ICU 3.8
- Global udatpg_replaceFieldTypes
- ICU 3.8
- Global udatpg_replaceFieldTypesWithOptions
- ICU 4.4
- Global UDATPG_SECOND_FIELD
- ICU 3.8
- Global udatpg_setAppendItemFormat
- ICU 3.8
- Global udatpg_setAppendItemName
- ICU 3.8
- Global udatpg_setDateTimeFormat
- ICU 3.8
- Global udatpg_setDecimal
- ICU 3.8
- Global UDATPG_WEEK_OF_MONTH_FIELD
- ICU 3.8
- Global UDATPG_WEEK_OF_YEAR_FIELD
- ICU 3.8
- Global UDATPG_WEEKDAY_FIELD
- ICU 3.8
- Global UDATPG_WIDE
- ICU 61
- Global UDATPG_YEAR_FIELD
- ICU 3.8
- Global UDATPG_ZONE_FIELD
- ICU 3.8
- Global UDecompositionType
- ICU 2.2
- Global UDialectHandling
- ICU 4.4
- Global UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE
- ICU 51
- Global UDISPCTX_CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE
- ICU 51
- Global UDISPCTX_CAPITALIZATION_FOR_STANDALONE
- ICU 51
- Global UDISPCTX_CAPITALIZATION_FOR_UI_LIST_OR_MENU
- ICU 51
- Global UDISPCTX_CAPITALIZATION_NONE
- ICU 51
- Global UDISPCTX_DIALECT_NAMES
- ICU 51
- Global UDISPCTX_LENGTH_FULL
- ICU 54
- Global UDISPCTX_LENGTH_SHORT
- ICU 54
- Global UDISPCTX_NO_SUBSTITUTE
- ICU 58
- Global UDISPCTX_STANDARD_NAMES
- ICU 51
- Global UDISPCTX_SUBSTITUTE
- ICU 58
- Global UDISPCTX_TYPE_CAPITALIZATION
- ICU 51
- Global UDISPCTX_TYPE_DIALECT_HANDLING
- ICU 51
- Global UDISPCTX_TYPE_DISPLAY_LENGTH
- ICU 54
- Global UDISPCTX_TYPE_SUBSTITUTE_HANDLING
- ICU 58
- Global UDisplayContext
ICU 51
ICU 51
- Global UDisplayContextType
ICU 51
ICU 51
- Global udtitvfmt_close
- ICU 4.8
- Global udtitvfmt_format
- ICU 4.8
- Global udtitvfmt_open
- ICU 4.8
- Global UDTS_DB2_TIME
- ICU 3.2
- Global UDTS_DOTNET_DATE_TIME
- ICU 3.2
- Global UDTS_EXCEL_TIME
- ICU 3.2
- Global UDTS_ICU4C_TIME
- ICU 3.2
- Global UDTS_JAVA_TIME
- ICU 3.2
- Global UDTS_MAC_OLD_TIME
- ICU 3.2
- Global UDTS_MAC_TIME
- ICU 3.2
- Global UDTS_UNIX_MICROSECONDS_TIME
- ICU 3.8
- Global UDTS_UNIX_TIME
- ICU 3.2
- Global UDTS_WINDOWS_FILE_TIME
- ICU 3.2
- Global UEastAsianWidth
- ICU 2.2
- Global uenum_close
- ICU 2.2
- Global uenum_count
- ICU 2.2
- Global uenum_next
- ICU 2.2
- Global uenum_openCharStringsEnumeration
- ICU 50
- Global uenum_openFromStringEnumeration
- ICU 4.2
- Global uenum_openUCharStringsEnumeration
- ICU 50
- Global uenum_reset
- ICU 2.2
- Global uenum_unext
- ICU 2.2
- Global UEnumCharNamesFn
- ICU 1.7
- Global UEnumeration
- ICU 2.2
- Global UErrorCode
- ICU 2.0
- Global ufieldpositer_close
- ICU 55
- Global ufieldpositer_next
- ICU 55
- Global ufieldpositer_open
- ICU 55
- Class UFieldPosition
- ICU 2.0
- Global UFieldPosition::beginIndex
- ICU 2.0
- Global UFieldPosition::endIndex
- ICU 2.0
- Global UFieldPosition::field
- ICU 2.0
- Global UFieldPositionIterator
- ICU 55
- Global UFILE
- 3.0
- Global UFileDirection
- ICU 3.0
- Global ufmt_close
- ICU 52
- Global ufmt_getArrayItemByIndex
- ICU 52
- Global ufmt_getArrayLength
- ICU 52
- Global ufmt_getDate
- ICU 52
- Global ufmt_getDecNumChars
- ICU 52
- Global ufmt_getDouble
- ICU 52
- Global ufmt_getInt64
- ICU 52
- Global ufmt_getLong
- ICU 52
- Global ufmt_getObject
- ICU 52
- Global ufmt_getType
- ICU 52
- Global ufmt_getUChars
- ICU 52
- Global ufmt_isNumeric
- ICU 52
- Global ufmt_open
- ICU 52
- Global UFormattable
- ICU 52
- Global UFormattableType
- ICU 52
- Global UFormattedNumber
- ICU 62
- Global UGender
ICU 50
ICU 50
- Global UGENDER_FEMALE
- ICU 50
- Global ugender_getInstance
- ICU 50
- Global ugender_getListGender
- ICU 50
- Global UGENDER_MALE
- ICU 50
- Global UGENDER_OTHER
- ICU 50
- Global UGenderInfo
- ICU 50
- Global UGraphemeClusterBreak
- ICU 3.4
- Global UHangulSyllableType
- ICU 2.6
- Global UIDNA
- ICU 4.6
- Global UIDNA_CHECK_BIDI
- ICU 4.6
- Global UIDNA_CHECK_CONTEXTJ
- ICU 4.6
- Global UIDNA_CHECK_CONTEXTO
- ICU 49
- Global uidna_close
- ICU 4.6
- Global UIDNA_DEFAULT
- ICU 2.6
- Global UIDNA_ERROR_BIDI
- ICU 4.6
- Global UIDNA_ERROR_CONTEXTJ
- ICU 4.6
- Global UIDNA_ERROR_CONTEXTO_DIGITS
- ICU 49
- Global UIDNA_ERROR_CONTEXTO_PUNCTUATION
- ICU 49
- Global UIDNA_ERROR_DISALLOWED
- ICU 4.6
- Global UIDNA_ERROR_DOMAIN_NAME_TOO_LONG
- ICU 4.6
- Global UIDNA_ERROR_EMPTY_LABEL
- ICU 4.6
- Global UIDNA_ERROR_HYPHEN_3_4
- ICU 4.6
- Global UIDNA_ERROR_INVALID_ACE_LABEL
- ICU 4.6
- Global UIDNA_ERROR_LABEL_HAS_DOT
- ICU 4.6
- Global UIDNA_ERROR_LABEL_TOO_LONG
- ICU 4.6
- Global UIDNA_ERROR_LEADING_COMBINING_MARK
- ICU 4.6
- Global UIDNA_ERROR_LEADING_HYPHEN
- ICU 4.6
- Global UIDNA_ERROR_PUNYCODE
- ICU 4.6
- Global UIDNA_ERROR_TRAILING_HYPHEN
- ICU 4.6
- Global UIDNA_INFO_INITIALIZER
- ICU 4.6
- Global uidna_labelToASCII
- ICU 4.6
- Global uidna_labelToASCII_UTF8
- ICU 4.6
- Global uidna_labelToUnicode
- ICU 4.6
- Global uidna_labelToUnicodeUTF8
- ICU 4.6
- Global uidna_nameToASCII
- ICU 4.6
- Global uidna_nameToASCII_UTF8
- ICU 4.6
- Global uidna_nameToUnicode
- ICU 4.6
- Global uidna_nameToUnicodeUTF8
- ICU 4.6
- Global UIDNA_NONTRANSITIONAL_TO_ASCII
- ICU 4.6
- Global UIDNA_NONTRANSITIONAL_TO_UNICODE
- ICU 4.6
- Global uidna_openUTS46
- ICU 4.6
- Global UIDNA_USE_STD3_RULES
- ICU 2.6
- Class UIDNAInfo
- ICU 4.6
- Global UIDNAInfo::errors
- ICU 4.6
- Global UIDNAInfo::isTransitionalDifferent
- ICU 4.6
- Global UIDNAInfo::size
- ICU 4.6
- Global UIndicPositionalCategory
- ICU 63
- Global UIndicSyllabicCategory
- ICU 63
- Global UINT16_MAX
- ICU 2.0
- Global UINT32_MAX
- ICU 2.0
- Global UINT64_C
- ICU 2.8
- Global UINT8_MAX
- ICU 2.0
- Global uiter_current32
- ICU 2.1
- Global uiter_getState
- ICU 2.6
- Global uiter_next32
- ICU 2.1
- Global UITER_NO_STATE
- ICU 2.6
- Global uiter_previous32
- ICU 2.1
- Global uiter_setCharacterIterator
- ICU 2.1
- Global uiter_setReplaceable
- ICU 2.1
- Global uiter_setState
- ICU 2.6
- Global uiter_setString
- ICU 2.1
- Global uiter_setUTF16BE
- ICU 2.6
- Global uiter_setUTF8
- ICU 2.6
- Global UITER_UNKNOWN_INDEX
- ICU 2.6
- Global UJoiningGroup
- ICU 2.2
- Global UJoiningType
- ICU 2.2
- Global ULayoutType
- ICU 4.0
- Global uldn_close
- ICU 4.4
- Global ULDN_DIALECT_NAMES
- ICU 4.4
- Global uldn_getContext
- ICU 51
- Global uldn_getDialectHandling
- ICU 4.4
- Global uldn_getLocale
- ICU 4.4
- Global uldn_keyDisplayName
- ICU 4.4
- Global uldn_keyValueDisplayName
- ICU 4.4
- Global uldn_languageDisplayName
- ICU 4.4
- Global uldn_localeDisplayName
- ICU 4.4
- Global uldn_open
- ICU 4.4
- Global uldn_openForContext
- ICU 51
- Global uldn_regionDisplayName
- ICU 4.4
- Global uldn_scriptCodeDisplayName
- ICU 4.4
- Global uldn_scriptDisplayName
- ICU 4.4
- Global ULDN_STANDARD_NAMES
- ICU 4.4
- Global uldn_variantDisplayName
- ICU 4.4
- Global ULineBreak
- ICU 2.2
- Global ULineBreakTag
- ICU 2.8
- Global ulistfmt_close
- ICU 55
- Global ulistfmt_format
- ICU 55
- Global ulistfmt_open
- ICU 55
- Global UListFormatter
- ICU 55
- Global uloc_acceptLanguage
- ICU 3.2
- Global uloc_acceptLanguageFromHTTP
- ICU 3.2
- Global ULOC_ACTUAL_LOCALE
- ICU 2.1
- Global uloc_addLikelySubtags
- ICU 4.0
- Global ULOC_CANADA
- ICU 2.0
- Global ULOC_CANADA_FRENCH
- ICU 2.0
- Global uloc_canonicalize
- ICU 2.8
- Global ULOC_CHINA
- ICU 2.0
- Global ULOC_CHINESE
- ICU 2.0
- Global uloc_countAvailable
- ICU 2.0
- Global ULOC_COUNTRY_CAPACITY
- ICU 2.0
- Global ULOC_ENGLISH
- ICU 2.0
- Global uloc_forLanguageTag
- ICU 4.2
- Global ULOC_FRANCE
- ICU 2.0
- Global ULOC_FRENCH
- ICU 2.0
- Global ULOC_FULLNAME_CAPACITY
- ICU 2.0
- Global ULOC_GERMAN
- ICU 2.0
- Global ULOC_GERMANY
- ICU 2.0
- Global uloc_getAvailable
- ICU 2.0
- Global uloc_getBaseName
- ICU 2.8
- Global uloc_getCharacterOrientation
- ICU 4.0
- Global uloc_getCountry
- ICU 2.0
- Global uloc_getDefault
- ICU 2.0
- Global uloc_getDisplayCountry
- ICU 2.0
- Global uloc_getDisplayKeyword
- ICU 2.8
- Global uloc_getDisplayKeywordValue
- ICU 2.8
- Global uloc_getDisplayLanguage
- ICU 2.0
- Global uloc_getDisplayName
- ICU 2.0
- Global uloc_getDisplayScript
- ICU 2.8
- Global uloc_getDisplayVariant
- ICU 2.0
- Global uloc_getISO3Country
- ICU 2.0
- Global uloc_getISO3Language
- ICU 2.0
- Global uloc_getISOCountries
- ICU 2.0
- Global uloc_getISOLanguages
- ICU 2.0
- Global uloc_getKeywordValue
- ICU 2.8
- Global uloc_getLanguage
- ICU 2.0
- Global uloc_getLCID
- ICU 2.0
- Global uloc_getLineOrientation
- ICU 4.0
- Global uloc_getLocaleForLCID
- ICU 3.8
- Global uloc_getName
- ICU 2.0
- Global uloc_getParent
- ICU 2.0
- Global uloc_getScript
- ICU 2.8
- Global uloc_getVariant
- ICU 2.0
- Global uloc_isRightToLeft
- ICU 54
- Global ULOC_ITALIAN
- ICU 2.0
- Global ULOC_ITALY
- ICU 2.0
- Global ULOC_JAPAN
- ICU 2.0
- Global ULOC_JAPANESE
- ICU 2.0
- Global ULOC_KEYWORD_AND_VALUES_CAPACITY
- ICU 2.8
- Global ULOC_KEYWORD_ASSIGN
- ICU 2.8
- Global ULOC_KEYWORD_ASSIGN_UNICODE
- ICU 4.6
- Global ULOC_KEYWORD_ITEM_SEPARATOR
- ICU 2.8
- Global ULOC_KEYWORD_ITEM_SEPARATOR_UNICODE
- ICU 4.6
- Global ULOC_KEYWORD_SEPARATOR
- ICU 2.8
- Global ULOC_KEYWORD_SEPARATOR_UNICODE
- ICU 4.6
- Global ULOC_KEYWORDS_CAPACITY
- ICU 2.8
- Global ULOC_KOREA
- ICU 2.0
- Global ULOC_KOREAN
- ICU 2.0
- Global ULOC_LANG_CAPACITY
- ICU 2.0
- Global uloc_minimizeSubtags
- ICU 4.0
- Global uloc_openKeywords
- ICU 2.8
- Global ULOC_PRC
- ICU 2.0
- Global ULOC_SCRIPT_CAPACITY
- ICU 2.8
- Global uloc_setDefault
- ICU 2.0
- Global uloc_setKeywordValue
- ICU 3.2
- Global ULOC_SIMPLIFIED_CHINESE
- ICU 2.0
- Global ULOC_TAIWAN
- ICU 2.0
- Global uloc_toLanguageTag
- ICU 4.2
- Global uloc_toLegacyKey
- ICU 54
- Global uloc_toLegacyType
- ICU 54
- Global uloc_toUnicodeLocaleKey
- ICU 54
- Global uloc_toUnicodeLocaleType
- ICU 54
- Global ULOC_TRADITIONAL_CHINESE
- ICU 2.0
- Global ULOC_UK
- ICU 2.0
- Global ULOC_US
- ICU 2.0
- Global ULOC_VALID_LOCALE
- ICU 2.1
- Global ULocaleData
- ICU 3.6
- Global ULocaleDataDelimiterType
- ICU 3.4
- Global ULocaleDataExemplarSetType
- ICU 3.4
- Global ULocaleDisplayNames
- ICU 4.4
- Global ULOCDATA_ALT_QUOTATION_END
- ICU 3.4
- Global ULOCDATA_ALT_QUOTATION_START
- ICU 3.4
- Global ulocdata_close
- ICU 3.4
- Global ULOCDATA_ES_AUXILIARY
- ICU 3.4
- Global ULOCDATA_ES_INDEX
- ICU 4.8
- Global ULOCDATA_ES_PUNCTUATION
- ICU 51
- Global ULOCDATA_ES_STANDARD
- ICU 3.4
- Global ulocdata_getCLDRVersion
- ICU 4.2
- Global ulocdata_getDelimiter
- ICU 3.4
- Global ulocdata_getExemplarSet
- ICU 3.4
- Global ulocdata_getLocaleDisplayPattern
- ICU 4.2
- Global ulocdata_getLocaleSeparator
- ICU 4.2
- Global ulocdata_getMeasurementSystem
- ICU 2.8
- Global ulocdata_getNoSubstitute
- ICU 3.4
- Global ulocdata_getPaperSize
- ICU 2.8
- Global ulocdata_open
- ICU 3.4
- Global ULOCDATA_QUOTATION_END
- ICU 3.4
- Global ULOCDATA_QUOTATION_START
- ICU 3.4
- Global ulocdata_setNoSubstitute
- ICU 3.4
- Global ULocDataLocaleType
- ICU 2.1
- Global UMeasurementSystem
- ICU 2.8
- Global UMemAllocFn
- ICU 2.8
- Global UMemFreeFn
- ICU 2.8
- Global UMemReallocFn
- ICU 2.8
- Global UMessageFormat
- ICU 2.0
- Global UMessagePatternApostropheMode
ICU 4.8
ICU 4.8
- Global UMessagePatternArgType
ICU 4.8
ICU 4.8
- Global UMessagePatternPartType
ICU 4.8
ICU 4.8
- Global UMS_SI
- ICU 2.8
- Global UMS_UK
- ICU 55
- Global UMS_US
- ICU 2.8
- Global umsg_applyPattern
- ICU 2.0
- Global umsg_autoQuoteApostrophe
- ICU 3.4
- Global umsg_clone
- ICU 2.0
- Global umsg_close
- ICU 2.0
- Global umsg_format
- ICU 2.0
- Global umsg_getLocale
- ICU 2.0
- Global umsg_open
- ICU 2.0
- Global umsg_parse
- ICU 2.0
- Global umsg_setLocale
- ICU 2.0
- Global umsg_toPattern
- ICU 2.0
- Global umsg_vformat
- ICU 2.0
- Global umsg_vparse
- ICU 2.0
- Global UMSGPAT_APOS_DOUBLE_OPTIONAL
- ICU 4.8
- Global UMSGPAT_APOS_DOUBLE_REQUIRED
- ICU 4.8
- Global UMSGPAT_ARG_NAME_NOT_NUMBER
- ICU 4.8
- Global UMSGPAT_ARG_NAME_NOT_VALID
- ICU 4.8
- Global UMSGPAT_ARG_TYPE_CHOICE
- ICU 4.8
- Global UMSGPAT_ARG_TYPE_HAS_PLURAL_STYLE
- ICU 50
- Global UMSGPAT_ARG_TYPE_NONE
- ICU 4.8
- Global UMSGPAT_ARG_TYPE_PLURAL
- ICU 4.8
- Global UMSGPAT_ARG_TYPE_SELECT
- ICU 4.8
- Global UMSGPAT_ARG_TYPE_SELECTORDINAL
- ICU 50
- Global UMSGPAT_ARG_TYPE_SIMPLE
- ICU 4.8
- Global UMSGPAT_NO_NUMERIC_VALUE
- ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_DOUBLE
- ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_INT
- ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_LIMIT
- ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_NAME
- ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_NUMBER
- ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_SELECTOR
- ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_START
- ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_STYLE
- ICU 4.8
- Global UMSGPAT_PART_TYPE_ARG_TYPE
- ICU 4.8
- Global UMSGPAT_PART_TYPE_INSERT_CHAR
- ICU 4.8
- Global UMSGPAT_PART_TYPE_MSG_LIMIT
- ICU 4.8
- Global UMSGPAT_PART_TYPE_MSG_START
- ICU 4.8
- Global UMSGPAT_PART_TYPE_REPLACE_NUMBER
- ICU 4.8
- Global UMSGPAT_PART_TYPE_SKIP_SYNTAX
- ICU 4.8
- Global UMutableCPTrie
- ICU 63
- Global umutablecptrie_buildImmutable
- ICU 63
- Global umutablecptrie_clone
- ICU 63
- Global umutablecptrie_close
- ICU 63
- Global umutablecptrie_fromUCPMap
- ICU 63
- Global umutablecptrie_fromUCPTrie
- ICU 63
- Global umutablecptrie_get
- ICU 63
- Global umutablecptrie_getRange
- ICU 63
- Global umutablecptrie_open
- ICU 63
- Global umutablecptrie_set
- ICU 63
- Global umutablecptrie_setRange
- ICU 63
- Global UNESCAPE_CHAR_AT
- ICU 2.0
- Global UNICODE_STRING
- ICU 2.0
- Global UNICODE_STRING_SIMPLE
- ICU 2.0
- Global UNISTR_FROM_CHAR_EXPLICIT
- ICU 49
- Global UNISTR_FROM_STRING_EXPLICIT
- ICU 49
- Global UNISTR_OBJECT_SIZE
- ICU 56
- Global unorm2_append
- ICU 4.4
- Global unorm2_close
- ICU 4.4
- Global UNORM2_COMPOSE
- ICU 4.4
- Global UNORM2_COMPOSE_CONTIGUOUS
- ICU 4.4
- Global unorm2_composePair
- ICU 49
- Global UNORM2_DECOMPOSE
- ICU 4.4
- Global UNORM2_FCD
- ICU 4.4
- Global unorm2_getCombiningClass
- ICU 49
- Global unorm2_getDecomposition
- ICU 4.6
- Global unorm2_getInstance
- ICU 4.4
- Global unorm2_getNFCInstance
- ICU 49
- Global unorm2_getNFDInstance
- ICU 49
- Global unorm2_getNFKCCasefoldInstance
- ICU 49
- Global unorm2_getNFKCInstance
- ICU 49
- Global unorm2_getNFKDInstance
- ICU 49
- Global unorm2_getRawDecomposition
- ICU 49
- Global unorm2_hasBoundaryAfter
- ICU 4.4
- Global unorm2_hasBoundaryBefore
- ICU 4.4
- Global unorm2_isInert
- ICU 4.4
- Global unorm2_isNormalized
- ICU 4.4
- Global unorm2_normalize
- ICU 4.4
- Global unorm2_normalizeSecondAndAppend
- ICU 4.4
- Global unorm2_openFiltered
- ICU 4.4
- Global unorm2_quickCheck
- ICU 4.4
- Global unorm2_spanQuickCheckYes
- ICU 4.4
- Global unorm_compare
- ICU 2.2
- Global UNORM_INPUT_IS_FCD
- ICU 2.2
- Global UNORM_MAYBE
- ICU 2.0
- Global UNORM_NO
- ICU 2.0
- Global UNORM_YES
- ICU 2.0
- Global UNormalization2Mode
- ICU 4.4
- Global UNormalizationCheckResult
- ICU 2.0
- Global UNormalizer2
- ICU 4.4
- Global unum_applyPattern
- ICU 2.0
- Global UNUM_CASH_CURRENCY
- ICU 54
- Global unum_clone
- ICU 2.0
- Global unum_close
- ICU 2.0
- Global unum_countAvailable
- ICU 2.0
- Global UNUM_CURRENCY
- ICU 2.0
- Global UNUM_CURRENCY_ACCOUNTING
- ICU 53
- Global UNUM_CURRENCY_FIELD
- ICU 49
- Global UNUM_CURRENCY_INSERT
- ICU 4.8
- Global UNUM_CURRENCY_ISO
- ICU 4.8
- Global UNUM_CURRENCY_MATCH
- ICU 4.8
- Global UNUM_CURRENCY_PLURAL
- ICU 4.8
- Global UNUM_CURRENCY_STANDARD
- ICU 56
- Global UNUM_CURRENCY_SURROUNDING_MATCH
- ICU 4.8
- Global UNUM_CURRENCY_USAGE
- ICU 54
- Global UNUM_DECIMAL
- ICU 2.0
- Global UNUM_DECIMAL_COMPACT_LONG
- ICU 56
- Global UNUM_DECIMAL_COMPACT_SHORT
- ICU 56
- Global UNUM_DECIMAL_SEPARATOR_ALWAYS
- ICU 60
- Global UNUM_DECIMAL_SEPARATOR_AUTO
- ICU 60
- Global UNUM_DECIMAL_SEPARATOR_FIELD
- ICU 49
- Global UNUM_DEFAULT
- ICU 2.0
- Global UNUM_DEFAULT_RULESET
- ICU 3.0
- Global UNUM_DURATION
- ICU 3.0
- Global UNUM_EIGHT_DIGIT_SYMBOL
- ICU 4.6
- Global UNUM_EXPONENT_FIELD
- ICU 49
- Global UNUM_EXPONENT_MULTIPLICATION_SYMBOL
- ICU 54
- Global UNUM_EXPONENT_SIGN_FIELD
- ICU 49
- Global UNUM_EXPONENT_SYMBOL_FIELD
- ICU 49
- Global UNUM_FIVE_DIGIT_SYMBOL
- ICU 4.6
- Global unum_format
- ICU 2.0
- Global UNUM_FORMAT_FAIL_IF_MORE_THAN_MAX_DIGITS
- ICU 50
- Global unum_formatDecimal
- ICU 4.4
- Global unum_formatDouble
- ICU 2.0
- Global unum_formatDoubleCurrency
- ICU 3.0
- Global unum_formatDoubleForFields
- ICU 59
- Global unum_formatInt64
- ICU 2.0
- Global unum_formatUFormattable
- ICU 52
- Global UNUM_FOUR_DIGIT_SYMBOL
- ICU 4.6
- Global UNUM_FRACTION_FIELD
- ICU 49
- Global unum_getAttribute
- ICU 2.0
- Global unum_getAvailable
- ICU 2.0
- Global unum_getContext
- ICU 53
- Global unum_getDoubleAttribute
- ICU 2.0
- Global unum_getLocaleByType
- ICU 2.8
- Global unum_getSymbol
- ICU 2.0
- Global unum_getTextAttribute
- ICU 2.0
- Global UNUM_GROUPING_AUTO
- ICU 61
- Global UNUM_GROUPING_MIN2
- ICU 61
- Global UNUM_GROUPING_OFF
- ICU 61
- Global UNUM_GROUPING_ON_ALIGNED
- ICU 61
- Global UNUM_GROUPING_SEPARATOR_FIELD
- ICU 49
- Global UNUM_GROUPING_THOUSANDS
- ICU 61
- Global UNUM_IGNORE
- ICU 3.0
- Global UNUM_INTEGER_FIELD
- ICU 49
- Global UNUM_LENIENT_PARSE
- ICU 3.0
- Global UNUM_LONG
ICU 51
ICU 51
- Global UNUM_MAX_SIGNIFICANT_DIGITS
- ICU 3.0
- Global UNUM_MIN_SIGNIFICANT_DIGITS
- ICU 3.0
- Global UNUM_MONETARY_GROUPING_SEPARATOR_SYMBOL
- ICU 3.6
- Global UNUM_NINE_DIGIT_SYMBOL
- ICU 4.6
- Global UNUM_NUMBERING_SYSTEM
- ICU 4.2
- Global UNUM_ONE_DIGIT_SYMBOL
- ICU 4.6
- Global unum_open
- ICU 2.0
- Global UNUM_ORDINAL
- ICU 3.0
- Global unum_parse
- ICU 2.0
- Global UNUM_PARSE_DECIMAL_MARK_REQUIRED
- ICU 54
- Global UNUM_PARSE_NO_EXPONENT
- ICU 50
- Global unum_parseDecimal
- ICU 4.4
- Global unum_parseDouble
- ICU 2.0
- Global unum_parseDoubleCurrency
- ICU 3.0
- Global unum_parseInt64
- ICU 2.8
- Global unum_parseToUFormattable
- ICU 52
- Global UNUM_PATTERN_DECIMAL
- ICU 3.0
- Global UNUM_PATTERN_RULEBASED
- ICU 3.0
- Global UNUM_PERCENT
- ICU 2.0
- Global UNUM_PERCENT_FIELD
- ICU 49
- Global UNUM_PERMILL_FIELD
- ICU 49
- Global UNUM_PUBLIC_RULESETS
- ICU 3.0
- Global UNUM_ROUND_HALFEVEN
- , ICU 3.8
- Global UNUM_ROUND_UNNECESSARY
- ICU 4.8
- Global UNUM_SCALE
- ICU 51
- Global UNUM_SCIENTIFIC
- ICU 2.1
- Global unum_setAttribute
- ICU 2.0
- Global unum_setContext
- ICU 53
- Global unum_setDoubleAttribute
- ICU 2.0
- Global unum_setSymbol
- ICU 2.0
- Global unum_setTextAttribute
- ICU 2.0
- Global UNUM_SEVEN_DIGIT_SYMBOL
- ICU 4.6
- Global UNUM_SHORT
- ICU 51
- Global UNUM_SIGN_ACCOUNTING
- ICU 60
- Global UNUM_SIGN_ACCOUNTING_ALWAYS
- ICU 60
- Global UNUM_SIGN_ACCOUNTING_EXCEPT_ZERO
- ICU 61
- Global UNUM_SIGN_ALWAYS
- ICU 60
- Global UNUM_SIGN_AUTO
- ICU 60
- Global UNUM_SIGN_EXCEPT_ZERO
- ICU 61
- Global UNUM_SIGN_FIELD
- ICU 49
- Global UNUM_SIGN_NEVER
- ICU 60
- Global UNUM_SIGNIFICANT_DIGIT_SYMBOL
- ICU 3.0
- Global UNUM_SIGNIFICANT_DIGITS_USED
- ICU 3.0
- Global UNUM_SIX_DIGIT_SYMBOL
- ICU 4.6
- Global UNUM_SPELLOUT
- ICU 2.0
- Global UNUM_THREE_DIGIT_SYMBOL
- ICU 4.6
- Global unum_toPattern
- ICU 2.0
- Global UNUM_TWO_DIGIT_SYMBOL
- ICU 4.6
- Global UNUM_UNIT_WIDTH_FULL_NAME
- ICU 60
- Global UNUM_UNIT_WIDTH_HIDDEN
- ICU 60
- Global UNUM_UNIT_WIDTH_ISO_CODE
- ICU 60
- Global UNUM_UNIT_WIDTH_NARROW
- ICU 60
- Global UNUM_UNIT_WIDTH_SHORT
- ICU 60
- Global UNumberCompactStyle
- ICU 51
- Global UNumberDecimalSeparatorDisplay
- ICU 60
- Global UNumberFormat
- ICU 2.0
- Global UNumberFormatAttribute
- ICU 2.0
- Global UNumberFormatFields
- ICU 49
- Global UNumberFormatPadPosition
- ICU 2.0
- Global UNumberFormatRoundingMode
- ICU 2.0
- Global UNumberFormatStyle
- ICU 2.0
- Global UNumberFormatSymbol
- ICU 2.0
- Global UNumberFormatter
- ICU 62
- Global UNumberFormatTextAttribute
- ICU 2.0
- Global UNumberGroupingStrategy
- ICU 63
- Global UNumberingSystem
- ICU 52
- Global UNumberSignDisplay
- ICU 60
- Global UNumberUnitWidth
- ICU 60
- Global UNumericType
- ICU 2.2
- Global unumf_close
- ICU 62
- Global unumf_closeResult
- ICU 62
- Global unumf_formatDecimal
- ICU 62
- Global unumf_formatDouble
- ICU 62
- Global unumf_formatInt
- ICU 62
- Global unumf_openForSkeletonAndLocale
- ICU 62
- Global unumf_openResult
- ICU 62
- Global unumf_resultGetAllFieldPositions
- ICU 62
- Global unumf_resultNextFieldPosition
- ICU 62
- Global unumf_resultToString
- ICU 62
- Global unumsys_close
- ICU 52
- Global unumsys_getDescription
- ICU 52
- Global unumsys_getName
- ICU 52
- Global unumsys_getRadix
- ICU 52
- Global unumsys_isAlgorithmic
- ICU 52
- Global unumsys_open
- ICU 52
- Global unumsys_openAvailableNames
- ICU 52
- Global unumsys_openByName
- ICU 52
- Class UParseError
- ICU 2.0
- Global UParseError::line
- ICU 2.0
- Global UParseError::offset
- ICU 2.0
- Global UParseError::postContext [U_PARSE_CONTEXT_LEN]
- ICU 2.0
- Global UParseError::preContext [U_PARSE_CONTEXT_LEN]
- ICU 2.0
- Global uplrules_close
- ICU 4.8
- Global uplrules_getKeywords
- ICU 59
- Global uplrules_open
- ICU 4.8
- Global uplrules_openForType
- ICU 50
- Global uplrules_select
- ICU 4.8
- Global UPLURAL_TYPE_CARDINAL
- ICU 50
- Global UPLURAL_TYPE_ORDINAL
- ICU 50
- Global UPluralRules
- ICU 4.8
- Global UPluralType
ICU 50
ICU 50
- Global UProperty
- ICU 2.1
- Global UPropertyNameChoice
- ICU 2.4
- Global uregex_appendReplacement
ICU 3.0
- Global uregex_appendReplacementUText
- ICU 4.6
- Global uregex_appendTail
- ICU 3.0
- Global uregex_appendTailUText
- ICU 4.6
- Global UREGEX_CASE_INSENSITIVE
- ICU 2.4
- Global uregex_clone
- ICU 3.0
- Global uregex_close
- ICU 3.0
- Global UREGEX_COMMENTS
- ICU 2.4
- Global UREGEX_DOTALL
- ICU 2.4
- Global uregex_end
- ICU 3.0
- Global uregex_end64
- ICU 4.6
- Global UREGEX_ERROR_ON_UNKNOWN_ESCAPES
- ICU 4.0
- Global uregex_find
- ICU 3.0
- Global uregex_find64
- ICU 4.6
- Global uregex_findNext
- ICU 3.0
- Global uregex_flags
- ICU 3.0
- Global uregex_getFindProgressCallback
- ICU 4.6
- Global uregex_getMatchCallback
- ICU 4.0
- Global uregex_getStackLimit
- ICU 4.0
- Global uregex_getText
- ICU 3.0
- Global uregex_getTimeLimit
- ICU 4.0
- Global uregex_getUText
- ICU 4.6
- Global uregex_group
- ICU 3.0
- Global uregex_groupCount
- ICU 3.0
- Global uregex_groupNumberFromCName
- ICU 55
- Global uregex_groupNumberFromName
- ICU 55
- Global uregex_groupUText
- ICU 4.6
- Global uregex_hasAnchoringBounds
- ICU 4.0
- Global uregex_hasTransparentBounds
- ICU 4.0
- Global uregex_hitEnd
- ICU 4.0
- Global UREGEX_LITERAL
- ICU 4.0
- Global uregex_lookingAt
- ICU 3.0
- Global uregex_lookingAt64
- ICU 4.6
- Global uregex_matches
- ICU 3.0
- Global uregex_matches64
- ICU 4.6
- Global UREGEX_MULTILINE
- ICU 2.4
- Global uregex_open
ICU 3.0
- Global uregex_openC
- ICU 3.0
- Global uregex_openUText
- ICU 4.6
- Global uregex_pattern
- ICU 3.0
- Global uregex_patternUText
- ICU 4.6
- Global uregex_refreshUText
- ICU 4.8
- Global uregex_regionEnd
- ICU 4.0
- Global uregex_regionEnd64
- ICU 4.6
- Global uregex_regionStart
- ICU 4.0
- Global uregex_regionStart64
- ICU 4.6
- Global uregex_replaceAll
- ICU 3.0
- Global uregex_replaceAllUText
- ICU 4.6
- Global uregex_replaceFirst
- ICU 3.0
- Global uregex_replaceFirstUText
- ICU 4.6
- Global uregex_requireEnd
- ICU 4.0
- Global uregex_reset
- ICU 3.0
- Global uregex_reset64
- ICU 4.6
- Global uregex_setFindProgressCallback
- ICU 4.6
- Global uregex_setMatchCallback
- ICU 4.0
- Global uregex_setRegion
- ICU 4.0
- Global uregex_setRegion64
- ICU 4.6
- Global uregex_setRegionAndStart
- ICU 4.6
- Global uregex_setStackLimit
- ICU 4.0
- Global uregex_setText
- ICU 3.0
- Global uregex_setTimeLimit
- ICU 4.0
- Global uregex_setUText
- ICU 4.6
- Global uregex_split
- ICU 3.0
- Global uregex_splitUText
- ICU 4.6
- Global uregex_start
- ICU 3.0
- Global uregex_start64
- ICU 4.6
- Global UREGEX_UNIX_LINES
- ICU 4.0
- Global uregex_useAnchoringBounds
- ICU 4.0
- Global uregex_useTransparentBounds
- ICU 4.0
- Global UREGEX_UWORD
- ICU 2.8
- Global URegexFindProgressCallback
- ICU 4.6
- Global URegexMatchCallback
- ICU 4.0
- Global URegexpFlag
- ICU 2.4
- Global URegion
- ICU 52
- Global uregion_areEqual
- ICU 52
- Global uregion_contains
- ICU 52
- Global uregion_getAvailable
- ICU 52
- Global uregion_getContainedRegions
- ICU 52
- Global uregion_getContainedRegionsOfType
- ICU 52
- Global uregion_getContainingRegion
- ICU 52
- Global uregion_getContainingRegionOfType
- ICU 52
- Global uregion_getNumericCode
- ICU 52
- Global uregion_getPreferredValues
- ICU 52
- Global uregion_getRegionCode
- ICU 52
- Global uregion_getRegionFromCode
- ICU 52
- Global uregion_getRegionFromNumericCode
- ICU 52
- Global uregion_getType
- ICU 52
- Global URegionType
- ICU 51
- Global URegistryKey
- ICU 2.6
- Global URegularExpression
- ICU 3.0
- Global URelativeDateTimeFormatter
- ICU 57
- Global URelativeDateTimeUnit
- ICU 57
- File ureldatefmt.h
- ICU 57
- Global ureldatefmt_close
- ICU 57
- Global ureldatefmt_combineDateAndTime
- ICU 57
- Global ureldatefmt_format
- ICU 57
- Global ureldatefmt_formatNumeric
- ICU 57
- Global ureldatefmt_open
- ICU 57
- Global UReplaceable
- ICU 2.0
- Class UReplaceableCallbacks
- ICU 2.0
- Global UReplaceableCallbacks::char32At )(const UReplaceable *rep, int32_t offset)
- ICU 2.0
- Global UReplaceableCallbacks::charAt )(const UReplaceable *rep, int32_t offset)
- ICU 2.0
- Global UReplaceableCallbacks::copy )(UReplaceable *rep, int32_t start, int32_t limit, int32_t dest)
- ICU 2.0
- Global UReplaceableCallbacks::extract )(UReplaceable *rep, int32_t start, int32_t limit, UChar *dst)
- ICU 2.1
- Global UReplaceableCallbacks::length )(const UReplaceable *rep)
- ICU 2.0
- Global UReplaceableCallbacks::replace )(UReplaceable *rep, int32_t start, int32_t limit, const UChar *text, int32_t textLength)
- ICU 2.0
- Global URES_ALIAS
- ICU 2.6
- Global URES_ARRAY
- ICU 2.6
- Global URES_BINARY
- ICU 2.6
- Global ures_close
- ICU 2.0
- Global ures_getBinary
- ICU 2.0
- Global ures_getByIndex
- ICU 2.0
- Global ures_getByKey
- ICU 2.0
- Global ures_getInt
- ICU 2.0
- Global ures_getIntVector
- ICU 2.0
- Global ures_getKey
- ICU 2.0
- Global ures_getLocaleByType
- ICU 2.8
- Global ures_getNextResource
- ICU 2.0
- Global ures_getNextString
- ICU 2.0
- Global ures_getSize
- ICU 2.0
- Global ures_getString
- ICU 2.0
- Global ures_getStringByIndex
- ICU 2.0
- Global ures_getStringByKey
- ICU 2.0
- Global ures_getType
- ICU 2.0
- Global ures_getUInt
- ICU 2.0
- Global ures_getUTF8String
- ICU 3.6
- Global ures_getUTF8StringByIndex
- ICU 3.6
- Global ures_getUTF8StringByKey
- ICU 3.6
- Global ures_getVersion
- ICU 2.0
- Global ures_hasNext
- ICU 2.0
- Global URES_INT
- ICU 2.6
- Global URES_INT_VECTOR
- ICU 2.6
- Global URES_NONE
- ICU 2.6
- Global ures_open
- ICU 2.0
- Global ures_openAvailableLocales
- ICU 3.2
- Global ures_openDirect
- ICU 2.0
- Global ures_openU
- ICU 2.0
- Global ures_resetIterator
- ICU 2.0
- Global URES_STRING
- ICU 2.6
- Global URES_TABLE
- ICU 2.6
- Global UResourceBundle
- ICU 2.0
- Global URestrictionLevel
ICU 51
- Global UResType
- ICU 2.0
- Global URGN_CONTINENT
- ICU 51
- Global URGN_DEPRECATED
- ICU 51
- Global URGN_GROUPING
- ICU 51
- Global URGN_SUBCONTINENT
- ICU 51
- Global URGN_TERRITORY
- ICU 51
- Global URGN_UNKNOWN
- ICU 51
- Global URGN_WORLD
- ICU 51
- Global US_INV
- ICU 3.2
- Global USCRIPT_ADLAM
- ICU 58
- Global USCRIPT_AFAKA
- ICU 4.8
- Global USCRIPT_AHOM
- ICU 54
- Global USCRIPT_ANATOLIAN_HIEROGLYPHS
- ICU 49
- Global USCRIPT_ARABIC
- ICU 2.2
- Global USCRIPT_ARMENIAN
- ICU 2.2
- Global USCRIPT_AVESTAN
- ICU 4.0
- Global USCRIPT_BALINESE
- ICU 3.6
- Global USCRIPT_BAMUM
- ICU 4.4
- Global USCRIPT_BASSA_VAH
- ICU 4.6
- Global USCRIPT_BATAK
- ICU 3.6
- Global USCRIPT_BENGALI
- ICU 2.2
- Global USCRIPT_BHAIKSUKI
- ICU 58
- Global USCRIPT_BLISSYMBOLS
- ICU 3.6
- Global USCRIPT_BOOK_PAHLAVI
- ICU 4.0
- Global USCRIPT_BOPOMOFO
- ICU 2.2
- Global USCRIPT_BRAHMI
- ICU 3.6
- Global USCRIPT_BRAILLE
- ICU 2.6
- Global uscript_breaksBetweenLetters
- ICU 51
- Global USCRIPT_BUGINESE
- ICU 3.4
- Global USCRIPT_BUHID
- ICU 2.2
- Global USCRIPT_CANADIAN_ABORIGINAL
- ICU 2.6
- Global USCRIPT_CARIAN
- ICU 3.8
- Global USCRIPT_CAUCASIAN_ALBANIAN
- ICU 52
- Global USCRIPT_CHAKMA
- ICU 4.0
- Global USCRIPT_CHAM
- ICU 3.6
- Global USCRIPT_CHEROKEE
- ICU 2.2
- Global USCRIPT_CIRTH
- ICU 3.6
- Global USCRIPT_COMMON
- ICU 2.2
- Global USCRIPT_COPTIC
- ICU 2.2
- Global USCRIPT_CUNEIFORM
- ICU 3.6
- Global USCRIPT_CYPRIOT
- ICU 2.6
- Global USCRIPT_CYRILLIC
- ICU 2.2
- Global USCRIPT_DEMOTIC_EGYPTIAN
- ICU 3.6
- Global USCRIPT_DESERET
- ICU 2.2
- Global USCRIPT_DEVANAGARI
- ICU 2.2
- Global USCRIPT_DOGRA
- ICU 62
- Global USCRIPT_DUPLOYAN
- ICU 54
- Global USCRIPT_EASTERN_SYRIAC
- ICU 3.6
- Global USCRIPT_EGYPTIAN_HIEROGLYPHS
- ICU 3.6
- Global USCRIPT_ELBASAN
- ICU 4.6
- Global USCRIPT_ELYMAIC
- ICU 64
- Global USCRIPT_ESTRANGELO_SYRIAC
- ICU 3.6
- Global USCRIPT_ETHIOPIC
- ICU 2.2
- Global USCRIPT_GEORGIAN
- ICU 2.2
- Global uscript_getCode
- ICU 2.4
- Global uscript_getName
- ICU 2.4
- Global uscript_getSampleString
- ICU 51
- Global uscript_getSampleUnicodeString
- ICU 51
- Global uscript_getScript
- ICU 2.4
- Global uscript_getScriptExtensions
- ICU 49
- Global uscript_getShortName
- ICU 2.4
- Global uscript_getUsage
- ICU 51
- Global USCRIPT_GLAGOLITIC
- ICU 3.4
- Global USCRIPT_GOTHIC
- ICU 2.2
- Global USCRIPT_GRANTHA
- ICU 4.6
- Global USCRIPT_GREEK
- ICU 2.2
- Global USCRIPT_GUJARATI
- ICU 2.2
- Global USCRIPT_GUNJALA_GONDI
- ICU 62
- Global USCRIPT_GURMUKHI
- ICU 2.2
- Global USCRIPT_HAN
- ICU 2.2
- Global USCRIPT_HAN_WITH_BOPOMOFO
- ICU 58
- Global USCRIPT_HANGUL
- ICU 2.2
- Global USCRIPT_HANIFI_ROHINGYA
- ICU 62
- Global USCRIPT_HANUNOO
- ICU 2.2
- Global USCRIPT_HARAPPAN_INDUS
- ICU 3.6
- Global uscript_hasScript
- ICU 49
- Global USCRIPT_HATRAN
- ICU 54
- Global USCRIPT_HEBREW
- ICU 2.2
- Global USCRIPT_HIERATIC_EGYPTIAN
- ICU 3.6
- Global USCRIPT_HIRAGANA
- ICU 2.2
- Global USCRIPT_IMPERIAL_ARAMAIC
- ICU 4.0
- Global USCRIPT_INHERITED
- ICU 2.2
- Global USCRIPT_INSCRIPTIONAL_PAHLAVI
- ICU 4.0
- Global USCRIPT_INSCRIPTIONAL_PARTHIAN
- ICU 4.0
- Global USCRIPT_INVALID_CODE
- ICU 2.2
- Global uscript_isCased
- ICU 51
- Global uscript_isRightToLeft
- ICU 51
- Global USCRIPT_JAMO
- ICU 58
- Global USCRIPT_JAPANESE
- ICU 3.8
- Global USCRIPT_JAVANESE
- ICU 3.6
- Global USCRIPT_JURCHEN
- ICU 4.8
- Global USCRIPT_KAITHI
- ICU 4.0
- Global USCRIPT_KANNADA
- ICU 2.2
- Global USCRIPT_KATAKANA
- ICU 2.2
- Global USCRIPT_KATAKANA_OR_HIRAGANA
- ICU 3.0
- Global USCRIPT_KAYAH_LI
- ICU 3.6
- Global USCRIPT_KHAROSHTHI
- ICU 3.4
- Global USCRIPT_KHMER
- ICU 2.2
- Global USCRIPT_KHOJKI
- ICU 49
- Global USCRIPT_KHUDAWADI
- ICU 54
- Global USCRIPT_KHUTSURI
- ICU 3.6
- Global USCRIPT_KOREAN
- ICU 4.0
- Global USCRIPT_KPELLE
- ICU 4.6
- Global USCRIPT_LANNA
- ICU 3.8
- Global USCRIPT_LAO
- ICU 2.2
- Global USCRIPT_LATIN
- ICU 2.2
- Global USCRIPT_LATIN_FRAKTUR
- ICU 3.6
- Global USCRIPT_LATIN_GAELIC
- ICU 3.6
- Global USCRIPT_LEPCHA
- ICU 3.6
- Global USCRIPT_LIMBU
- ICU 2.6
- Global USCRIPT_LINEAR_A
- ICU 3.6
- Global USCRIPT_LINEAR_B
- ICU 2.6
- Global USCRIPT_LISU
- ICU 4.4
- Global USCRIPT_LOMA
- ICU 4.6
- Global USCRIPT_LYCIAN
- ICU 3.8
- Global USCRIPT_LYDIAN
- ICU 3.8
- Global USCRIPT_MAHAJANI
- ICU 52
- Global USCRIPT_MAKASAR
- ICU 62
- Global USCRIPT_MALAYALAM
- ICU 2.2
- Global USCRIPT_MANDAEAN
- ICU 3.6
- Global USCRIPT_MANDAIC
- ICU 4.6
- Global USCRIPT_MANICHAEAN
- ICU 4.0
- Global USCRIPT_MARCHEN
- ICU 58
- Global USCRIPT_MASARAM_GONDI
- ICU 60
- Global USCRIPT_MATHEMATICAL_NOTATION
- ICU 4.0
- Global USCRIPT_MAYAN_HIEROGLYPHS
- ICU 3.6
- Global USCRIPT_MEDEFAIDRIN
- ICU 62
- Global USCRIPT_MEITEI_MAYEK
- ICU 3.8
- Global USCRIPT_MENDE
- ICU 4.6
- Global USCRIPT_MEROITIC
- ICU 3.6
- Global USCRIPT_MEROITIC_CURSIVE
- ICU 4.6
- Global USCRIPT_MEROITIC_HIEROGLYPHS
- ICU 4.6
- Global USCRIPT_MIAO
- ICU 52
- Global USCRIPT_MODI
- ICU 54
- Global USCRIPT_MONGOLIAN
- ICU 2.2
- Global USCRIPT_MOON
- ICU 3.8
- Global USCRIPT_MRO
- ICU 4.8
- Global USCRIPT_MULTANI
- ICU 54
- Global USCRIPT_MYANMAR
- ICU 2.2
- Global USCRIPT_NABATAEAN
- ICU 4.6
- Global USCRIPT_NAKHI_GEBA
- ICU 4.4
- Global USCRIPT_NANDINAGARI
- ICU 64
- Global USCRIPT_NEW_TAI_LUE
- ICU 3.4
- Global USCRIPT_NEWA
- ICU 58
- Global USCRIPT_NKO
- ICU 3.6
- Global USCRIPT_NUSHU
- ICU 4.8
- Global USCRIPT_NYIAKENG_PUACHUE_HMONG
- ICU 64
- Global USCRIPT_OGHAM
- ICU 2.2
- Global USCRIPT_OL_CHIKI
- ICU 3.8
- Global USCRIPT_OLD_CHURCH_SLAVONIC_CYRILLIC
- ICU 3.6
- Global USCRIPT_OLD_HUNGARIAN
- ICU 3.6
- Global USCRIPT_OLD_ITALIC
- ICU 2.2
- Global USCRIPT_OLD_NORTH_ARABIAN
- ICU 4.6
- Global USCRIPT_OLD_PERMIC
- ICU 3.6
- Global USCRIPT_OLD_PERSIAN
- ICU 3.4
- Global USCRIPT_OLD_SOGDIAN
- ICU 62
- Global USCRIPT_OLD_SOUTH_ARABIAN
- ICU 4.4
- Global USCRIPT_ORIYA
- ICU 2.2
- Global USCRIPT_ORKHON
- ICU 3.6
- Global USCRIPT_OSAGE
- ICU 58
- Global USCRIPT_OSMANYA
- ICU 2.6
- Global USCRIPT_PAHAWH_HMONG
- ICU 3.6
- Global USCRIPT_PALMYRENE
- ICU 4.6
- Global USCRIPT_PAU_CIN_HAU
- ICU 54
- Global USCRIPT_PHAGS_PA
- ICU 3.6
- Global USCRIPT_PHOENICIAN
- ICU 3.6
- Global USCRIPT_PHONETIC_POLLARD
- ICU 3.6
- Global USCRIPT_PSALTER_PAHLAVI
- ICU 4.0
- Global USCRIPT_REJANG
- ICU 3.8
- Global USCRIPT_RONGORONGO
- ICU 3.6
- Global USCRIPT_RUNIC
- ICU 2.2
- Global USCRIPT_SAMARITAN
- ICU 4.0
- Global USCRIPT_SARATI
- ICU 3.6
- Global USCRIPT_SAURASHTRA
- ICU 3.8
- Global USCRIPT_SHARADA
- ICU 4.8
- Global USCRIPT_SHAVIAN
- ICU 2.6
- Global USCRIPT_SIDDHAM
- ICU 54
- Global USCRIPT_SIGN_WRITING
- ICU 3.8
- Global USCRIPT_SIMPLIFIED_HAN
- ICU 3.6
- Global USCRIPT_SINDHI
- ICU 4.6
- Global USCRIPT_SINHALA
- ICU 2.2
- Global USCRIPT_SOGDIAN
- ICU 62
- Global USCRIPT_SORA_SOMPENG
- ICU 4.8
- Global USCRIPT_SOYOMBO
- ICU 60
- Global USCRIPT_SUNDANESE
- ICU 3.8
- Global USCRIPT_SYLOTI_NAGRI
- ICU 3.4
- Global USCRIPT_SYMBOLS
- ICU 4.0
- Global USCRIPT_SYMBOLS_EMOJI
- ICU 58
- Global USCRIPT_SYRIAC
- ICU 2.2
- Global USCRIPT_TAGALOG
- ICU 2.2
- Global USCRIPT_TAGBANWA
- ICU 2.2
- Global USCRIPT_TAI_LE
- ICU 2.6
- Global USCRIPT_TAI_VIET
- ICU 4.0
- Global USCRIPT_TAKRI
- ICU 4.8
- Global USCRIPT_TAMIL
- ICU 2.2
- Global USCRIPT_TANGUT
- ICU 4.8
- Global USCRIPT_TELUGU
- ICU 2.2
- Global USCRIPT_TENGWAR
- ICU 3.6
- Global USCRIPT_THAANA
- ICU 2.2
- Global USCRIPT_THAI
- ICU 2.2
- Global USCRIPT_TIBETAN
- ICU 2.2
- Global USCRIPT_TIFINAGH
- ICU 3.4
- Global USCRIPT_TIRHUTA
- ICU 49
- Global USCRIPT_TRADITIONAL_HAN
- ICU 3.6
- Global USCRIPT_UCAS
- ICU 2.2
- Global USCRIPT_UGARITIC
- ICU 2.6
- Global USCRIPT_UNKNOWN
- ICU 3.6
- Global USCRIPT_UNWRITTEN_LANGUAGES
- ICU 3.6
- Global USCRIPT_USAGE_ASPIRATIONAL
- ICU 51
- Global USCRIPT_USAGE_EXCLUDED
- ICU 51
- Global USCRIPT_USAGE_LIMITED_USE
- ICU 51
- Global USCRIPT_USAGE_NOT_ENCODED
- ICU 51
- Global USCRIPT_USAGE_RECOMMENDED
- ICU 51
- Global USCRIPT_USAGE_UNKNOWN
- ICU 51
- Global USCRIPT_VAI
- ICU 3.6
- Global USCRIPT_VISIBLE_SPEECH
- ICU 3.6
- Global USCRIPT_WANCHO
- ICU 64
- Global USCRIPT_WARANG_CITI
- ICU 4.6
- Global USCRIPT_WESTERN_SYRIAC
- ICU 3.6
- Global USCRIPT_WOLEAI
- ICU 4.8
- Global USCRIPT_YI
- ICU 2.2
- Global USCRIPT_ZANABAZAR_SQUARE
- ICU 60
- Global UScriptCode
- ICU 2.2
- Global UScriptUsage
- ICU 51
- File usearch.h
- ICU 2.4
- Global USEARCH_ANY_BASE_WEIGHT_IS_WILDCARD
- ICU 4.4
- Global usearch_close
- ICU 2.4
- Global USEARCH_DEFAULT
- ICU 2.4
- Global USEARCH_DONE
- ICU 2.4
- Global USEARCH_ELEMENT_COMPARISON
- ICU 4.4
- Global usearch_first
- ICU 2.4
- Global usearch_following
- ICU 2.4
- Global usearch_getAttribute
- ICU 2.4
- Global usearch_getBreakIterator
- ICU 2.4
- Global usearch_getCollator
- ICU 2.4
- Global usearch_getMatchedLength
- ICU 2.4
- Global usearch_getMatchedStart
- ICU 2.4
- Global usearch_getMatchedText
- ICU 2.4
- Global usearch_getOffset
- ICU 2.4
- Global usearch_getPattern
- ICU 2.4
- Global usearch_getText
- ICU 2.4
- Global usearch_last
- ICU 2.4
- Global usearch_next
- ICU 2.4
- Global USEARCH_OFF
- ICU 2.4
- Global USEARCH_ON
- ICU 2.4
- Global usearch_open
- ICU 2.4
- Global usearch_openFromCollator
- ICU 2.4
- Global USEARCH_OVERLAP
- ICU 2.4
- Global USEARCH_PATTERN_BASE_WEIGHT_IS_WILDCARD
- ICU 4.4
- Global usearch_preceding
- ICU 2.4
- Global usearch_previous
- ICU 2.4
- Global usearch_reset
- ICU 2.4
- Global usearch_setAttribute
- ICU 2.4
- Global usearch_setBreakIterator
- ICU 2.4
- Global usearch_setCollator
- ICU 2.4
- Global usearch_setOffset
- ICU 2.4
- Global usearch_setPattern
- ICU 2.4
- Global usearch_setText
- ICU 2.4
- Global USEARCH_STANDARD_ELEMENT_COMPARISON
- ICU 4.4
- Global USearchAttribute
- ICU 2.4
- Global USearchAttributeValue
- ICU 2.4
- Global USentenceBreak
- ICU 3.4
- Global USentenceBreakTag
- ICU 2.8
- Class USerializedSet
- ICU 2.4
- Global USerializedSet::array
- ICU 2.4
- Global USerializedSet::bmpLength
- ICU 2.4
- Global USerializedSet::length
- ICU 2.4
- Global USerializedSet::staticArray [USET_SERIALIZED_STATIC_ARRAY_CAPACITY]
- ICU 2.4
- Global USet
- ICU 2.4
- Global uset_add
- ICU 2.4
- Global USET_ADD_CASE_MAPPINGS
- ICU 3.2
- Global uset_addAll
- ICU 2.6
- Global uset_addAllCodePoints
- ICU 3.4
- Global uset_addRange
- ICU 2.2
- Global uset_addString
- ICU 2.4
- Global uset_applyIntPropertyValue
- ICU 3.2
- Global uset_applyPattern
- ICU 2.8
- Global uset_applyPropertyAlias
- ICU 3.2
- Global USET_CASE_INSENSITIVE
- ICU 2.4
- Global uset_charAt
- ICU 3.2
- Global uset_clear
- ICU 2.4
- Global uset_clone
- ICU 3.8
- Global uset_cloneAsThawed
- ICU 3.8
- Global uset_close
- ICU 2.4
- Global uset_closeOver
- ICU 4.2
- Global uset_compact
- ICU 3.2
- Global uset_complement
- ICU 2.4
- Global uset_complementAll
- ICU 3.2
- Global uset_contains
- ICU 2.4
- Global uset_containsAll
- ICU 3.2
- Global uset_containsAllCodePoints
- ICU 3.4
- Global uset_containsNone
- ICU 3.2
- Global uset_containsRange
- ICU 2.2
- Global uset_containsSome
- ICU 3.2
- Global uset_containsString
- ICU 2.4
- Global uset_equals
- ICU 3.2
- Global uset_freeze
- ICU 3.8
- Global uset_getItem
- ICU 2.4
- Global uset_getItemCount
- ICU 2.4
- Global uset_getSerializedRange
- ICU 2.4
- Global uset_getSerializedRangeCount
- ICU 2.4
- Global uset_getSerializedSet
- ICU 2.4
- Global USET_IGNORE_SPACE
- ICU 2.4
- Global uset_indexOf
- ICU 3.2
- Global uset_isEmpty
- ICU 2.4
- Global uset_isFrozen
- ICU 3.8
- Global uset_open
- ICU 2.4
- Global uset_openEmpty
- ICU 4.2
- Global uset_openPattern
- ICU 2.4
- Global uset_openPatternOptions
- ICU 2.4
- Global uset_remove
- ICU 2.4
- Global uset_removeAll
- ICU 3.2
- Global uset_removeAllStrings
- ICU 4.2
- Global uset_removeRange
- ICU 2.2
- Global uset_removeString
- ICU 2.4
- Global uset_resemblesPattern
- ICU 3.2
- Global uset_retain
- ICU 3.2
- Global uset_retainAll
- ICU 3.2
- Global uset_serialize
- ICU 2.4
- Global USET_SERIALIZED_STATIC_ARRAY_CAPACITY
- ICU 2.4
- Global uset_serializedContains
- ICU 2.4
- Global uset_set
- ICU 3.2
- Global uset_setSerializedToOne
- ICU 2.4
- Global uset_size
- ICU 2.4
- Global uset_span
- ICU 3.8
- Global USET_SPAN_CONTAINED
- ICU 3.8
- Global USET_SPAN_NOT_CONTAINED
- ICU 3.8
- Global USET_SPAN_SIMPLE
- ICU 3.8
- Global uset_spanBack
- ICU 3.8
- Global uset_spanBackUTF8
- ICU 3.8
- Global uset_spanUTF8
- ICU 3.8
- Global uset_toPattern
- ICU 2.4
- Global USetSpanCondition
- ICU 3.8
- File uspoof.h
- ICU 4.6
- Global USPOOF_ALL_CHECKS
- ICU 4.6
- Global USPOOF_ASCII
- ICU 51
- Global USPOOF_AUX_INFO
- ICU 51
- Global uspoof_clone
- ICU 4.2
- Global uspoof_close
- ICU 4.2
- Global USPOOF_CONFUSABLE
- ICU 58
- Global USPOOF_HIDDEN_OVERLAY
- ICU 62
- Global USPOOF_HIGHLY_RESTRICTIVE
- ICU 51
- Global USPOOF_MINIMALLY_RESTRICTIVE
- ICU 51
- Global USPOOF_MIXED_NUMBERS
- ICU 51
- Global USPOOF_MIXED_SCRIPT_CONFUSABLE
- ICU 4.2
- Global USPOOF_MODERATELY_RESTRICTIVE
- ICU 51
- Global uspoof_open
- ICU 4.2
- Global uspoof_openFromSerialized
- ICU 4.2
- Global uspoof_openFromSource
- ICU 4.2
- Global USPOOF_RESTRICTION_LEVEL
- ICU 51
- Global USPOOF_RESTRICTION_LEVEL_MASK
- ICU 53
- Global USPOOF_SINGLE_SCRIPT_CONFUSABLE
- ICU 4.2
- Global USPOOF_SINGLE_SCRIPT_RESTRICTIVE
- ICU 53
- Global USPOOF_UNRESTRICTIVE
- ICU 51
- Global USPOOF_WHOLE_SCRIPT_CONFUSABLE
- ICU 4.2
- Global USpoofChecker
- ICU 4.2
- Global USpoofCheckResult
- ICU 58
- Global USpoofChecks
- ICU 4.2
- Global USPREP_ALLOW_UNASSIGNED
- ICU 2.8
- Global usprep_close
- ICU 2.8
- Global USPREP_DEFAULT
- ICU 2.8
- Global usprep_open
- ICU 2.8
- Global usprep_openByType
- ICU 4.2
- Global usprep_prepare
- ICU 2.8
- Global USPREP_RFC3491_NAMEPREP
- ICU 4.2
- Global USPREP_RFC3530_NFS4_CIS_PREP
- ICU 4.2
- Global USPREP_RFC3530_NFS4_CS_PREP
- ICU 4.2
- Global USPREP_RFC3530_NFS4_CS_PREP_CI
- ICU 4.2
- Global USPREP_RFC3530_NFS4_MIXED_PREP_PREFIX
- ICU 4.2
- Global USPREP_RFC3530_NFS4_MIXED_PREP_SUFFIX
- ICU 4.2
- Global USPREP_RFC3722_ISCSI
- ICU 4.2
- Global USPREP_RFC3920_NODEPREP
- ICU 4.2
- Global USPREP_RFC3920_RESOURCEPREP
- ICU 4.2
- Global USPREP_RFC4011_MIB
- ICU 4.2
- Global USPREP_RFC4013_SASLPREP
- ICU 4.2
- Global USPREP_RFC4505_TRACE
- ICU 4.2
- Global USPREP_RFC4518_LDAP
- ICU 4.2
- Global USPREP_RFC4518_LDAP_CI
- ICU 4.2
- Global UStringPrepProfile
- ICU 2.8
- Global UStringPrepProfileType
- ICU 4.2
- Global UStringSearch
- ICU 2.4
- Global USTRINGTRIE_BUILD_FAST
- ICU 4.8
- Global USTRINGTRIE_BUILD_SMALL
- ICU 4.8
- Global USTRINGTRIE_FINAL_VALUE
- ICU 4.8
- Global USTRINGTRIE_HAS_NEXT
- ICU 4.8
- Global USTRINGTRIE_HAS_VALUE
- ICU 4.8
- Global USTRINGTRIE_INTERMEDIATE_VALUE
- ICU 4.8
- Global USTRINGTRIE_MATCHES
- ICU 4.8
- Global USTRINGTRIE_NO_MATCH
- ICU 4.8
- Global USTRINGTRIE_NO_VALUE
- ICU 4.8
- Global UStringTrieBuildOption
- ICU 4.8
- Global UStringTrieResult
- ICU 4.8
- Global USystemTimeZoneType
ICU 4.8
ICU 4.8
- Class UText
ICU 3.6
ICU 3.6
- Global UText::a
- ICU 3.4
- Global UText::b
- ICU 3.4
- Global UText::c
- ICU 3.4
- Global UText::chunkContents
- ICU 3.6
- Global UText::chunkLength
- ICU 3.6
- Global UText::chunkNativeLimit
- ICU 3.6
- Global UText::chunkNativeStart
- ICU 3.6
- Global UText::chunkOffset
- ICU 3.6
- Global UText::context
- ICU 3.4
- Global UText::extraSize
- ICU 3.4
- Global UText::nativeIndexingLimit
- ICU 3.6
- Global UText::p
- ICU 3.6
- Global UText::pExtra
- ICU 3.4
- Global UText::pFuncs
- ICU 3.6
- Global UText::providerProperties
- ICU 3.4
- Global UText::q
- ICU 3.6
- Global UText::r
- ICU 3.6
- Global UText::sizeOfStruct
- ICU 3.4
- Global utext_char32At
- ICU 3.4
- Global utext_clone
- ICU 3.4
- Global utext_close
- ICU 3.4
- Global utext_copy
- ICU 3.4
- Global utext_current32
- ICU 3.4
- Global utext_equals
- ICU 3.6
- Global utext_extract
- ICU 3.4
- Global utext_freeze
- ICU 3.6
- Global UTEXT_GETNATIVEINDEX
- ICU 3.6
- Global utext_getNativeIndex
- ICU 3.4
- Global utext_getPreviousNativeIndex
- ICU 3.6
- Global utext_hasMetaData
- ICU 3.4
- Global UTEXT_INITIALIZER
- ICU 3.6
- Global utext_isLengthExpensive
- ICU 3.4
- Global utext_isWritable
ICU 3.4
- Global utext_moveIndex32
- ICU 3.4
- Global utext_nativeLength
- ICU 3.4
- Global utext_next32
- ICU 3.4
- Global UTEXT_NEXT32
- ICU 3.4
- Global utext_next32From
- ICU 3.4
- Global utext_openCharacterIterator
- ICU 3.4
- Global utext_openConstUnicodeString
- ICU 3.4
- Global utext_openReplaceable
- ICU 3.4
- Global utext_openUChars
- ICU 3.4
- Global utext_openUnicodeString
- ICU 3.4
- Global utext_openUTF8
- ICU 3.4
- Global UTEXT_PREVIOUS32
- ICU 3.4
- Global utext_previous32
- ICU 3.4
- Global utext_previous32From
- ICU 3.4
- Global UTEXT_PROVIDER_HAS_META_DATA
- ICU 3.4
- Global UTEXT_PROVIDER_LENGTH_IS_EXPENSIVE
- ICU 3.4
- Global UTEXT_PROVIDER_OWNS_TEXT
- ICU 3.6
- Global UTEXT_PROVIDER_STABLE_CHUNKS
- ICU 3.4
- Global UTEXT_PROVIDER_WRITABLE
- ICU 3.4
- Global utext_replace
- ICU 3.4
- Global UTEXT_SETNATIVEINDEX
- ICU 3.8
- Global utext_setNativeIndex
- ICU 3.4
- Global utext_setup
- ICU 3.4
- Global UTextAccess
- ICU 3.4
- Global UTextClone
- ICU 3.4
- Global UTextClose
- ICU 3.4
- Global UTextCopy
- ICU 3.4
- Global UTextExtract
- ICU 3.4
- Class UTextFuncs
- ICU 3.6
- Global UTextFuncs::access
- ICU 3.6
- Global UTextFuncs::clone
- ICU 3.6
- Global UTextFuncs::close
- ICU 3.6
- Global UTextFuncs::copy
- ICU 3.6
- Global UTextFuncs::extract
- ICU 3.6
- Global UTextFuncs::mapNativeIndexToUTF16
- ICU 3.6
- Global UTextFuncs::mapOffsetToNative
- ICU 3.6
- Global UTextFuncs::nativeLength
- ICU 3.6
- Global UTextFuncs::replace
- ICU 3.6
- Global UTextFuncs::tableSize
- ICU 3.6
- Global UTextMapNativeIndexToUTF16
- ICU 3.4
- Global UTextMapOffsetToNative
- ICU 3.4
- Global UTextNativeLength
- ICU 3.4
- Global UTextReplace
- ICU 3.4
- File utf.h
- ICU 2.4
- Global UTimeScaleValue
- ICU 3.2
- Global UTimeZoneTransitionType
ICU 50
ICU 50
- Global utmscale_fromInt64
- ICU 3.2
- Global utmscale_getTimeScaleValue
- ICU 3.2
- Global utmscale_toInt64
- ICU 3.2
- Global UTRACE_ERROR
- ICU 2.8
- Global utrace_format
- ICU 2.8
- Global utrace_functionName
- ICU 2.8
- Global utrace_getFunctions
- ICU 2.8
- Global utrace_getLevel
- ICU 2.8
- Global UTRACE_INFO
- ICU 2.8
- Global UTRACE_OFF
- ICU 2.8
- Global UTRACE_OPEN_CLOSE
- ICU 2.8
- Global utrace_setFunctions
- ICU 2.8
- Global utrace_setLevel
- ICU 2.8
- Global UTRACE_UCOL_STRCOLLUTF8
- ICU 50
- Global UTRACE_VERBOSE
- ICU 2.8
- Global utrace_vformat
- ICU 2.8
- Global UTRACE_WARNING
- ICU 2.8
- Global UTraceData
- ICU 2.8
- Global UTraceEntry
- ICU 2.8
- Global UTraceExit
- ICU 2.8
- Global UTraceFunctionNumber
- ICU 2.8
- Global UTraceLevel
- ICU 2.8
- Global utrans_clone
- ICU 2.0
- Global utrans_close
- ICU 2.0
- Global utrans_countAvailableIDs
- ICU 2.0
- Global utrans_getSourceSet
- ICU 53
- Global utrans_getUnicodeID
- ICU 2.8
- Global utrans_openIDs
- ICU 2.8
- Global utrans_openInverse
- ICU 2.0
- Global utrans_openU
- ICU 2.8
- Global utrans_register
- ICU 2.0
- Global utrans_setFilter
- ICU 2.0
- Global utrans_toRules
- ICU 53
- Global utrans_trans
- ICU 2.0
- Global utrans_transIncremental
- ICU 2.0
- Global utrans_transIncrementalUChars
- ICU 2.0
- Global utrans_transUChars
- ICU 2.0
- Global utrans_unregisterID
- ICU 2.8
- Global UTransDirection
- ICU 2.0
- Global UTransliterator
- ICU 2.0
- Class UTransPosition
- ICU 2.0
- Global UTransPosition::contextLimit
- ICU 2.4
- Global UTransPosition::contextStart
- ICU 2.4
- Global UTransPosition::limit
- ICU 2.4
- Global UTransPosition::start
- ICU 2.4
- Global UTSV_EPOCH_OFFSET_VALUE
- ICU 3.2
- Global UTSV_FROM_MAX_VALUE
- ICU 3.2
- Global UTSV_FROM_MIN_VALUE
- ICU 3.2
- Global UTSV_TO_MAX_VALUE
- ICU 3.2
- Global UTSV_TO_MIN_VALUE
- ICU 3.2
- Global UTSV_UNITS_VALUE
- ICU 3.2
- Global UVersionInfo
- ICU 2.4
- Global UVerticalOrientation
- ICU 63
- Global UWordBreak
- ICU 2.2
- Global UWordBreakValues
- ICU 3.4
Generated on 8 Feb 2022 for ICU 65.1 by
1.6.1