Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

Deprecated List

Class BiDi
To be removed after 2002-sep-30; use the C API with UBiDi and ubidi_.

Global BiDi::BiDi ()

Global BiDi::BiDi (UErrorCode &rErrorCode)

Global BiDi::BiDi (int32_t maxLength, int32_t maxRunCount, UErrorCode &rErrorCode)

Global BiDi::~BiDi ()

Global BiDi::countRuns (UErrorCode &rErrorCode)

Global BiDi::getDirection () const

Global BiDi::getLength () const

Global BiDi::getLevelAt (int32_t charIndex) const

Global BiDi::getLevels (UErrorCode &rErrorCode)

Global BiDi::getLogicalIndex (int32_t visualIndex, UErrorCode &rErrorCode)

Global BiDi::getLogicalMap (int32_t *indexMap, UErrorCode &rErrorCode)

Global BiDi::getLogicalRun (int32_t logicalStart, int32_t &rLogicalLimit, UBiDiLevel &rLevel) const

Global BiDi::getParaLevel () const

Global BiDi::getText () const

Global BiDi::getVisualIndex (int32_t logicalIndex, UErrorCode &rErrorCode)

Global BiDi::getVisualMap (int32_t *indexMap, UErrorCode &rErrorCode)

Global BiDi::getVisualRun (int32_t runIndex, int32_t &rLogicalStart, int32_t &rLength)

Global BiDi::invertMap (const int32_t *srcMap, int32_t *destMap, int32_t length)

Global BiDi::isInverse ()

Global BiDi::reorderLogical (const UBiDiLevel *levels, int32_t length, int32_t *indexMap)

Global BiDi::reorderVisual (const UBiDiLevel *levels, int32_t length, int32_t *indexMap)

Global BiDi::setInverse (UBool isInverse)

Global BiDi::setLine (const BiDi &rParaBiDi, int32_t start, int32_t limit, UErrorCode &rErrorCode)

Global BiDi::setPara (const UChar *text, int32_t length, UBiDiLevel paraLevel, UBiDiLevel *embeddingLevels, UErrorCode &rErrorCode)

Global BiDi::writeReordered (UChar *dest, int32_t destSize, uint16_t options, UErrorCode &rErrorCode)

Global BiDi::writeReverse (const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode &rErrorCode)

Global Calendar::equivalentTo (const Calendar &other) const
not in Java API!

Global ChoiceFormat::adoptChoices (double *limitsToAdopt, UBool *closuresToAdopt, UnicodeString *formatsToAdopt, int32_t count)
Remove after 2003-mar-25.

Global ChoiceFormat::adoptChoices (double *limitsToAdopt, UnicodeString *formatsToAdopt, int32_t count)
Remove after 2003-mar-25.

Global ChoiceFormat::nextDouble (double d)
This will be removed after 2002-Jun-30.

Global ChoiceFormat::previousDouble (double d)
This will be removed after 2002-Jun-30.

Global CollationKey::toByteArray (int32_t &count) const
Remove after 2003-mar-25.

Global Collator::getDecomposition (void) const =0
To be removed after 2002-sep-30; use getAttribute().

Global Collator::setDecomposition (Normalizer::EMode mode)=0
To be removed after 2002-sep-30; use setAttribute().

Class CompoundTransliterator
To be removed after 2002-sep-30.

Global CompoundTransliterator::CompoundTransliterator (Transliterator *const transliterators[], int32_t transliteratorCount, UnicodeFilter *adoptedFilter=0)
To be removed after 2002-sep-30; use the Transliterator::createInstance factory method.

Global CompoundTransliterator::CompoundTransliterator (const UnicodeString &id, UTransDirection dir, UnicodeFilter *adoptedFilter, UParseError &parseError, UErrorCode &status)
To be removed after 2002-sep-30; use the Transliterator::createInstance factory method.

Global CompoundTransliterator::CompoundTransliterator (const UnicodeString &id, UParseError &parseError, UErrorCode &status)
To be removed after 2002-sep-30; use the Transliterator::createInstance factory method.

