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

  /external/icu4c/i18n/unicode/
datefmt.h 163 kDateTime = 8,
166 kDateTimeOffset = kDateTime + 1,
199 DATE_TIME = kDateTime
  /external/chromium/base/metrics/
field_trial.cc 123 const char* kDateTime = __DATE__ " " __TIME__;
124 bool result = Time::FromString(ASCIIToWide(kDateTime).c_str(),
  /external/chromium/chrome/common/
metrics_helpers.cc 374 const char* kDateTime = __DATE__ " " __TIME__ " GMT";
375 bool result = Time::FromString(ASCIIToWide(kDateTime).c_str(), &time);
  /external/icu4c/i18n/
reldtfmt.cpp 359 if (patternsSize > kDateTime) {
362 int32_t glueIndex = kDateTime;
windtfmt.cpp 77 int32_t glueIndex = DateFormat::kDateTime;
dtitvfmt.cpp 751 (int32_t)DateFormat::kDateTime,
    [all...]
dtptngen.cpp 851 if (ures_getSize(dateTimePatterns) <= DateFormat::kDateTime)
856 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &status);
    [all...]
smpdtfmt.cpp 531 if (ures_getSize(dateTimePatterns) <= kDateTime)
630 int32_t glueIndex = kDateTime;
    [all...]

Completed in 590 milliseconds