HomeSort by relevance Sort by last modified time
    Searched refs:timeType (Results 1 - 10 of 10) sorted by null

  /external/icu4c/i18n/
dtrule.cpp 23 TimeRuleType timeType)
25 fDateRuleType(DateTimeRule::DOM), fTimeRuleType(timeType) {
32 TimeRuleType timeType)
34 fDateRuleType(DateTimeRule::DOW), fTimeRuleType(timeType) {
42 TimeRuleType timeType)
45 fTimeRuleType(timeType) {
tzgnames.h 56 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
tzfmt.cpp 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
    [all...]
basictz.cpp 426 DateTimeRule::TimeRuleType timeType;
430 timeType = tar->getTimeType();
433 if (timeType == DateTimeRule::STANDARD_TIME) {
436 if (timeType == DateTimeRule::WALL_TIME) {
460 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType);
tzgnames.cpp 116 UTimeZoneFormatTimeType timeType;
241 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN;
283 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
919 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const {
920 timeType = UTZFMT_TIME_TYPE_UNKNOWN;
    [all...]
timezone.cpp     [all...]
  /external/icu4c/i18n/unicode/
dtrule.h 65 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
70 int32_t millisInDay, TimeRuleType timeType);
83 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
88 int32_t millisInDay, TimeRuleType timeType);
101 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
106 int32_t millisInDay, TimeRuleType timeType);
tzfmt.h 386 * @param timeType the output argument for receiving the time type (standard/daylight/unknown)
394 UnicodeString& name, UTimeZoneFormatTimeType* timeType = NULL) const;
448 * @param timeType The output argument for receiving the time type (standard/daylight/unknown),
457 int32_t parseOptions, UTimeZoneFormatTimeType* timeType = NULL) const;
466 * @param timeType The output argument for receiving the time type (standard/daylight/unknown),
475 UTimeZoneFormatTimeType* timeType = NULL) const;
572 * @param timeType when null, actual time type is set
576 UDate date, UnicodeString& name, UTimeZoneFormatTimeType *timeType) const;
    [all...]
  /external/chromium/net/base/
x509_certificate_mac.cc 218 if (x509_time->timeType != BER_TAG_UTC_TIME &&
219 x509_time->timeType != BER_TAG_GENERALIZED_TIME) {
221 << x509_time->timeType;
228 CertDateFormat format = x509_time->timeType == BER_TAG_UTC_TIME ?
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 453 milliseconds