Global CompoundTransliterator::~CompoundTransliterator ()
To be removed after 2002-sep-30.

Global CompoundTransliterator::CompoundTransliterator (const CompoundTransliterator &)
To be removed after 2002-sep-30; use the Transliterator::createInstance factory method.

Global CompoundTransliterator::adoptTransliterators (Transliterator *adoptedTransliterators[], int32_t count)
To be removed after 2002-sep-30.

Global CompoundTransliterator::clone (void) const
To be removed after 2002-sep-30.

Global CompoundTransliterator::getCount (void) const
To be removed after 2002-sep-30.

Global CompoundTransliterator::getTransliterator (int32_t index) const
To be removed after 2002-sep-30.

Global CompoundTransliterator::handleTransliterate (Replaceable &text, UTransPosition &index, UBool incremental) const
To be removed after 2002-sep-30.

Global CompoundTransliterator::operator= (const CompoundTransliterator &)
To be removed after 2002-sep-30.

Global CompoundTransliterator::setTransliterators (Transliterator *const transliterators[], int32_t count)
To be removed after 2002-sep-30.

Global CompoundTransliterator::toRules (UnicodeString &result, UBool escapeUnprintable) const
To be removed after 2002-sep-30.

Global DateFormatSymbols::getPatternChars (void)
remove after Aug 2002.

Global DecimalFormat::getPadCharacter (void)
remove after 2000-dec-31.

Global DecimalFormat::setPadCharacter (UChar padChar)
remove after 2000-dec-31.

Class HexToUnicodeTransliterator
To be removed after 2002-sep-30, use Transliterator::createInstance factory method.

Global HexToUnicodeTransliterator::HexToUnicodeTransliterator (UnicodeFilter *adoptedFilter=0)
To be removed after 2002-sep-30, use Transliterator::createInstance factory method.

Global HexToUnicodeTransliterator::HexToUnicodeTransliterator (const UnicodeString &pattern, UErrorCode &status)
To be removed after 2002-sep-30, use Transliterator::createInstance factory method.

Global HexToUnicodeTransliterator::HexToUnicodeTransliterator (const UnicodeString &pattern, UnicodeFilter *adoptedFilter, UErrorCode &status)
To be removed after 2002-sep-30, use Transliterator::createInstance factory method.

Global HexToUnicodeTransliterator::~HexToUnicodeTransliterator ()
To be removed after 2002-sep-30, use Transliterator dtor directly.

Global HexToUnicodeTransliterator::HexToUnicodeTransliterator (const HexToUnicodeTransliterator &)
To be removed after 2002-sep-30, use Transliterator::createInstance factory method

Global HexToUnicodeTransliterator::applyPattern (const UnicodeString &thePattern, UErrorCode &status)
To be removed after 2002-sep-30.

Global HexToUnicodeTransliterator::clone (void) const
To be removed after 2002-sep-30.

Global HexToUnicodeTransliterator::handleTransliterate (Replaceable &text, UTransPosition &offset, UBool isIncremental) const
To be removed after 2002-sep-30.

Global HexToUnicodeTransliterator::operator= (const HexToUnicodeTransliterator &)
To be removed after 2002-sep-30.

Global HexToUnicodeTransliterator::toPattern (void) const
To be removed after 2002-sep-30.

Global Normalizer::Normalizer (const UnicodeString &str, EMode mode)
To be removed after 2002-sep-30.

Global Normalizer::Normalizer (const UnicodeString &str, EMode mode, int32_t opt)
To be removed after 2002-sep-30.

Global Normalizer::Normalizer (const UChar *str, int32_t length, EMode mode)
To be removed after 2002-sep-30.

Global Normalizer::Normalizer (const CharacterIterator &iter, EMode mode)
To be removed after 2002-sep-30.

Global Normalizer::Normalizer (const CharacterIterator &iter, EMode mode, int32_t opt)
To be removed after 2002-sep-30.

Global Normalizer::IGNORE_HANGUL
To be removed (or moved to private for documentation) after 2002-aug-31.

Global Normalizer::EMode
To be removed after 2002-sep-30.

