Searched refs:kDateTime (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/base/
H A Dbuild_time.cc19 const char kDateTime[] = __DATE__ " " __TIME__ " PST"; local
20 bool result = Time::FromString(kDateTime, &integral_build_time);
/external/chromium_org/chrome/common/metrics/
H A Dmetrics_log_base.cc114 const char* kDateTime = __DATE__ " " __TIME__ " GMT"; local
115 bool result = Time::FromString(kDateTime, &time);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddatefmt.h163 kDateTime = 8, enumerator in enum:DateFormat::EStyle
166 kDateTimeOffset = kDateTime + 1,
199 DATE_TIME = kDateTime
/external/icu4c/i18n/unicode/
H A Ddatefmt.h163 kDateTime = 8, enumerator in enum:DateFormat::EStyle
166 kDateTimeOffset = kDateTime + 1,
199 DATE_TIME = kDateTime
/external/chromium/base/metrics/
H A Dfield_trial.cc123 const char* kDateTime = __DATE__ " " __TIME__; local
124 bool result = Time::FromString(ASCIIToWide(kDateTime).c_str(),
/external/chromium/chrome/common/
H A Dmetrics_helpers.cc374 const char* kDateTime = __DATE__ " " __TIME__ " GMT"; local
375 bool result = Time::FromString(ASCIIToWide(kDateTime).c_str(), &time);
/external/chromium_org/third_party/icu/source/i18n/
H A Dreldtfmt.cpp349 if (patternsSize > kDateTime) {
352 int32_t glueIndex = kDateTime;
H A Dwindtfmt.cpp77 int32_t glueIndex = DateFormat::kDateTime;
H A Ddtitvfmt.cpp707 (int32_t)DateFormat::kDateTime,
H A Ddtptngen.cpp850 if (ures_getSize(dateTimePatterns) <= DateFormat::kDateTime)
855 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &status);
H A Dsmpdtfmt.cpp469 if (ures_getSize(dateTimePatterns) <= kDateTime)
568 int32_t glueIndex = kDateTime;
/external/icu4c/i18n/
H A Dreldtfmt.cpp394 if (patternsSize > kDateTime) {
397 int32_t glueIndex = kDateTime;
H A Dwindtfmt.cpp77 int32_t glueIndex = DateFormat::kDateTime;
H A Ddtitvfmt.cpp751 (int32_t)DateFormat::kDateTime,
H A Ddtptngen.cpp865 if (ures_getSize(dateTimePatterns) <= DateFormat::kDateTime)
870 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &status);
H A Dsmpdtfmt.cpp542 if (ures_getSize(dateTimePatterns) <= kDateTime)
641 int32_t glueIndex = kDateTime;

Completed in 6287 milliseconds