OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDate
(Results
1 - 17
of
17
) sorted by null
/frameworks/av/include/media/
Metadata.h
69
static const Type
kDate
= 13; // Date
/external/icu/icu4c/source/i18n/unicode/
fmtable.h
229
kDate
,
364
*
kDate
then the result is undefined.
523
*
kDate
.
716
if (fType !=
kDate
) {
/external/icu/icu4c/source/samples/numfmt/
util.cpp
82
case Formattable::
kDate
:
/external/libbrillo/brillo/http/
http_request.h
57
BRILLO_EXPORT extern const char
kDate
[];
96
BRILLO_EXPORT extern const char
kDate
[];
http_request.cc
49
const char request_header::
kDate
[] = "Date";
86
const char response_header::
kDate
[] = "Date";
/external/icu/icu4c/source/i18n/
fmtable.cpp
122
fType =
kDate
;
248
case
kDate
:
287
case
kDate
:
566
fType =
kDate
;
852
case Formattable::
kDate
:
datefmt.cpp
206
case Formattable::
kDate
:
241
case Formattable::
kDate
:
umsg.cpp
421
case Formattable::
kDate
:
542
case Formattable::
kDate
:
msgfmt.cpp
[
all
...]
/external/icu/icu4c/source/test/intltest/
tfsmalls.cpp
205
if ((fta.getType() == Formattable::
kDate
) && (fta.getDate() == 4.0)) {
260
if ((ft_arr[0].getType() == Formattable::
kDate
) && (ft_arr[0].getDate() == 1.0)
dtfmapts.cpp
191
if(result1.getType() != Formattable::
kDate
) {
tsnmfmt.cpp
23
case Formattable::
kDate
: return "
kDate
";
dcfmtest.cpp
159
static const char *types[] = {"
kDate
",
346
Formattable::Type expectType = Formattable::
kDate
;
intltest.cpp
142
case Formattable::
kDate
:
[
all
...]
tmsgfmt.cpp
213
case Formattable::
kDate
:
[
all
...]
numfmtst.cpp
[
all
...]
/external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h
619
case Formattable::
kDate
:
Completed in 412 milliseconds