Global Normalizer::NO_OP
To be removed after 2002-sep-30.

Global Normalizer::COMPOSE
To be removed after 2002-sep-30.

Global Normalizer::COMPOSE_COMPAT
To be removed after 2002-sep-30.

Global Normalizer::DECOMP
To be removed after 2002-sep-30.

Global Normalizer::DECOMP_COMPAT
To be removed after 2002-sep-30.

Global Normalizer::FCD
To be removed after 2002-sep-30.

Global Normalizer::getMode (void) const
To be removed after 2002-sep-30.

Global Normalizer::getNormalizerEMode (UNormalizationMode mode, UErrorCode &status)
To be removed after 2002-sep-30.

Global Normalizer::getUNormalizationMode (EMode mode, UErrorCode &status)
To be removed after 2002-sep-30.

Global Normalizer::normalize (const UnicodeString &source, EMode mode, int32_t options, UnicodeString &result, UErrorCode &status)
To be removed after 2002-sep-30.

Global Normalizer::quickCheck (const UnicodeString &source, EMode mode, UErrorCode &status)
To be removed after 2002-sep-30.

Global Normalizer::setIndex (int32_t index)
To be removed after 2002-aug-31.

Global Normalizer::setMode (EMode newMode)
To be removed after 2002-sep-30.

Class NullTransliterator
To be removed after 2002-sep-30; use Transliterator::createInstance factory method

Global NullTransliterator::NullTransliterator ()
To be removed after 2002-sep-30.

Global NullTransliterator::~NullTransliterator ()
To be removed after 2002-sep-30.

Global NullTransliterator::clone (void) const
To be removed after 2002-sep-30.

Global NullTransliterator::handleTransliterate (Replaceable &text, UTransPosition &offset, UBool isIncremental) const
To be removed after 2002-sep-30.

Global NullTransliterator::ID []
To be removed after 2002-sep-30.

Global NullTransliterator::SHORT_ID []
To be removed after 2002-sep-30.

Global ResourceBundle::ResourceBundle (const wchar_t *path, const Locale &locale, UErrorCode &err)
Remove after Aug 2002

Global RuleBasedCollator::RuleBasedCollator (const UnicodeString &rules, Normalizer::EMode decompositionMode, UErrorCode &status)
To be removed after 2002-sep-30, specify the decomposition mode with a UColAttributeValue.

Global RuleBasedCollator::RuleBasedCollator (const UnicodeString &rules, ECollationStrength collationStrength, Normalizer::EMode decompositionMode, UErrorCode &status)
To be removed after 2002-sep-30, specify the decomposition mode with a UColAttributeValue.

Global RuleBasedCollator::getDecomposition (void) const
To be removed after 2002-sep-30; use getAttribute().

Global RuleBasedCollator::setDecomposition (Normalizer::EMode mode)
To be removed after 2002-sep-30; use setAttribute().

Class RuleBasedTransliterator
To be removed after 2002-sep-30; use the Transliterator::createFromRules factory method.

Global RuleBasedTransliterator::RuleBasedTransliterator (const UnicodeString &id, const UnicodeString &rules, UTransDirection direction, UnicodeFilter *adoptedFilter, UParseError &parseError, UErrorCode &status)
To be removed after 2002-sep-30; use the Transliterator::createFromRules factory method.

Global RuleBasedTransliterator::RuleBasedTransliterator (const UnicodeString &id, const UnicodeString &rules, UTransDirection direction, UnicodeFilter *adoptedFilter, UErrorCode &status)
To be removed after 2002-sep-30; use the Transliterator::createFromRules factory method.

Global RuleBasedTransliterator::RuleBasedTransliterator (const UnicodeString &id, const UnicodeString &rules, UTransDirection direction, UErrorCode &status)
To be removed after 2002-sep-30; use the Transliterator::createFromRules factory method.

Global RuleBasedTransliterator::RuleBasedTransliterator (const UnicodeString &id, const UnicodeString &rules, UErrorCode &status)
To be removed after 2002-sep-30; use the Transliterator::createFromRules factory method.

