Searched refs:kDate (Results 1 - 17 of 17) sorted by relevance

/external/icu/icu4c/source/samples/numfmt/
H A Dutil.cpp86 case Formattable::kDate:
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h231 kDate, enumerator in enum:Formattable::Type
366 * kDate then the result is undefined.
525 * kDate.
718 if (fType != kDate) {
/external/libbrillo/brillo/http/
H A Dhttp_request.h57 BRILLO_EXPORT extern const char kDate[];
96 BRILLO_EXPORT extern const char kDate[];
H A Dhttp_request.cc49 const char request_header::kDate[] = "Date"; member in class:brillo::http::request_header
86 const char response_header::kDate[] = "Date"; member in class:brillo::http::response_header
/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp124 fType = kDate;
250 case kDate:
289 case kDate:
571 fType = kDate;
857 case Formattable::kDate :
H A Ddatefmt.cpp208 case Formattable::kDate:
243 case Formattable::kDate:
H A Dumsg.cpp423 case Formattable::kDate:
544 case Formattable::kDate:
H A Dmsgfmt.cpp1108 } else if (arg->getType() == Formattable::kDate) {
1717 formattableType = Formattable::kDate;
/external/icu/icu4c/source/test/intltest/
H A Dtfsmalls.cpp206 if ((fta.getType() == Formattable::kDate) && (fta.getDate() == 4.0)) {
261 if ((ft_arr[0].getType() == Formattable::kDate) && (ft_arr[0].getDate() == 1.0)
H A Ddtfmapts.cpp193 if(result1.getType() != Formattable::kDate) {
H A Dtsnmfmt.cpp25 case Formattable::kDate: return "kDate";
H A Ddcfmtest.cpp161 static const char *types[] = {"kDate",
348 Formattable::Type expectType = Formattable::kDate;
H A Dintltest.cpp145 case Formattable::kDate:
H A Dtmsgfmt.cpp216 case Formattable::kDate :
H A Dnumfmtst.cpp7312 case Formattable::kDate:
/external/v8/src/
H A Dvalue-serializer.cc82 kDate = 'D', member in class:v8::internal::SerializationTag
623 WriteTag(SerializationTag::kDate);
1089 case SerializationTag::kDate:
/external/icu/icu4c/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h623 case Formattable::kDate:

Completed in 550 milliseconds