- Class AnnualTimeZoneRule
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::AnnualTimeZoneRule (const UnicodeString &name, int32_t rawOffset, int32_t dstSavings, const DateTimeRule &dateTimeRule, int32_t startYear, int32_t endYear)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::AnnualTimeZoneRule (const UnicodeString &name, int32_t rawOffset, int32_t dstSavings, DateTimeRule *dateTimeRule, int32_t startYear, int32_t endYear)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::AnnualTimeZoneRule (const AnnualTimeZoneRule &source)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::~AnnualTimeZoneRule ()
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::clone (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::operator= (const AnnualTimeZoneRule &right)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::operator== (const TimeZoneRule &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::operator!= (const TimeZoneRule &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::getRule (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::getStartYear (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::getEndYear (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::getStartInYear (int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::isEquivalentTo (const TimeZoneRule &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::getFirstStart (int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::getFinalStart (int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::getNextStart (UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::getPreviousStart (UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::getStaticClassID (void)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global AnnualTimeZoneRule::getDynamicClassID (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Class BasicTimeZone
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global BasicTimeZone::~BasicTimeZone ()
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global BasicTimeZone::BasicTimeZone ()
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global BasicTimeZone::BasicTimeZone (const UnicodeString &id)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global BasicTimeZone::BasicTimeZone (const BasicTimeZone &source)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global BasicTimeZone::getNextTransition (UDate base, UBool inclusive, TimeZoneTransition &result)=0
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global BasicTimeZone::getPreviousTransition (UDate base, UBool inclusive, TimeZoneTransition &result)=0
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global BasicTimeZone::hasEquivalentTransitions (BasicTimeZone &tz, UDate start, UDate end, UBool ignoreDstAmount, UErrorCode &ec)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global BasicTimeZone::countTransitionRules (UErrorCode &status)=0
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global BasicTimeZone::getTimeZoneRules (const InitialTimeZoneRule *&initial, const TimeZoneRule *trsrules[], int32_t &trscount, UErrorCode &status)=0
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global BasicTimeZone::getSimpleRulesNear (UDate date, InitialTimeZoneRule *&initial, AnnualTimeZoneRule *&std, AnnualTimeZoneRule *&dst, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Class DateTimePatternGenerator
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::createInstance (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::createInstance (const Locale &uLocale, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::createEmptyInstance (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::clone () const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::operator== (const DateTimePatternGenerator &other) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::operator!= (const DateTimePatternGenerator &other) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::getSkeleton (const UnicodeString &pattern, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::getBaseSkeleton (const UnicodeString &pattern, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::addPattern (const UnicodeString &pattern, UBool override, UnicodeString &conflictingPattern, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::setAppendItemFormat (UDateTimePatternField field, const UnicodeString &value)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::getAppendItemFormat (UDateTimePatternField field) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::setAppendItemName (UDateTimePatternField field, const UnicodeString &value)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::getAppendItemName (UDateTimePatternField field) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::setDateTimeFormat (const UnicodeString &dateTimeFormat)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::getDateTimeFormat () const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::getBestPattern (const UnicodeString &skeleton, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::replaceFieldTypes (const UnicodeString &pattern, const UnicodeString &skeleton, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::getSkeletons (UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::getPatternForSkeleton (const UnicodeString &skeleton) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::getBaseSkeletons (UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::setDecimal (const UnicodeString &decimal)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::getDecimal () const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::getDynamicClassID () const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::getStaticClassID (void)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimePatternGenerator::~DateTimePatternGenerator ()
- This API may be changed in the future versions and was introduced in ICU 3.8
- Class DateTimeRule
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::DateRuleType
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::TimeRuleType
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::DateTimeRule (int32_t month, int32_t dayOfMonth, int32_t millisInDay, TimeRuleType timeType)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::DateTimeRule (int32_t month, int32_t weekInMonth, int32_t dayOfWeek, int32_t millisInDay, TimeRuleType timeType)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::DateTimeRule (int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UBool after, int32_t millisInDay, TimeRuleType timeType)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::DateTimeRule (const DateTimeRule &source)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::~DateTimeRule ()
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::clone (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::operator= (const DateTimeRule &right)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::operator== (const DateTimeRule &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::operator!= (const DateTimeRule &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::getDateRuleType (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::getTimeRuleType (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::getRuleMonth (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::getRuleDayOfMonth (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::getRuleDayOfWeek (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::getRuleWeekInMonth (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::getRuleMillisInDay (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::getStaticClassID (void)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global DateTimeRule::getDynamicClassID (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Class InitialTimeZoneRule
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global InitialTimeZoneRule::InitialTimeZoneRule (const UnicodeString &name, int32_t rawOffset, int32_t dstSavings)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global InitialTimeZoneRule::InitialTimeZoneRule (const InitialTimeZoneRule &source)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global InitialTimeZoneRule::~InitialTimeZoneRule ()
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global InitialTimeZoneRule::clone (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global InitialTimeZoneRule::operator= (const InitialTimeZoneRule &right)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global InitialTimeZoneRule::operator== (const TimeZoneRule &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global InitialTimeZoneRule::operator!= (const TimeZoneRule &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global InitialTimeZoneRule::getStartInYear (int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global InitialTimeZoneRule::isEquivalentTo (const TimeZoneRule &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global InitialTimeZoneRule::getFirstStart (int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global InitialTimeZoneRule::getFinalStart (int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global InitialTimeZoneRule::getNextStart (UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global InitialTimeZoneRule::getPreviousStart (UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global InitialTimeZoneRule::getStaticClassID (void)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global InitialTimeZoneRule::getDynamicClassID (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global SimpleTimeZone::getNextTransition (UDate base, UBool inclusive, TimeZoneTransition &result)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global SimpleTimeZone::getPreviousTransition (UDate base, UBool inclusive, TimeZoneTransition &result)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global SimpleTimeZone::countTransitionRules (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global SimpleTimeZone::getTimeZoneRules (const InitialTimeZoneRule *&initial, const TimeZoneRule *trsrules[], int32_t &trscount, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Class TimeArrayTimeZoneRule
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::TimeArrayTimeZoneRule (const UnicodeString &name, int32_t rawOffset, int32_t dstSavings, const UDate *startTimes, int32_t numStartTimes, DateTimeRule::TimeRuleType timeRuleType)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::TimeArrayTimeZoneRule (const TimeArrayTimeZoneRule &source)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::~TimeArrayTimeZoneRule ()
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::clone (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::operator= (const TimeArrayTimeZoneRule &right)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::operator== (const TimeZoneRule &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::operator!= (const TimeZoneRule &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::getTimeType (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::getStartTimeAt (int32_t index, UDate &result) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::countStartTimes (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::isEquivalentTo (const TimeZoneRule &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::getFirstStart (int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::getFinalStart (int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::getNextStart (UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::getPreviousStart (UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::getStaticClassID (void)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeArrayTimeZoneRule::getDynamicClassID (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZone::getTZDataVersion (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Class TimeZoneRule
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneRule::~TimeZoneRule ()
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneRule::TimeZoneRule (const UnicodeString &name, int32_t rawOffset, int32_t dstSavings)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneRule::TimeZoneRule (const TimeZoneRule &source)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneRule::clone (void) const =0
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneRule::operator== (const TimeZoneRule &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneRule::operator!= (const TimeZoneRule &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneRule::getName (UnicodeString &name) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneRule::getRawOffset (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneRule::getDSTSavings (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneRule::isEquivalentTo (const TimeZoneRule &other) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneRule::getFirstStart (int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const =0
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneRule::getFinalStart (int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const =0
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneRule::getNextStart (UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const =0
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneRule::getPreviousStart (UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const =0
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneRule::operator= (const TimeZoneRule &right)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Class TimeZoneTransition
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::TimeZoneTransition (UDate time, const TimeZoneRule &from, const TimeZoneRule &to)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::TimeZoneTransition ()
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::TimeZoneTransition (const TimeZoneTransition &source)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::~TimeZoneTransition ()
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::clone (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::operator= (const TimeZoneTransition &right)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::operator== (const TimeZoneTransition &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::operator!= (const TimeZoneTransition &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::getTime (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::setTime (UDate time)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::getFrom (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::setFrom (const TimeZoneRule &from)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::adoptFrom (TimeZoneRule *from)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::setTo (const TimeZoneRule &to)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::adoptTo (TimeZoneRule *to)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::getTo (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::getStaticClassID (void)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global TimeZoneTransition::getDynamicClassID (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UnicodeSet::isFrozen () const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UnicodeSet::freeze ()
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UnicodeSet::cloneAsThawed () const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UnicodeSet::span (const UChar *s, int32_t length, USetSpanCondition spanCondition) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UnicodeSet::spanBack (const UChar *s, int32_t length, USetSpanCondition spanCondition) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UnicodeSet::spanUTF8 (const char *s, int32_t length, USetSpanCondition spanCondition) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UnicodeSet::spanBackUTF8 (const char *s, int32_t length, USetSpanCondition spanCondition) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UnicodeString::toTitle (BreakIterator *titleIter, const Locale &locale, uint32_t options)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Class VTimeZone
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::VTimeZone (const VTimeZone &source)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::~VTimeZone ()
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::operator= (const VTimeZone &right)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::operator== (const TimeZone &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::operator!= (const TimeZone &that) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::createVTimeZoneByID (const UnicodeString &ID)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::createVTimeZone (const UnicodeString &vtzdata, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::getTZURL (UnicodeString &url) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::setTZURL (const UnicodeString &url)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::getLastModified (UDate &lastModified) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::setLastModified (UDate lastModified)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::write (UnicodeString &result, UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::write (UDate start, UnicodeString &result, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::writeSimple (UDate time, UnicodeString &result, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::clone (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::getOffset (uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::getOffset (uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, int32_t monthLength, UErrorCode &status) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::getOffset (UDate date, UBool local, int32_t &rawOffset, int32_t &dstOffset, UErrorCode &ec) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::setRawOffset (int32_t offsetMillis)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::getRawOffset (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::useDaylightTime (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::hasSameRules (const TimeZone &other) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::getNextTransition (UDate base, UBool inclusive, TimeZoneTransition &result)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::getPreviousTransition (UDate base, UBool inclusive, TimeZoneTransition &result)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::countTransitionRules (UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::getTimeZoneRules (const InitialTimeZoneRule *&initial, const TimeZoneRule *trsrules[], int32_t &trscount, UErrorCode &status)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::getStaticClassID (void)
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global VTimeZone::getDynamicClassID (void) const
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global ucal_getTZDataVersion
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global U_TITLECASE_NO_BREAK_ADJUSTMENT
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global U_TITLECASE_NO_LOWERCASE
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global ucasemap_getBreakIterator
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global ucasemap_setBreakIterator
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global ucasemap_toTitle
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global ucasemap_utf8FoldCase
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global ucasemap_utf8ToTitle
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDateTimePatternConflict
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_NO_CONFLICT
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_BASE_CONFLICT
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_CONFLICT
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_CONFLICT_COUNT
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDateTimePatternField
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_ERA_FIELD
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_YEAR_FIELD
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_QUARTER_FIELD
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_MONTH_FIELD
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_WEEK_OF_YEAR_FIELD
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_WEEK_OF_MONTH_FIELD
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_WEEKDAY_FIELD
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_DAY_OF_YEAR_FIELD
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_DAY_OF_WEEK_IN_MONTH_FIELD
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_DAY_FIELD
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_DAYPERIOD_FIELD
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_HOUR_FIELD
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_MINUTE_FIELD
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_SECOND_FIELD
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_FRACTIONAL_SECOND_FIELD
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_ZONE_FIELD
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDATPG_FIELD_COUNT
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDateTimePatternGenerator
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_addPattern
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_clone
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_close
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_getAppendItemFormat
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_getAppendItemName
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_getBaseSkeleton
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_getBestPattern
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_getDateTimeFormat
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_getDecimal
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_getPatternForSkeleton
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_getSkeleton
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_open
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_openBaseSkeletons
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_openEmpty
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_openSkeletons
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_replaceFieldTypes
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_setAppendItemFormat
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_setAppendItemName
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_setDateTimeFormat
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global udatpg_setDecimal
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global uloc_getLocaleForLCID
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UREGEX_CANON_EQ
- This API may be changed in the future versions and was introduced in ICU 2.4
- Global USetSpanCondition
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global USET_SPAN_NOT_CONTAINED
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global USET_SPAN_CONTAINED
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global USET_SPAN_SIMPLE
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global USET_SPAN_CONDITION_COUNT
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global uset_clone
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global uset_cloneAsThawed
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global uset_freeze
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global uset_isFrozen
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global uset_span
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global uset_spanBack
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global uset_spanBackUTF8
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global uset_spanUTF8
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UFileDirection
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fclose
- This API may be changed in the future versions and was introduced in 3.0
- Global u_feof
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fflush
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fgetc
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fgetcodepage
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fgetConverter
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fgetcx
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fgetfile
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fgetlocale
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fgets
- This API may be changed in the future versions and was introduced in 3.0
- Global u_file_read
- This API may be changed in the future versions and was introduced in 3.0
- Global u_file_write
- This API may be changed in the future versions and was introduced in 3.0
- Global u_finit
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fopen
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fprintf
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fprintf_u
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fputc
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fputs
- This API may be changed in the future versions and was introduced in 3.0
- Global u_frewind
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fscanf
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fscanf_u
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fsetcodepage
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fsetlocale
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fsettransliterator
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fstropen
- This API may be changed in the future versions and was introduced in 3.0
- Global u_fungetc
- This API may be changed in the future versions and was introduced in 3.0
- Global u_snprintf
- This API may be changed in the future versions and was introduced in 3.0
- Global u_snprintf_u
- This API may be changed in the future versions and was introduced in 3.0
- Global u_sprintf
- This API may be changed in the future versions and was introduced in 3.0
- Global u_sprintf_u
- This API may be changed in the future versions and was introduced in 3.0
- Global u_sscanf
- This API may be changed in the future versions and was introduced in 3.0
- Global u_sscanf_u
- This API may be changed in the future versions and was introduced in 3.0
- Global u_vfprintf
- This API may be changed in the future versions and was introduced in 3.0
- Global u_vfprintf_u
- This API may be changed in the future versions and was introduced in 3.0
- Global u_vfscanf
- This API may be changed in the future versions and was introduced in 3.0
- Global u_vfscanf_u
- This API may be changed in the future versions and was introduced in 3.0
- Global u_vsnprintf
- This API may be changed in the future versions and was introduced in 3.0
- Global u_vsnprintf_u
- This API may be changed in the future versions and was introduced in 3.0
- Global u_vsprintf
- This API may be changed in the future versions and was introduced in 3.0
- Global u_vsprintf_u
- This API may be changed in the future versions and was introduced in 3.0
- Global u_vsscanf
- This API may be changed in the future versions and was introduced in 3.0
- Global u_vsscanf_u
- This API may be changed in the future versions and was introduced in 3.0
- Global UTEXT_SETNATIVEINDEX
- This API may be changed in the future versions and was introduced in ICU 3.8
- Global UDTS_UNIX_MICROSECONDS_TIME
- This API may be changed in the future versions and was introduced in ICU 3.8
Generated on Fri Jan 25 08:31:13 2008 for ICU 3.8 by
1.5.4