Global RuleBasedTransliterator::RuleBasedTransliterator (const UnicodeString &id, const UnicodeString &rules, UnicodeFilter *adoptedFilter, UErrorCode &status)
To be removed after 2002-sep-30; use the Transliterator::createFromRules factory method.

Global RuleBasedTransliterator::RuleBasedTransliterator (const RuleBasedTransliterator &)
To be removed after 2002-sep-30; use the Transliterator::createFromRules factory method.

Global RuleBasedTransliterator::clone (void) const
To be removed after 2002-sep-30.

Global RuleBasedTransliterator::getStaticClassID (void)
To be removed after 2002-sep-30.

Global RuleBasedTransliterator::handleTransliterate (Replaceable &text, UTransPosition &offsets, UBool isIncremental) const
To be removed after 2002-sep-30.

Global RuleBasedTransliterator::toRules (UnicodeString &result, UBool escapeUnprintable) const
To be removed after 2002-sep-30; use the Transliterator::toRules directly.

Global TimeZone::getOffset (uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis) const =0
Remove after 2000-dec-31.

Global TimeZone::inDaylightTime (UDate date, UErrorCode &status) const =0
Remove after 2000-dec-31.

Class Unicode
To be removed after 2002-sep-30; use the C API, see uchar.h and utf.h.

Global Unicode::ECellWidths
See the Unicode class description.

Global Unicode::EDirectionProperty
See the Unicode class description.

Global Unicode::EUnicodeGeneralTypes
See the Unicode class description.

Global Unicode::EUnicodeScript
See the Unicode class description.

Global Unicode::arraySize (int32_t size)
See the Unicode class description.

Global Unicode::characterDirection (UChar32 ch)
See the Unicode class description.

Global Unicode::charLength (UChar32 c)
See the Unicode class description.

Global Unicode::charMirror (UChar32 c)
See the Unicode class description.

Global Unicode::digit (UChar32 ch, int8_t radix)
See the Unicode class description.

Global Unicode::digitValue (UChar32 ch)
See the Unicode class description.

Global Unicode::foldCase (UChar32 c, uint32_t options)
See the Unicode class description.

Global Unicode::forDigit (int32_t digit, int8_t radix)
See the Unicode class description.

Global Unicode::getCellWidth (UChar32 ch)
See the Unicode class description.

Global Unicode::getCharName (uint32_t code, char *buffer, int32_t bufferLength, UCharNameChoice nameChoice=U_UNICODE_CHAR_NAME)
See the Unicode class description.

Global Unicode::getCombiningClass (UChar32 c)
See the Unicode class description.

Global Unicode::getType (UChar32 ch)
See the Unicode class description.

Global Unicode::getUnicodeVersion (UVersionInfo info)
See the Unicode class description.

Global Unicode::isBaseForm (UChar32 ch)
See the Unicode class description.

Global Unicode::isControl (UChar32 ch)
See the Unicode class description.

Global Unicode::isDefined (UChar32 ch)
See the Unicode class description.

Global Unicode::isDigit (UChar32 ch)
See the Unicode class description.

Global Unicode::isError (UChar32 c)
See the Unicode class description.

Global Unicode::isIdentifierIgnorable (UChar32 ch)
See the Unicode class description.

Global Unicode::isJavaIdentifierPart (UChar32 ch)
See the Unicode class description.

Global Unicode::isJavaIdentifierStart (UChar32 ch)
See the Unicode class description.

Global Unicode::isLead (UChar c)
See the Unicode class description.

Global Unicode::isLetter (UChar32 ch)
See the Unicode class description.

Global Unicode::isLowerCase (UChar32 ch)
See the Unicode class description.

Global Unicode::isMirrored (UChar32 c)
See the Unicode class description.

Global Unicode::isPrintable (UChar32 ch)
See the Unicode class description.

Global Unicode::isSingle (UChar c)
See the Unicode class description.

Global Unicode::isSpaceChar (UChar32 ch)
See the Unicode class description.

Global Unicode::isSurrogate (UChar32 c)
See the Unicode class description.

