• Home
  • Raw
  • Download

Lines Matching refs:TimeZoneFormat

243 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneFormat)  in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()  argument
245 TimeZoneFormat::TimeZoneFormat(const Locale& locale, UErrorCode& status) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
333 TimeZoneFormat::TimeZoneFormat(const TimeZoneFormat& other) in TimeZoneFormat() function in TimeZoneFormat
343 TimeZoneFormat::~TimeZoneFormat() { in ~TimeZoneFormat()
351 TimeZoneFormat&
352 TimeZoneFormat::operator=(const TimeZoneFormat& other) { in operator =()
392 TimeZoneFormat::operator==(const Format& other) const { in operator ==()
393 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other; in operator ==()
415 TimeZoneFormat::clone() const { in clone()
416 return new TimeZoneFormat(*this); in clone()
419 TimeZoneFormat* U_EXPORT2
420 TimeZoneFormat::createInstance(const Locale& locale, UErrorCode& status) { in createInstance()
421 TimeZoneFormat* tzfmt = new TimeZoneFormat(locale, status); in createInstance()
433 TimeZoneFormat::getTimeZoneNames() const { in getTimeZoneNames()
438 TimeZoneFormat::adoptTimeZoneNames(TimeZoneNames *tznames) { in adoptTimeZoneNames()
446 TimeZoneFormat::setTimeZoneNames(const TimeZoneNames &tznames) { in setTimeZoneNames()
454 TimeZoneFormat::setDefaultParseOptions(uint32_t flags) { in setDefaultParseOptions()
459 TimeZoneFormat::getDefaultParseOptions(void) const { in getDefaultParseOptions()
465 TimeZoneFormat::getGMTPattern(UnicodeString& pattern) const { in getGMTPattern()
470 TimeZoneFormat::setGMTPattern(const UnicodeString& pattern, UErrorCode& status) { in setGMTPattern()
475 TimeZoneFormat::getGMTOffsetPattern(UTimeZoneFormatGMTOffsetPatternType type, UnicodeString& patter… in getGMTOffsetPattern()
480 TimeZoneFormat::setGMTOffsetPattern(UTimeZoneFormatGMTOffsetPatternType type, const UnicodeString& … in setGMTOffsetPattern()
502 TimeZoneFormat::getGMTOffsetDigits(UnicodeString& digits) const { in getGMTOffsetDigits()
511 TimeZoneFormat::setGMTOffsetDigits(const UnicodeString& digits, UErrorCode& status) { in setGMTOffsetDigits()
524 TimeZoneFormat::getGMTZeroFormat(UnicodeString& gmtZeroFormat) const { in getGMTZeroFormat()
529 TimeZoneFormat::setGMTZeroFormat(const UnicodeString& gmtZeroFormat, UErrorCode& status) { in setGMTZeroFormat()
543 TimeZoneFormat::format(UTimeZoneFormatStyle style, const TimeZone& tz, UDate date, in format()
598 TimeZoneFormat::format(const Formattable& obj, UnicodeString& appendTo, in format()
632 TimeZoneFormat::parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, in parse()
638 TimeZoneFormat::parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, in parse()
949 TimeZoneFormat::parseObject(const UnicodeString& source, Formattable& result, in parseObject()
959 TimeZoneFormat::formatGeneric(const TimeZone& tz, int32_t genType, UDate date, UnicodeString& name)… in formatGeneric()
979 TimeZoneFormat::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst… in formatSpecific()
1010 TimeZoneFormat::getTimeZoneGenericNames(UErrorCode& status) const { in getTimeZoneGenericNames()
1018 TimeZoneFormat *nonConstThis = const_cast<TimeZoneFormat *>(this); in getTimeZoneGenericNames()
1035 TimeZoneFormat::formatOffsetRFC822(int32_t offset, UnicodeString& result, UErrorCode& status) const… in formatOffsetRFC822()
1052 TimeZoneFormat::formatOffsetISO8601(int32_t offset, UnicodeString& result, UErrorCode& status) cons… in formatOffsetISO8601()
1071 TimeZoneFormat::formatOffsetLocalizedGMT(int32_t offset, UnicodeString& result, UErrorCode& status)… in formatOffsetLocalizedGMT()
1145 TimeZoneFormat::parseOffsetRFC822(const UnicodeString& text, ParsePosition& pos) const { in parseOffsetRFC822()
1178 TimeZoneFormat::parseOffsetISO8601(const UnicodeString& text, ParsePosition& pos) const { in parseOffsetISO8601()
1183 TimeZoneFormat::parseOffsetLocalizedGMT(const UnicodeString& text, ParsePosition& pos) const { in parseOffsetLocalizedGMT()
1193 TimeZoneFormat::parseOffsetISO8601(const UnicodeString& text, ParsePosition& pos, UBool extendedOnl… in parseOffsetISO8601()
1247 TimeZoneFormat::parseOffsetLocalizedGMT(const UnicodeString& text, ParsePosition& pos, UBool* hasDi… in parseOffsetLocalizedGMT()
1326 TimeZoneFormat::parseOffsetFields(const UnicodeString& text, int32_t start, UBool minimumHourWidth,… in parseOffsetFields()
1406 TimeZoneFormat::parseAbuttingOffsetFields(const UnicodeString& text, int32_t start, int32_t& parsed… in parseAbuttingOffsetFields()
1474 TimeZoneFormat::parseOffsetDefaultLocalizedGMT(const UnicodeString& text, int start, int32_t& parse… in parseOffsetDefaultLocalizedGMT()
1542 TimeZoneFormat::parseDefaultOffsetFields(const UnicodeString& text, int32_t start, UChar separator,… in parseDefaultOffsetFields()
1583 TimeZoneFormat::parseOffsetFieldWithLocalizedDigits(const UnicodeString& text, int32_t start, uint8… in parseOffsetFieldWithLocalizedDigits()
1617 TimeZoneFormat::parseSingleLocalizedDigit(const UnicodeString& text, int32_t start, int32_t& len) c… in parseSingleLocalizedDigit()
1645 TimeZoneFormat::formatOffsetWithAsciiDigits(int32_t offset, UChar sep, OffsetFields minFields, Offs… in formatOffsetWithAsciiDigits()
1687 TimeZoneFormat::parseAbuttingAsciiOffsetFields(const UnicodeString& text, ParsePosition& pos, Offse… in parseAbuttingAsciiOffsetFields()
1769 TimeZoneFormat::parseAsciiOffsetFields(const UnicodeString& text, ParsePosition& pos, UChar sep, Of… in parseAsciiOffsetFields()
1850 TimeZoneFormat::appendOffsetDigits(UnicodeString& buf, int32_t n, uint8_t minDigits) const { in appendOffsetDigits()
1865 TimeZoneFormat::initGMTPattern(const UnicodeString& gmtPattern, UErrorCode& status) { in initGMTPattern()
1881 TimeZoneFormat::unquote(const UnicodeString& pattern, UnicodeString& result) { in unquote()
1908 TimeZoneFormat::parseOffsetPattern(const UnicodeString& pattern, OffsetFields required, UErrorCode&… in parseOffsetPattern()
2047 TimeZoneFormat::expandOffsetPattern(const UnicodeString& offsetHM, UnicodeString& result) { in expandOffsetPattern()
2072 TimeZoneFormat::initGMTOffsetPatterns(UErrorCode& status) { in initGMTOffsetPatterns()
2088 TimeZoneFormat::toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t size) { in toCodePoints()
2103 TimeZoneFormat::createTimeZoneForOffset(int32_t offset) const { in createTimeZoneForOffset()
2112 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType()
2129 TimeZoneFormat::getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico… in getTimeZoneID()