OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDate
(Results
1 - 25
of
27
) sorted by null
1
2
/frameworks/av/include/media/
Metadata.h
69
static const Type
kDate
= 13; // Date
/external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h
215
kDate
,
350
*
kDate
then the result is undefined.
509
*
kDate
.
647
if (fType !=
kDate
) {
/external/icu4c/i18n/unicode/
fmtable.h
227
kDate
,
362
*
kDate
then the result is undefined.
521
*
kDate
.
671
if (fType !=
kDate
) {
/external/icu4c/samples/numfmt/
util.cpp
82
case Formattable::
kDate
:
/external/chromium_org/third_party/icu/source/i18n/
fmtable.cpp
118
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/i18n/
fmtable.cpp
121
fType =
kDate
;
247
case
kDate
:
286
case
kDate
:
565
fType =
kDate
;
841
case Formattable::
kDate
:
datefmt.cpp
121
case Formattable::
kDate
:
156
case Formattable::
kDate
:
umsg.cpp
421
case Formattable::
kDate
:
542
case Formattable::
kDate
:
msgfmt.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/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/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)
dtfmapts.cpp
191
if(result1.getType() != Formattable::
kDate
) {
tsnmfmt.cpp
23
case Formattable::
kDate
: return "
kDate
";
dcfmtest.cpp
155
static const char *types[] = {"
kDate
",
342
Formattable::Type expectType = Formattable::
kDate
;
/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
DateFmtPerf.h
297
case Formattable::
kDate
:
/external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.h
298
case Formattable::
kDate
:
Completed in 430 milliseconds
1
2