Global Unicode::isTitleCase (UChar32 ch)
See the Unicode class description.

Global Unicode::isTrail (UChar c)
See the Unicode class description.

Global Unicode::isUnicodeChar (UChar32 c)
See the Unicode class description.

Global Unicode::isUnicodeIdentifierPart (UChar32 ch)
See the Unicode class description.

Global Unicode::isUnicodeIdentifierStart (UChar32 ch)
See the Unicode class description.

Global Unicode::isUpperCase (UChar32 ch)
See the Unicode class description.

Global Unicode::isValid (UChar32 c)
See the Unicode class description.

Global Unicode::isWhitespace (UChar32 ch)
See the Unicode class description.

Global Unicode::needMultipleUChar (UChar32 c)
See the Unicode class description.

Global Unicode::toLowerCase (UChar32 ch)
See the Unicode class description.

Global Unicode::toTitleCase (UChar32 ch)
See the Unicode class description.

Global Unicode::toUpperCase (UChar32 ch)
See the Unicode class description.

Class UnicodeConverter
To be removed after 2002-sep-30; use the C API with UConverter and ucnv_.

Global UnicodeConverter::UnicodeConverter ()

Global UnicodeConverter::UnicodeConverter (const char *name, UErrorCode &err)

Global UnicodeConverter::UnicodeConverter (const UnicodeString &name, UErrorCode &err)

Global UnicodeConverter::UnicodeConverter (int32_t codepageNumber, UConverterPlatform platform, UErrorCode &err)

Global UnicodeConverter::fixFileSeparator (UnicodeString &source) const

Global UnicodeConverter::flushCache (void)

Global UnicodeConverter::fromUnicode (char *&target, const char *targetLimit, const UChar *&source, const UChar *sourceLimit, int32_t *offsets, UBool flush, UErrorCode &err)

Global UnicodeConverter::fromUnicodeString (char *target, int32_t &targetSize, const UnicodeString &source, UErrorCode &err) const

Global UnicodeConverter::getAvailableNames (int32_t &num, UErrorCode &err)

Global UnicodeConverter::getCodepage (UErrorCode &err) const

Global UnicodeConverter::getCodepagePlatform (UErrorCode &err) const

Global UnicodeConverter::getDisplayName (const Locale &displayLocale, UnicodeString &displayName) const

Global UnicodeConverter::getMaxBytesPerChar (void) const

Global UnicodeConverter::getMinBytesPerChar (void) const

Global UnicodeConverter::getMissingCharAction (UConverterToUCallback *action, const void **context) const

Global UnicodeConverter::getMissingUnicodeAction (UConverterFromUCallback *action, const void **context) const

Global UnicodeConverter::getName (UErrorCode &err) const

Global UnicodeConverter::getStarters (UBool starters[256], UErrorCode &err) const

Global UnicodeConverter::getSubstitutionChars (char *subChars, int8_t &len, UErrorCode &err) const

Global UnicodeConverter::getType (void) const

Global UnicodeConverter::isAmbiguous (void) const

Global UnicodeConverter::resetState (void)

Global UnicodeConverter::setMissingCharAction (UConverterToUCallback newAction, const void *newContext, UConverterToUCallback *oldAction, const void **oldContext, UErrorCode &err)

Global UnicodeConverter::setMissingUnicodeAction (UConverterFromUCallback newAction, const void *newContext, UConverterFromUCallback *oldAction, const void **oldContext, UErrorCode &err)

Global UnicodeConverter::setSubstitutionChars (const char *subChars, int8_t len, UErrorCode &err)

Global UnicodeConverter::toUnicode (UChar *&target, const UChar *targetLimit, const char *&source, const char *sourceLimit, int32_t *offsets, UBool flush, UErrorCode &err)

Global UnicodeConverter::toUnicodeString (UnicodeString &target, const char *source, int32_t sourceSize, UErrorCode &err) const

Global UnicodeSet::UnicodeSet (int8_t category, UErrorCode &status)
To be removed after 2002-DEC-31

Global UnicodeString::empty (void) const
To be removed after 2002-sep-30.

