Home | History | Annotate | Download | only in i18n

Lines Matching refs:timeType

544         UnicodeString& name, UTimeZoneFormatTimeType* timeType /* = NULL */) const {
545 if (timeType) {
546 *timeType = UTZFMT_TIME_TYPE_UNKNOWN;
559 formatSpecific(tz, UTZNM_LONG_STANDARD, UTZNM_LONG_DAYLIGHT, date, name, timeType);
562 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType);
587 if (timeType) {
588 *timeType = (dstOffset != 0) ? UTZFMT_TIME_TYPE_DAYLIGHT : UTZFMT_TIME_TYPE_STANDARD;
633 UTimeZoneFormatTimeType* timeType /*= NULL*/) const {
634 return parse(style, text, pos, getDefaultParseOptions(), timeType);
639 int32_t parseOptions, UTimeZoneFormatTimeType* timeType /* = NULL */) const {
640 if (timeType) {
641 *timeType = UTZFMT_TIME_TYPE_UNKNOWN;
749 if (timeType) {
750 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx));
794 if (timeType) {
795 *timeType = parsedTimeType;
919 if (timeType) {
920 *timeType = parsedTimeType;
927 if (timeType) {
928 *timeType = getTimeType(spAllMatches->getNameTypeAt(spMatchIdx));
980 UDate date, UnicodeString& name, UTimeZoneFormatTimeType *timeType) const {
1001 if (timeType && !name.isEmpty()) {
1002 *timeType = isDaylight ? UTZFMT_TIME_TYPE_DAYLIGHT : UTZFMT_TIME_TYPE_STANDARD;