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

  /external/chromium_org/third_party/icu/source/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 638 UnicodeString& name, UTimeZoneFormatTimeType* timeType /* = NULL */) const {
639 if (timeType) {
640 *timeType = UTZFMT_TIME_TYPE_UNKNOWN;
656 formatSpecific(tz, UTZNM_LONG_STANDARD, UTZNM_LONG_DAYLIGHT, date, name, timeType);
659 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType);
752 if (timeType) {
753 *timeType = (dstOffset != 0) ? UTZFMT_TIME_TYPE_DAYLIGHT : UTZFMT_TIME_TYPE_STANDARD;
797 UTimeZoneFormatTimeType* timeType /*= NULL*/) const {
798 return parse(style, text, pos, getDefaultParseOptions(), timeType);
803 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 115 UTimeZoneFormatTimeType timeType;
240 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN;
282 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
910 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const {
911 timeType = UTZFMT_TIME_TYPE_UNKNOWN;
971 //timeType = bestMatchTimeType;
    [all...]
timezone.cpp     [all...]
  /external/icu/icu4c/source/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 638 UnicodeString& name, UTimeZoneFormatTimeType* timeType /* = NULL */) const {
639 if (timeType) {
640 *timeType = UTZFMT_TIME_TYPE_UNKNOWN;
656 formatSpecific(tz, UTZNM_LONG_STANDARD, UTZNM_LONG_DAYLIGHT, date, name, timeType);
659 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType);
752 if (timeType) {
753 *timeType = (dstOffset != 0) ? UTZFMT_TIME_TYPE_DAYLIGHT : UTZFMT_TIME_TYPE_STANDARD;
797 UTimeZoneFormatTimeType* timeType /*= NULL*/) const {
798 return parse(style, text, pos, getDefaultParseOptions(), timeType);
803 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 115 UTimeZoneFormatTimeType timeType;
240 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN;
282 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
910 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const {
911 timeType = UTZFMT_TIME_TYPE_UNKNOWN;
971 //timeType = bestMatchTimeType;
    [all...]
timezone.cpp     [all...]
  /external/chromium_org/third_party/icu/source/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 526 * @param timeType the output argument for receiving the time type (standard/daylight/unknown)
534 UnicodeString& name, UTimeZoneFormatTimeType* timeType = NULL) const;
590 * @param timeType The output argument for receiving the time type (standard/daylight/unknown),
599 int32_t parseOptions, UTimeZoneFormatTimeType* timeType = NULL) const;
608 * @param timeType The output argument for receiving the time type (standard/daylight/unknown),
617 UTimeZoneFormatTimeType* timeType = NULL) const;
716 * @param timeType when null, actual time type is set
720 UDate date, UnicodeString& name, UTimeZoneFormatTimeType *timeType) const;
    [all...]
  /external/icu/icu4c/source/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 519 * @param timeType the output argument for receiving the time type (standard/daylight/unknown)
527 UnicodeString& name, UTimeZoneFormatTimeType* timeType = NULL) const;
581 * @param timeType The output argument for receiving the time type (standard/daylight/unknown),
590 int32_t parseOptions, UTimeZoneFormatTimeType* timeType = NULL) const;
599 * @param timeType The output argument for receiving the time type (standard/daylight/unknown),
608 UTimeZoneFormatTimeType* timeType = NULL) const;
707 * @param timeType when null, actual time type is set
711 UDate date, UnicodeString& name, UTimeZoneFormatTimeType *timeType) const;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tzfmttst.cpp 691 UTimeZoneFormatTimeType timeType;
697 // text inPos locale style parseAll expected outPos timeType
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzfmttst.cpp 691 UTimeZoneFormatTimeType timeType;
697 // text inPos locale style parseAll expected outPos timeType
    [all...]
  /external/chromium_org/net/cert/
x509_certificate_mac.cc 83 if (x509_time->timeType != BER_TAG_UTC_TIME &&
84 x509_time->timeType != BER_TAG_GENERALIZED_TIME) {
86 << x509_time->timeType;
93 CertDateFormat format = x509_time->timeType == BER_TAG_UTC_TIME ?
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 583 STDMETHODIMP CHandler::GetFileTimeType(UInt32 *timeType)
585 *timeType = NFileTimeType::kUnix;
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 419 milliseconds