Global UnicodeString::getCharLimit (int32_t offset) const
To be removed after 2002-sep-30.

Global UnicodeString::getCharStart (int32_t offset) const
To be removed after 2002-sep-30.

Class UnicodeToHexTransliterator
To be removed after 2002-sep-30.

Global UnicodeToHexTransliterator::UnicodeToHexTransliterator (const UnicodeString &pattern, UBool isUppercase, UnicodeFilter *adoptedFilter, UErrorCode &status)
To be removed after 2002-sep-30; use Transliterator::createInstance factory method.

Global UnicodeToHexTransliterator::UnicodeToHexTransliterator (const UnicodeString &pattern, UErrorCode &status)
To be removed after 2002-sep-30; use Transliterator::createInstance factory method.

Global UnicodeToHexTransliterator::UnicodeToHexTransliterator (UnicodeFilter *adoptedFilter=0)
To be removed after 2002-sep-30; use Transliterator::createInstance factory method.

Global UnicodeToHexTransliterator::~UnicodeToHexTransliterator ()
To be removed after 2002-sep-30.

Global UnicodeToHexTransliterator::UnicodeToHexTransliterator (const UnicodeToHexTransliterator &)
To be removed after 2002-sep-30; use Transliterator::createInstance factory method.

Global UnicodeToHexTransliterator::applyPattern (const UnicodeString &thePattern, UErrorCode &status)
To be removed after 2002-sep-30.

Global UnicodeToHexTransliterator::clone (void) const
To be removed after 2002-sep-30.

Global UnicodeToHexTransliterator::handleTransliterate (Replaceable &text, UTransPosition &offsets, UBool isIncremental) const
To be removed after 2002-sep-30.

Global UnicodeToHexTransliterator::isUppercase (void) const
To be removed after 2002-sep-30.

Global UnicodeToHexTransliterator::setUppercase (UBool outputUppercase)
To be removed after 2002-sep-30.

Global UnicodeToHexTransliterator::toPattern (void) const
To be removed after 2002-sep-30.

Global u_charScript
Use u_charBlock instead.

Global UCharScript
Use the enum UCharBlock instead.

Global U_BASIC_LATIN
Use the enum that begins with UBLOCK.

Global U_LATIN_1_SUPPLEMENT
Use the enum that begins with UBLOCK.

Global U_LATIN_EXTENDED_A
Use the enum that begins with UBLOCK.

Global U_LATIN_EXTENDED_B
Use the enum that begins with UBLOCK.

Global U_IPA_EXTENSIONS
Use the enum that begins with UBLOCK.

Global U_SPACING_MODIFIER_LETTERS
Use the enum that begins with UBLOCK.

Global U_COMBINING_DIACRITICAL_MARKS
Use the enum that begins with UBLOCK.

Global U_GREEK
Use the enum that begins with UBLOCK.

Global U_CYRILLIC
Use the enum that begins with UBLOCK.

Global U_ARMENIAN
Use the enum that begins with UBLOCK.

Global U_HEBREW
Use the enum that begins with UBLOCK.

Global U_ARABIC
Use the enum that begins with UBLOCK.

Global U_SYRIAC
Use the enum that begins with UBLOCK.

Global U_THAANA
Use the enum that begins with UBLOCK.

Global U_DEVANAGARI
Use the enum that begins with UBLOCK.

Global U_BENGALI
Use the enum that begins with UBLOCK.

Global U_GURMUKHI
Use the enum that begins with UBLOCK.

Global U_GUJARATI
Use the enum that begins with UBLOCK.

Global U_ORIYA
Use the enum that begins with UBLOCK.

Global U_TAMIL
Use the enum that begins with UBLOCK.

Global U_TELUGU
Use the enum that begins with UBLOCK.

Global U_KANNADA
Use the enum that begins with UBLOCK.

Global U_MALAYALAM
Use the enum that begins with UBLOCK.

Global U_SINHALA
Use the enum that begins with UBLOCK.

Global U_THAI
Use the enum that begins with UBLOCK.

