HomeSort by relevance Sort by last modified time
    Searched refs:timeType (Results 1 - 17 of 17) 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) {
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);
  /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 637 UnicodeString& name, UTimeZoneFormatTimeType* timeType /* = NULL */) const {
638 if (timeType) {
639 *timeType = UTZFMT_TIME_TYPE_UNKNOWN;
652 formatSpecific(tz, UTZNM_LONG_STANDARD, UTZNM_LONG_DAYLIGHT, date, name, timeType);
655 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType);
740 if (timeType) {
741 *timeType = (dstOffset != 0) ? UTZFMT_TIME_TYPE_DAYLIGHT : UTZFMT_TIME_TYPE_STANDARD;
785 UTimeZoneFormatTimeType* timeType /*= NULL*/) const {
786 return parse(style, text, pos, getDefaultParseOptions(), timeType);
791 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;
917 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const {
918 timeType = UTZFMT_TIME_TYPE_UNKNOWN;
    [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);
  /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 529 * @param timeType the output argument for receiving the time type (standard/daylight/unknown)
537 UnicodeString& name, UTimeZoneFormatTimeType* timeType = NULL) const;
593 * @param timeType The output argument for receiving the time type (standard/daylight/unknown),
602 int32_t parseOptions, UTimeZoneFormatTimeType* timeType = NULL) const;
611 * @param timeType The output argument for receiving the time type (standard/daylight/unknown),
620 UTimeZoneFormatTimeType* timeType = NULL) const;
719 * @param timeType when null, actual time type is set
723 UDate date, UnicodeString& name, UTimeZoneFormatTimeType *timeType) const;
    [all...]
  /external/chromium_org/net/cert/
x509_certificate_mac.cc 86 if (x509_time->timeType != BER_TAG_UTC_TIME &&
87 x509_time->timeType != BER_TAG_GENERALIZED_TIME) {
89 << x509_time->timeType;
96 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;
  /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/icu4c/test/intltest/
tzfmttst.cpp 690 UTimeZoneFormatTimeType timeType;
696 // text inPos locale style parseAll expected outPos timeType
    [all...]
  /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 1040 milliseconds