Main Page Class Hierarchy Alphabetical List Data Structures File List Data Fields Globals Related Pages
- Class BiDi
- To be removed after 2002-sep-30; use the C API with UBiDi and ubidi_... functions.
- 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. Use setChoices instead.
- Global ChoiceFormat::adoptChoices (double *limitsToAdopt, UnicodeString *formatsToAdopt, int32_t count)
- Remove after 2003-mar-25. Use setChoices instead.
- Global ChoiceFormat::nextDouble (double d)
- This will be removed after 2002-Jun-30. Use closures API instead.
- Global ChoiceFormat::previousDouble (double d)
- This will be removed after 2002-Jun-30. Use closures API instead.
- Global CollationKey::toByteArray (int32_t &count) const
- Remove after 2003-mar-25. Use getByteArray instead.
- 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. Use getPatternUChars instead.
- Global DecimalFormat::getPadCharacter (void)
- remove after 2000-dec-31. See getPadCharacterString().
- Global DecimalFormat::setPadCharacter (UChar padChar)
- remove after 2000-dec-31. See setPadCharacter(UnicodeString).
- 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. Use UNormalizationMode.
- Global Normalizer::Normalizer (const UnicodeString &str, EMode mode, int32_t opt)
- To be removed after 2002-sep-30. Use UNormalizationMode.
- Global Normalizer::Normalizer (const UChar *str, int32_t length, EMode mode)
- To be removed after 2002-sep-30. Use UNormalizationMode.
- Global Normalizer::Normalizer (const CharacterIterator &iter, EMode mode)
- To be removed after 2002-sep-30. Use UNormalizationMode.
- Global Normalizer::Normalizer (const CharacterIterator &iter, EMode mode, int32_t opt)
- To be removed after 2002-sep-30. Use UNormalizationMode.
- Global Normalizer::
- To be removed after 2002-sep-30. Use UNormalizationMode.
- Global Normalizer::EMode
- To be removed after 2002-sep-30. Use UNormalizationMode.
- Global Normalizer::COMPOSE
- To be removed after 2002-sep-30. Use UNORM_NFC from UNormalizationMode.
- Global Normalizer::COMPOSE_COMPAT
- To be removed after 2002-sep-30. Use UNORM_NFKC from UNormalizationMode.
- Global Normalizer::DECOMP
- To be removed after 2002-sep-30. Use UNORM_NFD from UNormalizationMode.
- Global Normalizer::DECOMP_COMPAT
- To be removed after 2002-sep-30. Use UNORM_NFKD from UNormalizationMode.
- Global Normalizer::FCD
- To be removed after 2002-sep-30. Use UNORM_FCD from UNormalizationMode.
- Global Normalizer::IGNORE_HANGUL
- To be removed (or moved to private for documentation) after 2002-aug-31. Obsolete option.
- Global Normalizer::NO_OP
- To be removed after 2002-sep-30. Use UNORM_NONE from UNormalizationMode.
- Global Normalizer::getMode (void) const
- To be removed after 2002-sep-30. Use UNormalizationMode.
- Global Normalizer::getNormalizerEMode (UNormalizationMode mode, UErrorCode &status)
- To be removed after 2002-sep-30. Use UNormalizationMode.
- Global Normalizer::getUNormalizationMode (EMode mode, UErrorCode &status)
- To be removed after 2002-sep-30. Use UNormalizationMode.
- Global Normalizer::normalize (const UnicodeString &source, EMode mode, int32_t options, UnicodeString &result, UErrorCode &status)
- To be removed after 2002-sep-30. Use UNormalizationMode.
- Global Normalizer::quickCheck (const UnicodeString &source, EMode mode, UErrorCode &status)
- To be removed after 2002-sep-30. Use UNormalizationMode.
- Global Normalizer::setIndex (int32_t index)
- To be removed after 2002-aug-31. Use setIndexOnly().
- Global Normalizer::setMode (EMode newMode)
- To be removed after 2002-sep-30. Use UNormalizationMode.
- 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. Use the other getOffset().
- Global TimeZone::inDaylightTime (UDate date, UErrorCode &status) const=0
- Remove after 2000-dec-31. Use useDaylightTime() instead.
- 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_... functions.
- 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. Use isEmtpy() or truncate(0).
- Global UnicodeString::getCharLimit (int32_t offset) const
- To be removed after 2002-sep-30. Use getChar32Limit().
- Global UnicodeString::getCharStart (int32_t offset) const
- To be removed after 2002-sep-30. Use getChar32Start().
- 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 UnicodeConverterCPP
- Remove in 2.0 release
- Global u_charScript
- Use u_charBlock instead. Remove after Aug,2002
- Global UCharScript
- Use the enum UCharBlock instead. Remove after Aug,2002
- 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. Use support for running multiple versions of ICU
- 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 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. UTextOffset to be removed after 2003-mar.
Generated on Fri Mar 7 20:02:49 2003 for ICU 2.1 by
1.3-rc3