Global U_LAO
Use the enum that begins with UBLOCK.

Global U_TIBETAN
Use the enum that begins with UBLOCK.

Global U_MYANMAR
Use the enum that begins with UBLOCK.

Global U_GEORGIAN
Use the enum that begins with UBLOCK.

Global U_HANGUL_JAMO
Use the enum that begins with UBLOCK.

Global U_ETHIOPIC
Use the enum that begins with UBLOCK.

Global U_CHEROKEE
Use the enum that begins with UBLOCK.

Global U_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS
Use the enum that begins with UBLOCK.

Global U_OGHAM
Use the enum that begins with UBLOCK.

Global U_RUNIC
Use the enum that begins with UBLOCK.

Global U_KHMER
Use the enum that begins with UBLOCK.

Global U_MONGOLIAN
Use the enum that begins with UBLOCK.

Global U_LATIN_EXTENDED_ADDITIONAL
Use the enum that begins with UBLOCK.

Global U_GREEK_EXTENDED
Use the enum that begins with UBLOCK.

Global U_GENERAL_PUNCTUATION
Use the enum that begins with UBLOCK.

Global U_SUPERSCRIPTS_AND_SUBSCRIPTS
Use the enum that begins with UBLOCK.

Global U_CURRENCY_SYMBOLS
Use the enum that begins with UBLOCK.

Global U_COMBINING_MARKS_FOR_SYMBOLS
Use the enum that begins with UBLOCK.

Global U_LETTERLIKE_SYMBOLS
Use the enum that begins with UBLOCK.

Global U_NUMBER_FORMS
Use the enum that begins with UBLOCK.

Global U_ARROWS
Use the enum that begins with UBLOCK.

Global U_MATHEMATICAL_OPERATORS
Use the enum that begins with UBLOCK.

Global U_MISCELLANEOUS_TECHNICAL
Use the enum that begins with UBLOCK.

Global U_CONTROL_PICTURES
Use the enum that begins with UBLOCK.

Global U_OPTICAL_CHARACTER_RECOGNITION
Use the enum that begins with UBLOCK.

Global U_ENCLOSED_ALPHANUMERICS
Use the enum that begins with UBLOCK.

Global U_BOX_DRAWING
Use the enum that begins with UBLOCK.

Global U_BLOCK_ELEMENTS
Use the enum that begins with UBLOCK.

Global U_GEOMETRIC_SHAPES
Use the enum that begins with UBLOCK.

Global U_MISCELLANEOUS_SYMBOLS
Use the enum that begins with UBLOCK.

Global U_DINGBATS
Use the enum that begins with UBLOCK.

Global U_BRAILLE_PATTERNS
Use the enum that begins with UBLOCK.

Global U_CJK_RADICALS_SUPPLEMENT
Use the enum that begins with UBLOCK.

Global U_KANGXI_RADICALS
Use the enum that begins with UBLOCK.

Global U_IDEOGRAPHIC_DESCRIPTION_CHARACTERS
Use the enum that begins with UBLOCK.

Global U_CJK_SYMBOLS_AND_PUNCTUATION
Use the enum that begins with UBLOCK.

Global U_HIRAGANA
Use the enum that begins with UBLOCK.

Global U_KATAKANA
Use the enum that begins with UBLOCK.

Global U_BOPOMOFO
Use the enum that begins with UBLOCK.

Global U_HANGUL_COMPATIBILITY_JAMO
Use the enum that begins with UBLOCK.

Global U_KANBUN
Use the enum that begins with UBLOCK.

Global U_BOPOMOFO_EXTENDED
Use the enum that begins with UBLOCK.

Global U_ENCLOSED_CJK_LETTERS_AND_MONTHS
Use the enum that begins with UBLOCK.

Global U_CJK_COMPATIBILITY
Use the enum that begins with UBLOCK.

Global U_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A
Use the enum that begins with UBLOCK.

Global U_CJK_UNIFIED_IDEOGRAPHS
Use the enum that begins with UBLOCK.

Global U_YI_SYLLABLES
Use the enum that begins with UBLOCK.

