File | Public API Prototype | ICU 3.8.1 | ICU 4.0 |
basictz.h | BasicTimeZone::~BasicTimeZone() | Draft | Stable |
basictz.h | UBool BasicTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition &result)=0 | Draft | Stable |
basictz.h | int32_t BasicTimeZone::countTransitionRules(UErrorCode &status)=0 | Draft | Stable |
basictz.h | UBool BasicTimeZone::hasEquivalentTransitions(BasicTimeZone &tz, UDate start, UDate end, UBool ignoreDstAmount, UErrorCode &ec) | Draft | Stable |
basictz.h | void BasicTimeZone::getTimeZoneRules(const InitialTimeZoneRule *&initial, const TimeZoneRule *trsrules[], int32_t &trscount, UErrorCode &status)=0 | Draft | Stable |
basictz.h | UBool BasicTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition &result)=0 | Draft | Stable |
basictz.h | void BasicTimeZone::getSimpleRulesNear(UDate date, InitialTimeZoneRule *&initial, AnnualTimeZoneRule *&std, AnnualTimeZoneRule *&dst, UErrorCode &status) | Draft | Stable |
dtptngen.h | const UnicodeString& DateTimePatternGenerator::getDateTimeFormat() const | Draft | Stable |
dtptngen.h | void DateTimePatternGenerator::setDecimal(const UnicodeString &decimal) | Draft | Stable |
dtptngen.h | const UnicodeString& DateTimePatternGenerator::getPatternForSkeleton(const UnicodeString &skeleton) const | Draft | Stable |
dtptngen.h | UnicodeString DateTimePatternGenerator::getBestPattern(const UnicodeString &skeleton, UErrorCode &status) | Draft | Stable |
dtptngen.h | void DateTimePatternGenerator::setDateTimeFormat(const UnicodeString &dateTimeFormat) | Draft | Stable |
dtptngen.h | UBool DateTimePatternGenerator::operator!=(const DateTimePatternGenerator &other) const | Draft | Stable |
dtptngen.h | UBool DateTimePatternGenerator::operator==(const DateTimePatternGenerator &other) const | Draft | Stable |
dtptngen.h | void DateTimePatternGenerator::setAppendItemFormat(UDateTimePatternField field, const UnicodeString &value) | Draft | Stable |
dtptngen.h | static DateTimePatternGenerator* DateTimePatternGenerator::createInstance(const Locale &uLocale, UErrorCode &status) | Draft | Stable |
dtptngen.h | static DateTimePatternGenerator* DateTimePatternGenerator::createInstance(UErrorCode &status) | Draft | Stable |
dtptngen.h | static DateTimePatternGenerator* DateTimePatternGenerator::createEmptyInstance(UErrorCode &status) | Draft | Stable |
dtptngen.h | void DateTimePatternGenerator::setAppendItemName(UDateTimePatternField field, const UnicodeString &value) | Draft | Stable |
dtptngen.h | UDateTimePatternConflict DateTimePatternGenerator::addPattern(const UnicodeString &pattern, UBool override, UnicodeString &conflictingPattern, UErrorCode &status) | Draft | Stable |
dtptngen.h | UClassID DateTimePatternGenerator::getDynamicClassID() const | Draft | Stable |
dtptngen.h | const UnicodeString& DateTimePatternGenerator::getDecimal() const | Draft | Stable |
dtptngen.h | DateTimePatternGenerator::~DateTimePatternGenerator() | Draft | Stable |
dtptngen.h | UnicodeString DateTimePatternGenerator::getSkeleton(const UnicodeString &pattern, UErrorCode &status) | Draft | Stable |
dtptngen.h | StringEnumeration* DateTimePatternGenerator::getSkeletons(UErrorCode &status) const | Draft | Stable |
dtptngen.h | DateTimePatternGenerator* DateTimePatternGenerator::clone() const | Draft | Stable |
dtptngen.h | UnicodeString DateTimePatternGenerator::replaceFieldTypes(const UnicodeString &pattern, const UnicodeString &skeleton, UErrorCode &status) | Draft | Stable |
dtptngen.h | const UnicodeString& DateTimePatternGenerator::getAppendItemFormat(UDateTimePatternField field) const | Draft | Stable |
dtptngen.h | const UnicodeString& DateTimePatternGenerator::getAppendItemName(UDateTimePatternField field) const | Draft | Stable |
dtptngen.h | static UClassID DateTimePatternGenerator::getStaticClassID(void) | Draft | Stable |
dtptngen.h | UnicodeString DateTimePatternGenerator::getBaseSkeleton(const UnicodeString &pattern, UErrorCode &status) | Draft | Stable |
dtptngen.h | StringEnumeration* DateTimePatternGenerator::getBaseSkeletons(UErrorCode &status) const | Draft | Stable |
dtrule.h | DateTimeRule::DateTimeRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek, int32_t millisInDay, TimeRuleType timeType) | Draft | Stable |
dtrule.h | int32_t DateTimeRule::getRuleWeekInMonth(void) const | Draft | Stable |
dtrule.h | UBool DateTimeRule::operator==(const DateTimeRule &that) const | Draft | Stable |
dtrule.h | int32_t DateTimeRule::getRuleMonth(void) const | Draft | Stable |
dtrule.h | DateTimeRule* DateTimeRule::clone(void) const | Draft | Stable |
dtrule.h | TimeRuleType DateTimeRule::getTimeRuleType(void) const | Draft | Stable |
dtrule.h | DateTimeRule::DateTimeRule(int32_t month, int32_t dayOfMonth, int32_t millisInDay, TimeRuleType timeType) | Draft | Stable |
dtrule.h | UBool DateTimeRule::operator!=(const DateTimeRule &that) const | Draft | Stable |
dtrule.h | DateTimeRule& DateTimeRule::operator=(const DateTimeRule &right) | Draft | Stable |
dtrule.h | DateTimeRule::DateTimeRule(const DateTimeRule &source) | Draft | Stable |
dtrule.h | UClassID DateTimeRule::getDynamicClassID(void) const | Draft | Stable |
dtrule.h | int32_t DateTimeRule::getRuleMillisInDay(void) const | Draft | Stable |
dtrule.h | static UClassID DateTimeRule::getStaticClassID(void) | Draft | Stable |
dtrule.h | int32_t DateTimeRule::getRuleDayOfWeek(void) const | Draft | Stable |
dtrule.h | DateRuleType DateTimeRule::getDateRuleType(void) const | Draft | Stable |
dtrule.h | int32_t DateTimeRule::getRuleDayOfMonth(void) const | Draft | Stable |
dtrule.h | DateTimeRule::DateTimeRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UBool after, int32_t millisInDay, TimeRuleType timeType) | Draft | Stable |
dtrule.h | DateTimeRule::~DateTimeRule() | Draft | Stable |
rbtz.h | UBool RuleBasedTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition &result) | Draft | Stable |
rbtz.h | RuleBasedTimeZone::RuleBasedTimeZone(const UnicodeString &id, InitialTimeZoneRule *initialRule) | Draft | Stable |
rbtz.h | RuleBasedTimeZone::RuleBasedTimeZone(const RuleBasedTimeZone &source) | Draft | Stable |
rbtz.h | int32_t RuleBasedTimeZone::getRawOffset(void) const | Draft | Stable |
rbtz.h | static UClassID RuleBasedTimeZone::getStaticClassID(void) | Draft | Stable |
rbtz.h | void RuleBasedTimeZone::complete(UErrorCode &status) | Draft | Stable |
rbtz.h | RuleBasedTimeZone& RuleBasedTimeZone::operator=(const RuleBasedTimeZone &right) | Draft | Stable |
rbtz.h | TimeZone* RuleBasedTimeZone::clone(void) const | Draft | Stable |
rbtz.h | void RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t &rawOffset, int32_t &dstOffset, UErrorCode &ec) const | Draft | Stable |
rbtz.h | RuleBasedTimeZone::~RuleBasedTimeZone() | Draft | Stable |
rbtz.h | UBool RuleBasedTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition &result) | Draft | Stable |
rbtz.h | UBool RuleBasedTimeZone::operator!=(const TimeZone &that) const | Draft | Stable |
rbtz.h | int32_t RuleBasedTimeZone::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 | Draft | Stable |
rbtz.h | int32_t RuleBasedTimeZone::countTransitionRules(UErrorCode &status) | Draft | Stable |
rbtz.h | UBool RuleBasedTimeZone::operator==(const TimeZone &that) const | Draft | Stable |
rbtz.h | UBool RuleBasedTimeZone::useDaylightTime(void) const | Draft | Stable |
rbtz.h | UClassID RuleBasedTimeZone::getDynamicClassID(void) const | Draft | Stable |
rbtz.h | int32_t RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, UErrorCode &status) const | Draft | Stable |
rbtz.h | void RuleBasedTimeZone::getTimeZoneRules(const InitialTimeZoneRule *&initial, const TimeZoneRule *trsrules[], int32_t &trscount, UErrorCode &status) | Draft | Stable |
rbtz.h | UBool RuleBasedTimeZone::hasSameRules(const TimeZone &other) const | Draft | Stable |
rbtz.h | void RuleBasedTimeZone::addTransitionRule(TimeZoneRule *rule, UErrorCode &status) | Draft | Stable |
rbtz.h | void RuleBasedTimeZone::setRawOffset(int32_t offsetMillis) | Draft | Stable |
simpletz.h | void SimpleTimeZone::getTimeZoneRules(const InitialTimeZoneRule *&initial, const TimeZoneRule *trsrules[], int32_t &trscount, UErrorCode &status) | Draft | Stable |
simpletz.h | UBool SimpleTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition &result) | Draft | Stable |
simpletz.h | int32_t SimpleTimeZone::countTransitionRules(UErrorCode &status) | Draft | Stable |
simpletz.h | UBool SimpleTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition &result) | Draft | Stable |
timezone.h | static const char* TimeZone::getTZDataVersion(UErrorCode &status) | Draft | Stable |
tzrule.h | UBool TimeZoneRule::operator!=(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | UBool TimeZoneRule::operator==(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | UClassID AnnualTimeZoneRule::getDynamicClassID(void) const | Draft | Stable |
tzrule.h | UBool InitialTimeZoneRule::getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const | Draft | Stable |
tzrule.h | AnnualTimeZoneRule::AnnualTimeZoneRule(const AnnualTimeZoneRule &source) | Draft | Stable |
tzrule.h | UBool TimeArrayTimeZoneRule::isEquivalentTo(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | AnnualTimeZoneRule::~AnnualTimeZoneRule() | Draft | Stable |
tzrule.h | UBool AnnualTimeZoneRule::operator==(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | static UClassID TimeArrayTimeZoneRule::getStaticClassID(void) | Draft | Stable |
tzrule.h | UBool TimeArrayTimeZoneRule::getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const | Draft | Stable |
tzrule.h | UClassID InitialTimeZoneRule::getDynamicClassID(void) const | Draft | Stable |
tzrule.h | UBool TimeArrayTimeZoneRule::operator!=(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | UBool InitialTimeZoneRule::isEquivalentTo(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | UBool TimeArrayTimeZoneRule::getStartTimeAt(int32_t index, UDate &result) const | Draft | Stable |
tzrule.h | const DateTimeRule* AnnualTimeZoneRule::getRule(void) const | Draft | Stable |
tzrule.h | AnnualTimeZoneRule::AnnualTimeZoneRule(const UnicodeString &name, int32_t rawOffset, int32_t dstSavings, const DateTimeRule &dateTimeRule, int32_t startYear, int32_t endYear) | Draft | Stable |
tzrule.h | TimeArrayTimeZoneRule& TimeArrayTimeZoneRule::operator=(const TimeArrayTimeZoneRule &right) | Draft | Stable |
tzrule.h | UBool TimeArrayTimeZoneRule::getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const | Draft | Stable |
tzrule.h | static UClassID AnnualTimeZoneRule::getStaticClassID(void) | Draft | Stable |
tzrule.h | UBool InitialTimeZoneRule::operator!=(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | UBool TimeZoneRule::getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const =0 | Draft | Stable |
tzrule.h | TimeZoneRule* TimeZoneRule::clone(void) const =0 | Draft | Stable |
tzrule.h | UBool TimeZoneRule::getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const =0 | Draft | Stable |
tzrule.h | InitialTimeZoneRule& InitialTimeZoneRule::operator=(const InitialTimeZoneRule &right) | Draft | Stable |
tzrule.h | TimeArrayTimeZoneRule* TimeArrayTimeZoneRule::clone(void) const | Draft | Stable |
tzrule.h | int32_t TimeZoneRule::getDSTSavings(void) const | Draft | Stable |
tzrule.h | UClassID TimeArrayTimeZoneRule::getDynamicClassID(void) const | Draft | Stable |
tzrule.h | int32_t AnnualTimeZoneRule::getStartYear(void) const | Draft | Stable |
tzrule.h | UBool AnnualTimeZoneRule::getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const | Draft | Stable |
tzrule.h | UBool AnnualTimeZoneRule::getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const | Draft | Stable |
tzrule.h | AnnualTimeZoneRule& AnnualTimeZoneRule::operator=(const AnnualTimeZoneRule &right) | Draft | Stable |
tzrule.h | int32_t TimeZoneRule::getRawOffset(void) const | Draft | Stable |
tzrule.h | TimeArrayTimeZoneRule::TimeArrayTimeZoneRule(const UnicodeString &name, int32_t rawOffset, int32_t dstSavings, const UDate *startTimes, int32_t numStartTimes, DateTimeRule::TimeRuleType timeRuleType) | Draft | Stable |
tzrule.h | TimeArrayTimeZoneRule::~TimeArrayTimeZoneRule() | Draft | Stable |
tzrule.h | UBool InitialTimeZoneRule::operator==(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | int32_t TimeArrayTimeZoneRule::countStartTimes(void) const | Draft | Stable |
tzrule.h | InitialTimeZoneRule::InitialTimeZoneRule(const InitialTimeZoneRule &source) | Draft | Stable |
tzrule.h | UBool TimeZoneRule::isEquivalentTo(const TimeZoneRule &other) const | Draft | Stable |
tzrule.h | UBool TimeArrayTimeZoneRule::getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const | Draft | Stable |
tzrule.h | InitialTimeZoneRule::InitialTimeZoneRule(const UnicodeString &name, int32_t rawOffset, int32_t dstSavings) | Draft | Stable |
tzrule.h | int32_t AnnualTimeZoneRule::getEndYear(void) const | Draft | Stable |
tzrule.h | UBool InitialTimeZoneRule::getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const | Draft | Stable |
tzrule.h | TimeZoneRule::~TimeZoneRule() | Draft | Stable |
tzrule.h | InitialTimeZoneRule* InitialTimeZoneRule::clone(void) const | Draft | Stable |
tzrule.h | UBool InitialTimeZoneRule::getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const | Draft | Stable |
tzrule.h | UBool TimeZoneRule::getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const =0 | Draft | Stable |
tzrule.h | UBool TimeArrayTimeZoneRule::getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const | Draft | Stable |
tzrule.h | UBool AnnualTimeZoneRule::operator!=(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | InitialTimeZoneRule::~InitialTimeZoneRule() | Draft | Stable |
tzrule.h | UBool AnnualTimeZoneRule::getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const | Draft | Stable |
tzrule.h | TimeArrayTimeZoneRule::TimeArrayTimeZoneRule(const TimeArrayTimeZoneRule &source) | Draft | Stable |
tzrule.h | UBool TimeArrayTimeZoneRule::operator==(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | UBool InitialTimeZoneRule::getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const | Draft | Stable |
tzrule.h | UnicodeString& TimeZoneRule::getName(UnicodeString &name) const | Draft | Stable |
tzrule.h | AnnualTimeZoneRule::AnnualTimeZoneRule(const UnicodeString &name, int32_t rawOffset, int32_t dstSavings, DateTimeRule *dateTimeRule, int32_t startYear, int32_t endYear) | Draft | Stable |
tzrule.h | static UClassID InitialTimeZoneRule::getStaticClassID(void) | Draft | Stable |
tzrule.h | UBool AnnualTimeZoneRule::getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const | Draft | Stable |
tzrule.h | UBool AnnualTimeZoneRule::getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const | Draft | Stable |
tzrule.h | UBool TimeZoneRule::getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const =0 | Draft | Stable |
tzrule.h | AnnualTimeZoneRule* AnnualTimeZoneRule::clone(void) const | Draft | Stable |
tzrule.h | DateTimeRule::TimeRuleType TimeArrayTimeZoneRule::getTimeType(void) const | Draft | Stable |
tzrule.h | UBool AnnualTimeZoneRule::isEquivalentTo(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | UBool InitialTimeZoneRule::getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const | Draft | Stable |
tztrans.h | TimeZoneTransition::~TimeZoneTransition() | Draft | Stable |
tztrans.h | UClassID TimeZoneTransition::getDynamicClassID(void) const | Draft | Stable |
tztrans.h | UBool TimeZoneTransition::operator==(const TimeZoneTransition &that) const | Draft | Stable |
tztrans.h | UDate TimeZoneTransition::getTime(void) const | Draft | Stable |
tztrans.h | void TimeZoneTransition::setFrom(const TimeZoneRule &from) | Draft | Stable |
tztrans.h | TimeZoneTransition* TimeZoneTransition::clone(void) const | Draft | Stable |
tztrans.h | void TimeZoneTransition::setTime(UDate time) | Draft | Stable |
tztrans.h | TimeZoneTransition::TimeZoneTransition() | Draft | Stable |
tztrans.h | void TimeZoneTransition::adoptTo(TimeZoneRule *to) | Draft | Stable |
tztrans.h | const TimeZoneRule* TimeZoneTransition::getFrom(void) const | Draft | Stable |
tztrans.h | UBool TimeZoneTransition::operator!=(const TimeZoneTransition &that) const | Draft | Stable |
tztrans.h | TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule &from, const TimeZoneRule &to) | Draft | Stable |
tztrans.h | void TimeZoneTransition::adoptFrom(TimeZoneRule *from) | Draft | Stable |
tztrans.h | TimeZoneTransition::TimeZoneTransition(const TimeZoneTransition &source) | Draft | Stable |
tztrans.h | TimeZoneTransition& TimeZoneTransition::operator=(const TimeZoneTransition &right) | Draft | Stable |
tztrans.h | void TimeZoneTransition::setTo(const TimeZoneRule &to) | Draft | Stable |
tztrans.h | static UClassID TimeZoneTransition::getStaticClassID(void) | Draft | Stable |
tztrans.h | const TimeZoneRule* TimeZoneTransition::getTo(void) const | Draft | Stable |
ucal.h | const char* ucal_getTZDataVersion(UErrorCode *status) | Draft | Stable |
ucasemap.h | int32_t ucasemap_utf8ToTitle(UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) | Draft | Stable |
ucasemap.h | int32_t ucasemap_utf8FoldCase(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) | Draft | Stable |
ucasemap.h | int32_t ucasemap_toTitle(UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) | Draft | Stable |
ucasemap.h | void ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode *pErrorCode) | Draft | Stable |
ucasemap.h | const UBreakIterator* ucasemap_getBreakIterator(const UCaseMap *csm) | Draft | Stable |
udatpg.h | int32_t udatpg_getBaseSkeleton(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t length, UChar *baseSkeleton, int32_t capacity, UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | const UChar* udatpg_getDateTimeFormat(const UDateTimePatternGenerator *dtpg, int32_t *pLength) | Draft | Stable |
udatpg.h | void udatpg_setAppendItemName(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const UChar *value, int32_t length) | Draft | Stable |
udatpg.h | const UChar* udatpg_getPatternForSkeleton(const UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t skeletonLength, int32_t *pLength) | Draft | Stable |
udatpg.h | void udatpg_setAppendItemFormat(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const UChar *value, int32_t length) | Draft | Stable |
udatpg.h | int32_t udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | int32_t udatpg_getBestPattern(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | UDateTimePatternGenerator* udatpg_open(const char *locale, UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | UDateTimePatternGenerator* udatpg_openEmpty(UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | UDateTimePatternConflict udatpg_addPattern(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, UBool override, UChar *conflictingPattern, int32_t capacity, int32_t *pLength, UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | int32_t udatpg_getSkeleton(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t length, UChar *skeleton, int32_t capacity, UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | void udatpg_close(UDateTimePatternGenerator *dtpg) | Draft | Stable |
udatpg.h | const UChar* udatpg_getAppendItemFormat(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, int32_t *pLength) | Draft | Stable |
udatpg.h | const UChar* udatpg_getAppendItemName(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, int32_t *pLength) | Draft | Stable |
udatpg.h | void udatpg_setDateTimeFormat(const UDateTimePatternGenerator *dtpg, const UChar *dtFormat, int32_t length) | Draft | Stable |
udatpg.h | UEnumeration* udatpg_openBaseSkeletons(const UDateTimePatternGenerator *dtpg, UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | const UChar* udatpg_getDecimal(const UDateTimePatternGenerator *dtpg, int32_t *pLength) | Draft | Stable |
udatpg.h | void udatpg_setDecimal(UDateTimePatternGenerator *dtpg, const UChar *decimal, int32_t length) | Draft | Stable |
udatpg.h | UEnumeration* udatpg_openSkeletons(const UDateTimePatternGenerator *dtpg, UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | UDateTimePatternGenerator* udatpg_clone(const UDateTimePatternGenerator *dtpg, UErrorCode *pErrorCode) | Draft | Stable |
uloc.h | int32_t uloc_getLocaleForLCID(uint32_t hostID, char *locale, int32_t localeCapacity, UErrorCode *status) | Draft | Stable |
uniset.h | int32_t UnicodeSet::spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const | Draft | Stable |
uniset.h | UBool UnicodeSet::isFrozen() const | Draft | Stable |
uniset.h | int32_t UnicodeSet::spanUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const | Draft | Stable |
uniset.h | UnicodeFunctor* UnicodeSet::freeze() | Draft | Stable |
uniset.h | UnicodeFunctor* UnicodeSet::cloneAsThawed() const | Draft | Stable |
uniset.h | int32_t UnicodeSet::spanBackUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const | Draft | Stable |
uniset.h | int32_t UnicodeSet::span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const | Draft | Stable |
unistr.h | UnicodeString& UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale, uint32_t options) | Draft | Stable |
unistr.h | int32_t u_strlen(const UChar *s) | Stable | |
uset.h | int32_t uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) | Draft | Stable |
uset.h | int32_t uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) | Draft | Stable |
uset.h | USet* uset_cloneAsThawed(const USet *set) | Draft | Stable |
uset.h | void uset_freeze(USet *set) | Draft | Stable |
uset.h | USet* uset_clone(const USet *set) | Draft | Stable |
uset.h | int32_t uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) | Draft | Stable |
uset.h | UBool uset_isFrozen(const USet *set) | Draft | Stable |
uset.h | int32_t uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) | Draft | Stable |
vtzone.h | UBool VTimeZone::getLastModified(UDate &lastModified) const | Draft | Stable |
vtzone.h | static VTimeZone* VTimeZone::createVTimeZoneByID(const UnicodeString &ID) | Draft | Stable |
vtzone.h | void VTimeZone::getTimeZoneRules(const InitialTimeZoneRule *&initial, const TimeZoneRule *trsrules[], int32_t &trscount, UErrorCode &status) | Draft | Stable |
vtzone.h | void VTimeZone::getOffset(UDate date, UBool local, int32_t &rawOffset, int32_t &dstOffset, UErrorCode &ec) const | Draft | Stable |
vtzone.h | VTimeZone::VTimeZone(const VTimeZone &source) | Draft | Stable |
vtzone.h | int32_t 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 | Draft | Stable |
vtzone.h | void VTimeZone::setTZURL(const UnicodeString &url) | Draft | Stable |
vtzone.h | UClassID VTimeZone::getDynamicClassID(void) const | Draft | Stable |
vtzone.h | int32_t VTimeZone::getRawOffset(void) const | Draft | Stable |
vtzone.h | void VTimeZone::write(UnicodeString &result, UErrorCode &status) const | Draft | Stable |
vtzone.h | UBool VTimeZone::operator!=(const TimeZone &that) const | Draft | Stable |
vtzone.h | int32_t VTimeZone::countTransitionRules(UErrorCode &status) | Draft | Stable |
vtzone.h | TimeZone* VTimeZone::clone(void) const | Draft | Stable |
vtzone.h | UBool VTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition &result) | Draft | Stable |
vtzone.h | VTimeZone& VTimeZone::operator=(const VTimeZone &right) | Draft | Stable |
vtzone.h | VTimeZone::~VTimeZone() | Draft | Stable |
vtzone.h | void VTimeZone::write(UDate start, UnicodeString &result, UErrorCode &status) | Draft | Stable |
vtzone.h | void VTimeZone::setLastModified(UDate lastModified) | Draft | Stable |
vtzone.h | int32_t VTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, UErrorCode &status) const | Draft | Stable |
vtzone.h | static VTimeZone* VTimeZone::createVTimeZone(const UnicodeString &vtzdata, UErrorCode &status) | Draft | Stable |
vtzone.h | UBool VTimeZone::hasSameRules(const TimeZone &other) const | Draft | Stable |
vtzone.h | UBool VTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition &result) | Draft | Stable |
vtzone.h | void VTimeZone::setRawOffset(int32_t offsetMillis) | Draft | Stable |
vtzone.h | UBool VTimeZone::getTZURL(UnicodeString &url) const | Draft | Stable |
vtzone.h | static UClassID VTimeZone::getStaticClassID(void) | Draft | Stable |
vtzone.h | UBool VTimeZone::operator==(const TimeZone &that) const | Draft | Stable |
vtzone.h | UBool VTimeZone::useDaylightTime(void) const | Draft | Stable |
vtzone.h | void VTimeZone::writeSimple(UDate time, UnicodeString &result, UErrorCode &status) | Draft | Stable |
File | Public API Prototype | ICU 3.8.1 | ICU 4.0 |
basictz.h | BasicTimeZone::~BasicTimeZone() | Draft | Stable |
basictz.h | UBool BasicTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition &result)=0 | Draft | Stable |
basictz.h | int32_t BasicTimeZone::countTransitionRules(UErrorCode &status)=0 | Draft | Stable |
basictz.h | UBool BasicTimeZone::hasEquivalentTransitions(BasicTimeZone &tz, UDate start, UDate end, UBool ignoreDstAmount, UErrorCode &ec) | Draft | Stable |
basictz.h | void BasicTimeZone::getTimeZoneRules(const InitialTimeZoneRule *&initial, const TimeZoneRule *trsrules[], int32_t &trscount, UErrorCode &status)=0 | Draft | Stable |
basictz.h | UBool BasicTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition &result)=0 | Draft | Stable |
basictz.h | void BasicTimeZone::getSimpleRulesNear(UDate date, InitialTimeZoneRule *&initial, AnnualTimeZoneRule *&std, AnnualTimeZoneRule *&dst, UErrorCode &status) | Draft | Stable |
dtitvinf.h | UBool DateIntervalInfo::operator==(const DateIntervalInfo &other) const | None | Stable |
dtitvinf.h | UBool DateIntervalInfo::operator!=(const DateIntervalInfo &other) const | None | Stable |
dtitvinf.h | static UClassID DateIntervalInfo::getStaticClassID() | None | Stable |
dtitvinf.h | UClassID DateIntervalInfo::getDynamicClassID() const | None | Stable |
dtptngen.h | const UnicodeString& DateTimePatternGenerator::getDateTimeFormat() const | Draft | Stable |
dtptngen.h | void DateTimePatternGenerator::setDecimal(const UnicodeString &decimal) | Draft | Stable |
dtptngen.h | const UnicodeString& DateTimePatternGenerator::getPatternForSkeleton(const UnicodeString &skeleton) const | Draft | Stable |
dtptngen.h | UnicodeString DateTimePatternGenerator::getBestPattern(const UnicodeString &skeleton, UErrorCode &status) | Draft | Stable |
dtptngen.h | void DateTimePatternGenerator::setDateTimeFormat(const UnicodeString &dateTimeFormat) | Draft | Stable |
dtptngen.h | UBool DateTimePatternGenerator::operator!=(const DateTimePatternGenerator &other) const | Draft | Stable |
dtptngen.h | UBool DateTimePatternGenerator::operator==(const DateTimePatternGenerator &other) const | Draft | Stable |
dtptngen.h | void DateTimePatternGenerator::setAppendItemFormat(UDateTimePatternField field, const UnicodeString &value) | Draft | Stable |
dtptngen.h | static DateTimePatternGenerator* DateTimePatternGenerator::createInstance(const Locale &uLocale, UErrorCode &status) | Draft | Stable |
dtptngen.h | static DateTimePatternGenerator* DateTimePatternGenerator::createInstance(UErrorCode &status) | Draft | Stable |
dtptngen.h | static DateTimePatternGenerator* DateTimePatternGenerator::createEmptyInstance(UErrorCode &status) | Draft | Stable |
dtptngen.h | void DateTimePatternGenerator::setAppendItemName(UDateTimePatternField field, const UnicodeString &value) | Draft | Stable |
dtptngen.h | UDateTimePatternConflict DateTimePatternGenerator::addPattern(const UnicodeString &pattern, UBool override, UnicodeString &conflictingPattern, UErrorCode &status) | Draft | Stable |
dtptngen.h | UClassID DateTimePatternGenerator::getDynamicClassID() const | Draft | Stable |
dtptngen.h | const UnicodeString& DateTimePatternGenerator::getDecimal() const | Draft | Stable |
dtptngen.h | DateTimePatternGenerator::~DateTimePatternGenerator() | Draft | Stable |
dtptngen.h | UnicodeString DateTimePatternGenerator::getSkeleton(const UnicodeString &pattern, UErrorCode &status) | Draft | Stable |
dtptngen.h | StringEnumeration* DateTimePatternGenerator::getSkeletons(UErrorCode &status) const | Draft | Stable |
dtptngen.h | DateTimePatternGenerator* DateTimePatternGenerator::clone() const | Draft | Stable |
dtptngen.h | UnicodeString DateTimePatternGenerator::replaceFieldTypes(const UnicodeString &pattern, const UnicodeString &skeleton, UErrorCode &status) | Draft | Stable |
dtptngen.h | const UnicodeString& DateTimePatternGenerator::getAppendItemFormat(UDateTimePatternField field) const | Draft | Stable |
dtptngen.h | const UnicodeString& DateTimePatternGenerator::getAppendItemName(UDateTimePatternField field) const | Draft | Stable |
dtptngen.h | static UClassID DateTimePatternGenerator::getStaticClassID(void) | Draft | Stable |
dtptngen.h | UnicodeString DateTimePatternGenerator::getBaseSkeleton(const UnicodeString &pattern, UErrorCode &status) | Draft | Stable |
dtptngen.h | StringEnumeration* DateTimePatternGenerator::getBaseSkeletons(UErrorCode &status) const | Draft | Stable |
dtrule.h | DateTimeRule::DateTimeRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek, int32_t millisInDay, TimeRuleType timeType) | Draft | Stable |
dtrule.h | int32_t DateTimeRule::getRuleWeekInMonth(void) const | Draft | Stable |
dtrule.h | UBool DateTimeRule::operator==(const DateTimeRule &that) const | Draft | Stable |
dtrule.h | int32_t DateTimeRule::getRuleMonth(void) const | Draft | Stable |
dtrule.h | DateTimeRule* DateTimeRule::clone(void) const | Draft | Stable |
dtrule.h | TimeRuleType DateTimeRule::getTimeRuleType(void) const | Draft | Stable |
dtrule.h | DateTimeRule::DateTimeRule(int32_t month, int32_t dayOfMonth, int32_t millisInDay, TimeRuleType timeType) | Draft | Stable |
dtrule.h | UBool DateTimeRule::operator!=(const DateTimeRule &that) const | Draft | Stable |
dtrule.h | DateTimeRule& DateTimeRule::operator=(const DateTimeRule &right) | Draft | Stable |
dtrule.h | DateTimeRule::DateTimeRule(const DateTimeRule &source) | Draft | Stable |
dtrule.h | UClassID DateTimeRule::getDynamicClassID(void) const | Draft | Stable |
dtrule.h | int32_t DateTimeRule::getRuleMillisInDay(void) const | Draft | Stable |
dtrule.h | static UClassID DateTimeRule::getStaticClassID(void) | Draft | Stable |
dtrule.h | int32_t DateTimeRule::getRuleDayOfWeek(void) const | Draft | Stable |
dtrule.h | DateRuleType DateTimeRule::getDateRuleType(void) const | Draft | Stable |
dtrule.h | int32_t DateTimeRule::getRuleDayOfMonth(void) const | Draft | Stable |
dtrule.h | DateTimeRule::DateTimeRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UBool after, int32_t millisInDay, TimeRuleType timeType) | Draft | Stable |
dtrule.h | DateTimeRule::~DateTimeRule() | Draft | Stable |
LESwaps.h | static le_uint16 LESwaps::swapWord(const le_uint16 &value) | None | Stable |
LESwaps.h | static le_uint32 LESwaps::swapLong(const le_uint32 &value) | None | Stable |
msgfmt.h | UnicodeString& MessageFormat::format(const UnicodeString *argumentNames, const Formattable *arguments, int32_t count, UnicodeString &appendTo, UErrorCode &status) const | None | Stable |
rbtz.h | UBool RuleBasedTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition &result) | Draft | Stable |
rbtz.h | RuleBasedTimeZone::RuleBasedTimeZone(const UnicodeString &id, InitialTimeZoneRule *initialRule) | Draft | Stable |
rbtz.h | RuleBasedTimeZone::RuleBasedTimeZone(const RuleBasedTimeZone &source) | Draft | Stable |
rbtz.h | int32_t RuleBasedTimeZone::getRawOffset(void) const | Draft | Stable |
rbtz.h | static UClassID RuleBasedTimeZone::getStaticClassID(void) | Draft | Stable |
rbtz.h | void RuleBasedTimeZone::complete(UErrorCode &status) | Draft | Stable |
rbtz.h | RuleBasedTimeZone& RuleBasedTimeZone::operator=(const RuleBasedTimeZone &right) | Draft | Stable |
rbtz.h | TimeZone* RuleBasedTimeZone::clone(void) const | Draft | Stable |
rbtz.h | void RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t &rawOffset, int32_t &dstOffset, UErrorCode &ec) const | Draft | Stable |
rbtz.h | RuleBasedTimeZone::~RuleBasedTimeZone() | Draft | Stable |
rbtz.h | UBool RuleBasedTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition &result) | Draft | Stable |
rbtz.h | UBool RuleBasedTimeZone::operator!=(const TimeZone &that) const | Draft | Stable |
rbtz.h | int32_t RuleBasedTimeZone::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 | Draft | Stable |
rbtz.h | int32_t RuleBasedTimeZone::countTransitionRules(UErrorCode &status) | Draft | Stable |
rbtz.h | UBool RuleBasedTimeZone::operator==(const TimeZone &that) const | Draft | Stable |
rbtz.h | UBool RuleBasedTimeZone::useDaylightTime(void) const | Draft | Stable |
rbtz.h | UClassID RuleBasedTimeZone::getDynamicClassID(void) const | Draft | Stable |
rbtz.h | int32_t RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, UErrorCode &status) const | Draft | Stable |
rbtz.h | void RuleBasedTimeZone::getTimeZoneRules(const InitialTimeZoneRule *&initial, const TimeZoneRule *trsrules[], int32_t &trscount, UErrorCode &status) | Draft | Stable |
rbtz.h | UBool RuleBasedTimeZone::hasSameRules(const TimeZone &other) const | Draft | Stable |
rbtz.h | void RuleBasedTimeZone::addTransitionRule(TimeZoneRule *rule, UErrorCode &status) | Draft | Stable |
rbtz.h | void RuleBasedTimeZone::setRawOffset(int32_t offsetMillis) | Draft | Stable |
simpletz.h | void SimpleTimeZone::getTimeZoneRules(const InitialTimeZoneRule *&initial, const TimeZoneRule *trsrules[], int32_t &trscount, UErrorCode &status) | Draft | Stable |
simpletz.h | UBool SimpleTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition &result) | Draft | Stable |
simpletz.h | int32_t SimpleTimeZone::countTransitionRules(UErrorCode &status) | Draft | Stable |
simpletz.h | UBool SimpleTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition &result) | Draft | Stable |
timezone.h | static const char* TimeZone::getTZDataVersion(UErrorCode &status) | Draft | Stable |
tzrule.h | UBool TimeZoneRule::operator!=(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | UBool TimeZoneRule::operator==(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | UClassID AnnualTimeZoneRule::getDynamicClassID(void) const | Draft | Stable |
tzrule.h | UBool InitialTimeZoneRule::getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const | Draft | Stable |
tzrule.h | AnnualTimeZoneRule::AnnualTimeZoneRule(const AnnualTimeZoneRule &source) | Draft | Stable |
tzrule.h | UBool TimeArrayTimeZoneRule::isEquivalentTo(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | AnnualTimeZoneRule::~AnnualTimeZoneRule() | Draft | Stable |
tzrule.h | UBool AnnualTimeZoneRule::operator==(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | static UClassID TimeArrayTimeZoneRule::getStaticClassID(void) | Draft | Stable |
tzrule.h | UBool TimeArrayTimeZoneRule::getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const | Draft | Stable |
tzrule.h | UClassID InitialTimeZoneRule::getDynamicClassID(void) const | Draft | Stable |
tzrule.h | UBool TimeArrayTimeZoneRule::operator!=(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | UBool InitialTimeZoneRule::isEquivalentTo(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | UBool TimeArrayTimeZoneRule::getStartTimeAt(int32_t index, UDate &result) const | Draft | Stable |
tzrule.h | const DateTimeRule* AnnualTimeZoneRule::getRule(void) const | Draft | Stable |
tzrule.h | AnnualTimeZoneRule::AnnualTimeZoneRule(const UnicodeString &name, int32_t rawOffset, int32_t dstSavings, const DateTimeRule &dateTimeRule, int32_t startYear, int32_t endYear) | Draft | Stable |
tzrule.h | TimeArrayTimeZoneRule& TimeArrayTimeZoneRule::operator=(const TimeArrayTimeZoneRule &right) | Draft | Stable |
tzrule.h | UBool TimeArrayTimeZoneRule::getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const | Draft | Stable |
tzrule.h | static UClassID AnnualTimeZoneRule::getStaticClassID(void) | Draft | Stable |
tzrule.h | UBool InitialTimeZoneRule::operator!=(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | UBool TimeZoneRule::getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const =0 | Draft | Stable |
tzrule.h | TimeZoneRule* TimeZoneRule::clone(void) const =0 | Draft | Stable |
tzrule.h | UBool TimeZoneRule::getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const =0 | Draft | Stable |
tzrule.h | InitialTimeZoneRule& InitialTimeZoneRule::operator=(const InitialTimeZoneRule &right) | Draft | Stable |
tzrule.h | TimeArrayTimeZoneRule* TimeArrayTimeZoneRule::clone(void) const | Draft | Stable |
tzrule.h | int32_t TimeZoneRule::getDSTSavings(void) const | Draft | Stable |
tzrule.h | UClassID TimeArrayTimeZoneRule::getDynamicClassID(void) const | Draft | Stable |
tzrule.h | int32_t AnnualTimeZoneRule::getStartYear(void) const | Draft | Stable |
tzrule.h | UBool AnnualTimeZoneRule::getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const | Draft | Stable |
tzrule.h | UBool AnnualTimeZoneRule::getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const | Draft | Stable |
tzrule.h | AnnualTimeZoneRule& AnnualTimeZoneRule::operator=(const AnnualTimeZoneRule &right) | Draft | Stable |
tzrule.h | int32_t TimeZoneRule::getRawOffset(void) const | Draft | Stable |
tzrule.h | TimeArrayTimeZoneRule::TimeArrayTimeZoneRule(const UnicodeString &name, int32_t rawOffset, int32_t dstSavings, const UDate *startTimes, int32_t numStartTimes, DateTimeRule::TimeRuleType timeRuleType) | Draft | Stable |
tzrule.h | TimeArrayTimeZoneRule::~TimeArrayTimeZoneRule() | Draft | Stable |
tzrule.h | UBool InitialTimeZoneRule::operator==(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | int32_t TimeArrayTimeZoneRule::countStartTimes(void) const | Draft | Stable |
tzrule.h | InitialTimeZoneRule::InitialTimeZoneRule(const InitialTimeZoneRule &source) | Draft | Stable |
tzrule.h | UBool TimeZoneRule::isEquivalentTo(const TimeZoneRule &other) const | Draft | Stable |
tzrule.h | UBool TimeArrayTimeZoneRule::getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const | Draft | Stable |
tzrule.h | InitialTimeZoneRule::InitialTimeZoneRule(const UnicodeString &name, int32_t rawOffset, int32_t dstSavings) | Draft | Stable |
tzrule.h | int32_t AnnualTimeZoneRule::getEndYear(void) const | Draft | Stable |
tzrule.h | UBool InitialTimeZoneRule::getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const | Draft | Stable |
tzrule.h | TimeZoneRule::~TimeZoneRule() | Draft | Stable |
tzrule.h | InitialTimeZoneRule* InitialTimeZoneRule::clone(void) const | Draft | Stable |
tzrule.h | UBool InitialTimeZoneRule::getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const | Draft | Stable |
tzrule.h | UBool TimeZoneRule::getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const =0 | Draft | Stable |
tzrule.h | UBool TimeArrayTimeZoneRule::getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const | Draft | Stable |
tzrule.h | UBool AnnualTimeZoneRule::operator!=(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | InitialTimeZoneRule::~InitialTimeZoneRule() | Draft | Stable |
tzrule.h | UBool AnnualTimeZoneRule::getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const | Draft | Stable |
tzrule.h | TimeArrayTimeZoneRule::TimeArrayTimeZoneRule(const TimeArrayTimeZoneRule &source) | Draft | Stable |
tzrule.h | UBool TimeArrayTimeZoneRule::operator==(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | UBool InitialTimeZoneRule::getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const | Draft | Stable |
tzrule.h | UnicodeString& TimeZoneRule::getName(UnicodeString &name) const | Draft | Stable |
tzrule.h | AnnualTimeZoneRule::AnnualTimeZoneRule(const UnicodeString &name, int32_t rawOffset, int32_t dstSavings, DateTimeRule *dateTimeRule, int32_t startYear, int32_t endYear) | Draft | Stable |
tzrule.h | static UClassID InitialTimeZoneRule::getStaticClassID(void) | Draft | Stable |
tzrule.h | UBool AnnualTimeZoneRule::getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, UBool inclusive, UDate &result) const | Draft | Stable |
tzrule.h | UBool AnnualTimeZoneRule::getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const | Draft | Stable |
tzrule.h | UBool TimeZoneRule::getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const =0 | Draft | Stable |
tzrule.h | AnnualTimeZoneRule* AnnualTimeZoneRule::clone(void) const | Draft | Stable |
tzrule.h | DateTimeRule::TimeRuleType TimeArrayTimeZoneRule::getTimeType(void) const | Draft | Stable |
tzrule.h | UBool AnnualTimeZoneRule::isEquivalentTo(const TimeZoneRule &that) const | Draft | Stable |
tzrule.h | UBool InitialTimeZoneRule::getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate &result) const | Draft | Stable |
tztrans.h | TimeZoneTransition::~TimeZoneTransition() | Draft | Stable |
tztrans.h | UClassID TimeZoneTransition::getDynamicClassID(void) const | Draft | Stable |
tztrans.h | UBool TimeZoneTransition::operator==(const TimeZoneTransition &that) const | Draft | Stable |
tztrans.h | UDate TimeZoneTransition::getTime(void) const | Draft | Stable |
tztrans.h | void TimeZoneTransition::setFrom(const TimeZoneRule &from) | Draft | Stable |
tztrans.h | TimeZoneTransition* TimeZoneTransition::clone(void) const | Draft | Stable |
tztrans.h | void TimeZoneTransition::setTime(UDate time) | Draft | Stable |
tztrans.h | TimeZoneTransition::TimeZoneTransition() | Draft | Stable |
tztrans.h | void TimeZoneTransition::adoptTo(TimeZoneRule *to) | Draft | Stable |
tztrans.h | const TimeZoneRule* TimeZoneTransition::getFrom(void) const | Draft | Stable |
tztrans.h | UBool TimeZoneTransition::operator!=(const TimeZoneTransition &that) const | Draft | Stable |
tztrans.h | TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule &from, const TimeZoneRule &to) | Draft | Stable |
tztrans.h | void TimeZoneTransition::adoptFrom(TimeZoneRule *from) | Draft | Stable |
tztrans.h | TimeZoneTransition::TimeZoneTransition(const TimeZoneTransition &source) | Draft | Stable |
tztrans.h | TimeZoneTransition& TimeZoneTransition::operator=(const TimeZoneTransition &right) | Draft | Stable |
tztrans.h | void TimeZoneTransition::setTo(const TimeZoneRule &to) | Draft | Stable |
tztrans.h | static UClassID TimeZoneTransition::getStaticClassID(void) | Draft | Stable |
tztrans.h | const TimeZoneRule* TimeZoneTransition::getTo(void) const | Draft | Stable |
ucal.h | const char* ucal_getTZDataVersion(UErrorCode *status) | Draft | Stable |
ucasemap.h | int32_t ucasemap_utf8ToTitle(UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) | Draft | Stable |
ucasemap.h | int32_t ucasemap_utf8FoldCase(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) | Draft | Stable |
ucasemap.h | int32_t ucasemap_toTitle(UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) | Draft | Stable |
ucasemap.h | void ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode *pErrorCode) | Draft | Stable |
ucasemap.h | const UBreakIterator* ucasemap_getBreakIterator(const UCaseMap *csm) | Draft | Stable |
udatpg.h | int32_t udatpg_getBaseSkeleton(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t length, UChar *baseSkeleton, int32_t capacity, UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | const UChar* udatpg_getDateTimeFormat(const UDateTimePatternGenerator *dtpg, int32_t *pLength) | Draft | Stable |
udatpg.h | void udatpg_setAppendItemName(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const UChar *value, int32_t length) | Draft | Stable |
udatpg.h | const UChar* udatpg_getPatternForSkeleton(const UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t skeletonLength, int32_t *pLength) | Draft | Stable |
udatpg.h | void udatpg_setAppendItemFormat(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const UChar *value, int32_t length) | Draft | Stable |
udatpg.h | int32_t udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | int32_t udatpg_getBestPattern(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | UDateTimePatternGenerator* udatpg_open(const char *locale, UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | UDateTimePatternGenerator* udatpg_openEmpty(UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | UDateTimePatternConflict udatpg_addPattern(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, UBool override, UChar *conflictingPattern, int32_t capacity, int32_t *pLength, UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | int32_t udatpg_getSkeleton(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t length, UChar *skeleton, int32_t capacity, UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | void udatpg_close(UDateTimePatternGenerator *dtpg) | Draft | Stable |
udatpg.h | const UChar* udatpg_getAppendItemFormat(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, int32_t *pLength) | Draft | Stable |
udatpg.h | const UChar* udatpg_getAppendItemName(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, int32_t *pLength) | Draft | Stable |
udatpg.h | void udatpg_setDateTimeFormat(const UDateTimePatternGenerator *dtpg, const UChar *dtFormat, int32_t length) | Draft | Stable |
udatpg.h | UEnumeration* udatpg_openBaseSkeletons(const UDateTimePatternGenerator *dtpg, UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | const UChar* udatpg_getDecimal(const UDateTimePatternGenerator *dtpg, int32_t *pLength) | Draft | Stable |
udatpg.h | void udatpg_setDecimal(UDateTimePatternGenerator *dtpg, const UChar *decimal, int32_t length) | Draft | Stable |
udatpg.h | UEnumeration* udatpg_openSkeletons(const UDateTimePatternGenerator *dtpg, UErrorCode *pErrorCode) | Draft | Stable |
udatpg.h | UDateTimePatternGenerator* udatpg_clone(const UDateTimePatternGenerator *dtpg, UErrorCode *pErrorCode) | Draft | Stable |
uloc.h | int32_t uloc_getLocaleForLCID(uint32_t hostID, char *locale, int32_t localeCapacity, UErrorCode *status) | Draft | Stable |
uniset.h | int32_t UnicodeSet::spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const | Draft | Stable |
uniset.h | UBool UnicodeSet::isFrozen() const | Draft | Stable |
uniset.h | int32_t UnicodeSet::spanUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const | Draft | Stable |
uniset.h | UnicodeFunctor* UnicodeSet::freeze() | Draft | Stable |
uniset.h | UnicodeFunctor* UnicodeSet::cloneAsThawed() const | Draft | Stable |
uniset.h | int32_t UnicodeSet::spanBackUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const | Draft | Stable |
uniset.h | int32_t UnicodeSet::span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const | Draft | Stable |
unistr.h | UnicodeString& UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale, uint32_t options) | Draft | Stable |
uset.h | int32_t uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) | Draft | Stable |
uset.h | int32_t uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) | Draft | Stable |
uset.h | USet* uset_cloneAsThawed(const USet *set) | Draft | Stable |
uset.h | void uset_freeze(USet *set) | Draft | Stable |
uset.h | USet* uset_clone(const USet *set) | Draft | Stable |
uset.h | int32_t uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) | Draft | Stable |
uset.h | UBool uset_isFrozen(const USet *set) | Draft | Stable |
uset.h | int32_t uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) | Draft | Stable |
vtzone.h | UBool VTimeZone::getLastModified(UDate &lastModified) const | Draft | Stable |
vtzone.h | static VTimeZone* VTimeZone::createVTimeZoneByID(const UnicodeString &ID) | Draft | Stable |
vtzone.h | void VTimeZone::getTimeZoneRules(const InitialTimeZoneRule *&initial, const TimeZoneRule *trsrules[], int32_t &trscount, UErrorCode &status) | Draft | Stable |
vtzone.h | void VTimeZone::getOffset(UDate date, UBool local, int32_t &rawOffset, int32_t &dstOffset, UErrorCode &ec) const | Draft | Stable |
vtzone.h | VTimeZone::VTimeZone(const VTimeZone &source) | Draft | Stable |
vtzone.h | int32_t 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 | Draft | Stable |
vtzone.h | void VTimeZone::setTZURL(const UnicodeString &url) | Draft | Stable |
vtzone.h | UClassID VTimeZone::getDynamicClassID(void) const | Draft | Stable |
vtzone.h | int32_t VTimeZone::getRawOffset(void) const | Draft | Stable |
vtzone.h | void VTimeZone::write(UnicodeString &result, UErrorCode &status) const | Draft | Stable |
vtzone.h | UBool VTimeZone::operator!=(const TimeZone &that) const | Draft | Stable |
vtzone.h | int32_t VTimeZone::countTransitionRules(UErrorCode &status) | Draft | Stable |
vtzone.h | TimeZone* VTimeZone::clone(void) const | Draft | Stable |
vtzone.h | UBool VTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition &result) | Draft | Stable |
vtzone.h | VTimeZone& VTimeZone::operator=(const VTimeZone &right) | Draft | Stable |
vtzone.h | VTimeZone::~VTimeZone() | Draft | Stable |
vtzone.h | void VTimeZone::write(UDate start, UnicodeString &result, UErrorCode &status) | Draft | Stable |
vtzone.h | void VTimeZone::setLastModified(UDate lastModified) | Draft | Stable |
vtzone.h | int32_t VTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, UErrorCode &status) const | Draft | Stable |
vtzone.h | static VTimeZone* VTimeZone::createVTimeZone(const UnicodeString &vtzdata, UErrorCode &status) | Draft | Stable |
vtzone.h | UBool VTimeZone::hasSameRules(const TimeZone &other) const | Draft | Stable |
vtzone.h | UBool VTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition &result) | Draft | Stable |
vtzone.h | void VTimeZone::setRawOffset(int32_t offsetMillis) | Draft | Stable |
vtzone.h | UBool VTimeZone::getTZURL(UnicodeString &url) const | Draft | Stable |
vtzone.h | static UClassID VTimeZone::getStaticClassID(void) | Draft | Stable |
vtzone.h | UBool VTimeZone::operator==(const TimeZone &that) const | Draft | Stable |
vtzone.h | UBool VTimeZone::useDaylightTime(void) const | Draft | Stable |
vtzone.h | void VTimeZone::writeSimple(UDate time, UnicodeString &result, UErrorCode &status) | Draft | Stable |
File | Public API Prototype | ICU 3.8.1 | ICU 4.0 |
datefmt.h | static DateFormat* DateFormat::createPatternInstance(const UnicodeString &skeleton, const Locale &locale, UErrorCode &status) | None | Internal |
dtintrv.h | UClassID DateInterval::getDynamicClassID(void) const | None | Draft |
dtintrv.h | UDate DateInterval::getFromDate() const | None | Draft |
dtintrv.h | UBool DateInterval::operator!=(const DateInterval &other) const | None | Draft |
dtintrv.h | UBool DateInterval::operator==(const DateInterval &other) const | None | Draft |
dtintrv.h | DateInterval* DateInterval::clone() const | None | Draft |
dtintrv.h | DateInterval::DateInterval(const DateInterval &other) | None | Draft |
dtintrv.h | DateInterval::~DateInterval() | None | Draft |
dtintrv.h | DateInterval& DateInterval::operator=(const DateInterval &) | None | Draft |
dtintrv.h | static UClassID DateInterval::getStaticClassID(void) | None | Draft |
dtintrv.h | DateInterval::DateInterval(UDate fromDate, UDate toDate) | None | Draft |
dtintrv.h | UDate DateInterval::getToDate() const | None | Draft |
dtitvfmt.h | DateIntervalFormat::~DateIntervalFormat() | None | Draft |
dtitvfmt.h | UnicodeString& DateIntervalFormat::format(const DateInterval *dtInterval, UnicodeString &appendTo, FieldPosition &fieldPosition, UErrorCode &status) const | None | Draft |
dtitvfmt.h | void DateIntervalFormat::setDateIntervalInfo(const DateIntervalInfo &newIntervalPatterns, UErrorCode &status) | None | Draft |
dtitvfmt.h | UBool DateIntervalFormat::operator!=(const Format &other) const | None | Draft |
dtitvfmt.h | static DateIntervalFormat* DateIntervalFormat::createInstance(const UnicodeString &skeleton, UErrorCode &status) | None | Draft |
dtitvfmt.h | const DateIntervalInfo* DateIntervalFormat::getDateIntervalInfo(void) const | None | Draft |
dtitvfmt.h | UBool DateIntervalFormat::operator==(const Format &other) const | None | Draft |
dtitvfmt.h | const DateFormat* DateIntervalFormat::getDateFormat(void) const | None | Draft |
dtitvfmt.h | UnicodeString& DateIntervalFormat::format(const Formattable &obj, UnicodeString &appendTo, FieldPosition &fieldPosition, UErrorCode &status) const | None | Draft |
dtitvfmt.h | static DateIntervalFormat* DateIntervalFormat::createInstance(const UnicodeString &skeleton, const Locale &locale, UErrorCode &status) | None | Draft |
dtitvfmt.h | static UClassID DateIntervalFormat::getStaticClassID(void) | None | Draft |
dtitvfmt.h | UnicodeString& DateIntervalFormat::format(Calendar &fromCalendar, Calendar &toCalendar, UnicodeString &appendTo, FieldPosition &fieldPosition, UErrorCode &status) const | None | Draft |
dtitvfmt.h | static DateIntervalFormat* DateIntervalFormat::createInstance(const UnicodeString &skeleton, const DateIntervalInfo &dtitvinf, UErrorCode &status) | None | Draft |
dtitvfmt.h | static DateIntervalFormat* DateIntervalFormat::createInstance(const UnicodeString &skeleton, const Locale &locale, const DateIntervalInfo &dtitvinf, UErrorCode &status) | None | Draft |
dtitvfmt.h | UClassID DateIntervalFormat::getDynamicClassID(void) const | None | Draft |
dtitvfmt.h | Format* DateIntervalFormat::clone(void) const | None | Draft |
dtitvfmt.h | void DateIntervalFormat::parseObject(const UnicodeString &source, Formattable &result, ParsePosition &parse_pos) const | None | Internal |
dtitvinf.h | UBool DateIntervalInfo::operator==(const DateIntervalInfo &other) const | None | Stable |
dtitvinf.h | UBool DateIntervalInfo::operator!=(const DateIntervalInfo &other) const | None | Stable |
dtitvinf.h | DateIntervalInfo& DateIntervalInfo::operator=(const DateIntervalInfo &) | None | Draft |
dtitvinf.h | UBool DateIntervalInfo::getDefaultOrder() const | None | Draft |
dtitvinf.h | DateIntervalInfo* DateIntervalInfo::clone(void) const | None | Draft |
dtitvinf.h | void DateIntervalInfo::setFallbackIntervalPattern(const UnicodeString &fallbackPattern, UErrorCode &status) | None | Draft |
dtitvinf.h | DateIntervalInfo::~DateIntervalInfo() | None | Draft |
dtitvinf.h | static UClassID DateIntervalInfo::getStaticClassID() | None | Stable |
dtitvinf.h | DateIntervalInfo::DateIntervalInfo(const Locale &locale, UErrorCode &status) | None | Draft |
dtitvinf.h | UnicodeString& DateIntervalInfo::getFallbackIntervalPattern(UnicodeString &result) const | None | Draft |
dtitvinf.h | UClassID DateIntervalInfo::getDynamicClassID() const | None | Stable |
dtitvinf.h | UnicodeString& DateIntervalInfo::getIntervalPattern(const UnicodeString &skeleton, UCalendarDateFields field, UnicodeString &result, UErrorCode &status) const | None | Draft |
dtitvinf.h | DateIntervalInfo::DateIntervalInfo(UErrorCode &status) | None | Internal |
dtitvinf.h | U_NAMESPACE_BEGIN static U_CDECL_BEGIN UBool U_CALLCONV hashTableValueComparator(UHashTok val1, UHashTok val2) | None | Internal |
dtitvinf.h | DateIntervalInfo::DateIntervalInfo(const DateIntervalInfo &) | None | Draft |
dtitvinf.h | void DateIntervalInfo::setIntervalPattern(const UnicodeString &skeleton, UCalendarDateFields lrgDiffCalUnit, const UnicodeString &intervalPattern, UErrorCode &status) | None | Draft |
LESwaps.h | static le_uint16 LESwaps::swapWord(const le_uint16 &value) | None | Stable |
LESwaps.h | static le_uint32 LESwaps::swapLong(const le_uint32 &value) | None | Stable |
msgfmt.h | StringEnumeration* MessageFormat::getFormatNames(UErrorCode &status) | None | Draft |
msgfmt.h | void MessageFormat::adoptFormat(const UnicodeString &formatName, Format *formatToAdopt, UErrorCode &status) | None | Draft |
msgfmt.h | UnicodeString& MessageFormat::format(const UnicodeString *argumentNames, const Formattable *arguments, int32_t count, UnicodeString &appendTo, UErrorCode &status) const | None | Stable |
msgfmt.h | UBool MessageFormat::usesNamedArguments() const | None | Draft |
msgfmt.h | Format* MessageFormat::getFormat(const UnicodeString &formatName, UErrorCode &status) | None | Draft |
msgfmt.h | void MessageFormat::setFormat(const UnicodeString &formatName, const Format &format, UErrorCode &status) | None | Draft |
plurfmt.h | UnicodeString& PluralFormat::format(int32_t number, UnicodeString &appendTo, FieldPosition &pos, UErrorCode &status) const | None | Draft |
plurfmt.h | void PluralFormat::setNumberFormat(const NumberFormat *format, UErrorCode &status) | None | Draft |
plurfmt.h | Format* PluralFormat::clone(void) const | None | Draft |
plurfmt.h | void PluralFormat::setLocale(const Locale &locale, UErrorCode &status) | None | Draft |
plurfmt.h | PluralFormat::PluralFormat(const PluralRules &rules, const UnicodeString &pattern, UErrorCode &status) | None | Draft |
plurfmt.h | UBool PluralFormat::operator==(const Format &other) const | None | Draft |
plurfmt.h | void PluralFormat::parseObject(const UnicodeString &source, Formattable &result, ParsePosition &parse_pos) const | None | Draft |
plurfmt.h | UnicodeString PluralFormat::format(int32_t number, UErrorCode &status) const | None | Draft |
plurfmt.h | PluralFormat::PluralFormat(const Locale &locale, const PluralRules &rules, UErrorCode &status) | None | Draft |
plurfmt.h | PluralFormat& PluralFormat::operator=(const PluralFormat &other) | None | Draft |
plurfmt.h | PluralFormat::PluralFormat(const Locale &locale, const PluralRules &rules, const UnicodeString &pattern, UErrorCode &status) | None | Draft |
plurfmt.h | PluralFormat::PluralFormat(const PluralFormat &other) | None | Draft |
plurfmt.h | PluralFormat::PluralFormat(const Locale &locale, const UnicodeString &pattern, UErrorCode &status) | None | Draft |
plurfmt.h | UnicodeString& PluralFormat::toPattern(UnicodeString &appendTo) | None | Draft |
plurfmt.h | void PluralFormat::applyPattern(const UnicodeString &pattern, UErrorCode &status) | None | Draft |
plurfmt.h | PluralFormat::PluralFormat(const Locale &locale, UErrorCode &status) | None | Draft |
plurfmt.h | static UClassID PluralFormat::getStaticClassID(void) | None | Draft |
plurfmt.h | PluralFormat::PluralFormat(const UnicodeString &pattern, UErrorCode &status) | None | Draft |
plurfmt.h | UnicodeString& PluralFormat::format(const Formattable &obj, UnicodeString &appendTo, FieldPosition &pos, UErrorCode &status) const | None | Draft |
plurfmt.h | PluralFormat::~PluralFormat() | None | Draft |
plurfmt.h | UClassID PluralFormat::getDynamicClassID() const | None | Draft |
plurfmt.h | PluralFormat::PluralFormat(UErrorCode &status) | None | Draft |
plurfmt.h | PluralFormat::PluralFormat(const PluralRules &rules, UErrorCode &status) | None | Draft |
plurfmt.h | UBool PluralFormat::operator!=(const Format &other) const | None | Draft |
plurrule.h | UBool PluralRules::operator!=(const PluralRules &other) const | None | Draft |
plurrule.h | static PluralRules* PluralRules::createRules(const UnicodeString &description, UErrorCode &status) | None | Draft |
plurrule.h | static UClassID PluralRules::getStaticClassID(void) | None | Draft |
plurrule.h | PluralRules::PluralRules(UErrorCode &status) | None | Draft |
plurrule.h | UnicodeString PluralRules::select(int32_t number) const | None | Draft |
plurrule.h | PluralRules* PluralRules::clone() const | None | Draft |
plurrule.h | UBool PluralRules::operator==(const PluralRules &other) const | None | Draft |
plurrule.h | static PluralRules* PluralRules::createDefaultRules(UErrorCode &status) | None | Draft |
plurrule.h | UnicodeString PluralRules::getKeywordOther() const | None | Internal |
plurrule.h | static PluralRules* PluralRules::forLocale(const Locale &locale, UErrorCode &status) | None | Draft |
plurrule.h | PluralRules::~PluralRules() | None | Draft |
plurrule.h | UBool PluralRules::isKeyword(const UnicodeString &keyword) const | None | Draft |
plurrule.h | PluralRules& PluralRules::operator=(const PluralRules &) | None | Draft |
plurrule.h | PluralRules::PluralRules(const PluralRules &other) | None | Draft |
plurrule.h | UClassID PluralRules::getDynamicClassID() const | None | Draft |
plurrule.h | StringEnumeration* PluralRules::getKeywords(UErrorCode &status) const | None | Draft |
regex.h | int32_t RegexMatcher::getStackLimit() const | None | Draft |
regex.h | RegexMatcher& RegexMatcher::useAnchoringBounds(UBool b) | None | Draft |
regex.h | RegexMatcher& RegexMatcher::region(int32_t start, int32_t limit, UErrorCode &status) | None | Draft |
regex.h | void RegexMatcher::setStackLimit(int32_t limit, UErrorCode &status) | None | Draft |
regex.h | int32_t RegexMatcher::getTimeLimit() const | None | Draft |
regex.h | RegexMatcher& RegexMatcher::useTransparentBounds(UBool b) | None | Draft |
regex.h | UBool RegexMatcher::requireEnd() const | None | Draft |
regex.h | void RegexMatcher::getMatchCallback(URegexMatchCallback *&callback, const void *&context, UErrorCode &status) | None | Draft |
regex.h | UBool RegexMatcher::hasTransparentBounds() const | None | Draft |
regex.h | void RegexMatcher::resetPreserveRegion() | None | Internal |
regex.h | int32_t RegexMatcher::regionEnd() const | None | Draft |
regex.h | void RegexMatcher::setMatchCallback(URegexMatchCallback *callback, const void *context, UErrorCode &status) | None | Draft |
regex.h | UBool RegexMatcher::hitEnd() const | None | Draft |
regex.h | int32_t RegexMatcher::regionStart() const | None | Draft |
regex.h | void RegexMatcher::setTimeLimit(int32_t limit, UErrorCode &status) | None | Draft |
regex.h | UBool RegexMatcher::hasAnchoringBounds() const | None | Draft |
smpdtfmt.h | UBool SimpleDateFormat::isFieldUnitIgnored(UCalendarDateFields field) const | None | Internal |
smpdtfmt.h | static UBool SimpleDateFormat::isFieldUnitIgnored(const UnicodeString &pattern, UCalendarDateFields field) | None | Internal |
smpdtfmt.h | const Locale& SimpleDateFormat::getSmpFmtLocale(void) const | None | Internal |
timezone.h | static UnicodeString& TimeZone::getCanonicalID(const UnicodeString &id, UnicodeString &canonicalID, UBool &isSystemID, UErrorCode &status) | None | Draft |
timezone.h | static UnicodeString& TimeZone::getCanonicalID(const UnicodeString &id, UnicodeString &canonicalID, UErrorCode &status) | None | Draft |
ucal.h | UCalendar* ucal_clone(const UCalendar *cal, UErrorCode *status) | None | Draft |
ucal.h | int32_t ucal_getCanonicalTimeZoneID(const UChar *id, int32_t len, UChar *result, int32_t resultCapacity, UBool *isSystemID, UErrorCode *status) | None | Draft |
ucoleitr.h | int64_t ucol_previousProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status) | None | Internal |
ucoleitr.h | int64_t ucol_nextProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status) | None | Internal |
ucurr.h | int32_t ucurr_countCurrencies(const char *locale, UDate date, UErrorCode *ec) | None | Draft |
ucurr.h | int32_t ucurr_forLocaleAndDate(const char *locale, UDate date, int32_t index, UChar *buff, int32_t buffCapacity, UErrorCode *ec) | None | Draft |
uloc.h | int32_t uloc_addLikelySubtags(const char *localeID, char *maximizedLocaleID, int32_t maximizedLocaleIDCapacity, UErrorCode *err) | None | Draft |
uloc.h | int32_t uloc_minimizeSubtags(const char *localeID, char *minimizedLocaleID, int32_t minimizedLocaleIDCapacity, UErrorCode *err) | None | Draft |
uloc.h | ULayoutType uloc_getLineOrientation(const char *localeId, UErrorCode *status) | None | Draft |
uloc.h | ULayoutType uloc_getCharacterOrientation(const char *localeId, UErrorCode *status) | None | Draft |
uniset.h | UBool UnicodeSet::isBogus(void) const | None | Draft |
uniset.h | void UnicodeSet::setToBogus() | None | Draft |
uniset.h | UnicodeSet& UnicodeSet::removeAllStrings() | None | Internal |
uregex.h | void uregex_getMatchCallback(const URegularExpression *regexp, URegexMatchCallback **callback, const void **context, UErrorCode *status) | None | Draft |
uregex.h | void uregex_setRegion(URegularExpression *regexp, int32_t regionStart, int32_t regionLimit, UErrorCode *status) | None | Draft |
uregex.h | int32_t uregex_getStackLimit(const URegularExpression *regexp, UErrorCode *status) | None | Draft |
uregex.h | void uregex_setTimeLimit(URegularExpression *regexp, int32_t limit, UErrorCode *status) | None | Draft |
uregex.h | int32_t uregex_regionStart(const URegularExpression *regexp, UErrorCode *status) | None | Draft |
uregex.h | void uregex_useTransparentBounds(URegularExpression *regexp, UBool b, UErrorCode *status) | None | Draft |
uregex.h | UBool uregex_requireEnd(const URegularExpression *regexp, UErrorCode *status) | None | Draft |
uregex.h | void uregex_setStackLimit(URegularExpression *regexp, int32_t limit, UErrorCode *status) | None | Draft |
uregex.h | U_CDECL_BEGIN typedef UBool U_CALLCONV URegexMatchCallback(const void *context, int32_t steps) | None | Draft |
uregex.h | UBool uregex_hitEnd(const URegularExpression *regexp, UErrorCode *status) | None | Draft |
uregex.h | int32_t uregex_regionEnd(const URegularExpression *regexp, UErrorCode *status) | None | Draft |
uregex.h | U_CDECL_END void uregex_setMatchCallback(URegularExpression *regexp, URegexMatchCallback *callback, const void *context, UErrorCode *status) | None | Draft |
uregex.h | UBool uregex_hasAnchoringBounds(const URegularExpression *regexp, UErrorCode *status) | None | Draft |
uregex.h | UBool uregex_hasTransparentBounds(const URegularExpression *regexp, UErrorCode *status) | None | Draft |
uregex.h | void uregex_useAnchoringBounds(URegularExpression *regexp, UBool b, UErrorCode *status) | None | Draft |
uregex.h | int32_t uregex_getTimeLimit(const URegularExpression *regexp, UErrorCode *status) | None | Draft |
usearch.h | UBool usearch_search(UStringSearch *strsrch, int32_t startIdx, int32_t *matchStart, int32_t *matchLimit, UErrorCode *status) | None | Internal |
usearch.h | UBool usearch_searchBackwards(UStringSearch *strsrch, int32_t startIdx, int32_t *matchStart, int32_t *matchLimit, UErrorCode *status) | None | Internal |