OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fulldate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
dtfmrgts.cpp
427
DateFormat *shortdate, *
fulldate
;
local
447
fulldate
= DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG);
448
if (
fulldate
== NULL){
458
fulldate
->format(curDate, temp2);
489
delete
fulldate
;
[
all
...]
/external/icu4c/test/intltest/
dtfmrgts.cpp
431
DateFormat *shortdate, *
fulldate
;
local
451
fulldate
= DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG);
452
if (
fulldate
== NULL){
462
fulldate
->format(curDate, temp2);
493
delete
fulldate
;
[
all
...]
Completed in 177 milliseconds