Global U_YI_RADICALS
Use the enum that begins with UBLOCK.

Global U_HANGUL_SYLLABLES
Use the enum that begins with UBLOCK.

Global U_HIGH_SURROGATES
Use the enum that begins with UBLOCK.

Global U_HIGH_PRIVATE_USE_SURROGATES
Use the enum that begins with UBLOCK.

Global U_LOW_SURROGATES
Use the enum that begins with UBLOCK.

Global UBLOCK_PRIVATE_USE_AREA
Use UBLOCK_PRIVATE_USE.

Global U_PRIVATE_USE_AREA
Use the enum that begins with UBLOCK.

Global U_CJK_COMPATIBILITY_IDEOGRAPHS
Use the enum that begins with UBLOCK.

Global U_ALPHABETIC_PRESENTATION_FORMS
Use the enum that begins with UBLOCK.

Global U_ARABIC_PRESENTATION_FORMS_A
Use the enum that begins with UBLOCK.

Global U_COMBINING_HALF_MARKS
Use the enum that begins with UBLOCK.

Global U_CJK_COMPATIBILITY_FORMS
Use the enum that begins with UBLOCK.

Global U_SMALL_FORM_VARIANTS
Use the enum that begins with UBLOCK.

Global U_ARABIC_PRESENTATION_FORMS_B
Use the enum that begins with UBLOCK.

Global U_SPECIALS
Use the enum that begins with UBLOCK.

Global U_HALFWIDTH_AND_FULLWIDTH_FORMS
Use the enum that begins with UBLOCK.

Global U_SCRIPT_COUNT
Use the enum that begins with UBLOCK.

Global U_CHAR_SCRIPT_COUNT
Use the enum that begins with UBLOCK.

Global U_NO_SCRIPT
Use the enum that begins with UBLOCK.

Global ucol_getNormalization (const UCollator *coll)
To be removed after 2002-sep-30; use ucol_getAttribute().

Global ucol_openVersion (const char *loc, UVersionInfo version, UErrorCode *status)
to be removed by nov-2002.

Global ucol_setNormalization (UCollator *coll, UNormalizationMode mode)
To be removed after 2002-sep-30; use ucol_setAttribute().

Global u_normalize
To be removed after 2002-mar-31.

Global UCOL_NO_NORMALIZATION
To be removed after 2002-sep-30, use UNORM_NONE.

Global UCOL_DECOMP_CAN
To be removed after 2002-sep-30, use UNORM_NFD.

Global UCOL_DECOMP_COMPAT
To be removed after 2002-sep-30, use UNORM_NFKD.

Global UCOL_DEFAULT_NORMALIZATION
To be removed after 2002-sep-30, use UNORM_NFKD or UNORM_DEFAULT.

Global UCOL_DECOMP_CAN_COMP_COMPAT
To be removed after 2002-sep-30, use UNORM_NFC.

Global UCOL_DECOMP_COMPAT_COMP_CAN
To be removed after 2002-sep-30, use UNORM_NFKC.

Global UCOL_IGNORE_HANGUL
To be removed without replacement after 2002-mar-31.

Global UNORM_IGNORE_HANGUL
To be removed without replacement after 2002-mar-31.

Global unum_applyPattern (UNumberFormat *format, UBool localized, const UChar *pattern, int32_t patternLength, UParseError *parseError, UErrorCode *status)
U_CAPI void U_EXPORT2 unum_applyPattern( UNumberFormat *format, UBool localized, const UChar *pattern, int32_t patternLength );

Global UTextOffset
Use int32_t directly.

Global U_USING_FALLBACK_ERROR
use the enum that ends in _WARNING

Global U_ERROR_INFO_START
use the enum that ends in _WARNING

Global U_USING_DEFAULT_ERROR
use the enum that ends in _WARNING

Global U_SAFECLONE_ALLOCATED_ERROR
use the enum that ends in _WARNING

Global U_ERROR_INFO_LIMIT
use the enum that ends in _WARNING

Generated on Sun May 22 18:49:59 2005 for ICU 2.1 by  doxygen 1.4.2