OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDate
(Results
1 - 16
of
16
) sorted by null
/frameworks/base/include/media/
Metadata.h
69
static const Type
kDate
= 13; // Date
/external/icu4c/i18n/unicode/
fmtable.h
215
kDate
,
350
*
kDate
then the result is undefined.
509
*
kDate
.
647
if (fType !=
kDate
) {
/external/icu4c/i18n/
fmtable.cpp.noOrig
121
fType =
kDate
;
247
case
kDate
:
286
case
kDate
:
545
fType =
kDate
;
807
case Formattable::
kDate
:
fmtable.cpp
121
fType =
kDate
;
247
case
kDate
:
286
case
kDate
:
545
fType =
kDate
;
807
case Formattable::
kDate
:
datefmt.cpp
121
case Formattable::
kDate
:
156
case Formattable::
kDate
:
umsg.cpp
420
case Formattable::
kDate
:
538
case Formattable::
kDate
:
smpdtfmt.cpp
[
all
...]
msgfmt.cpp
[
all
...]
/external/icu4c/samples/numfmt/
util.cpp
82
case Formattable::
kDate
:
/external/icu4c/test/intltest/
tfsmalls.cpp
206
if ((fta.getType() == Formattable::
kDate
) && (fta.getDate() == 4.0)) {
261
if ((ft_arr[0].getType() == Formattable::
kDate
) && (ft_arr[0].getDate() == 1.0)
dcfmtest.cpp
155
static const char *types[] = {"
kDate
",
333
Formattable::Type expectType = Formattable::
kDate
;
dtfmapts.cpp
191
if(result1.getType() != Formattable::
kDate
) {
tsnmfmt.cpp
22
case Formattable::
kDate
: return "
kDate
";
intltest.cpp
131
case Formattable::
kDate
:
[
all
...]
tmsgfmt.cpp
212
case Formattable::
kDate
:
[
all
...]
/external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.h
297
case Formattable::
kDate
:
Completed in 563 milliseconds