OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fmt0
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
incaltst.cpp
789
DateFormat *
fmt0
= DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull);
local
805
logln( "wanted " + escape(
fmt0
->format(expectDate,tmp.remove())) + " but got " + escape(
fmt0
->format(d,tmp.remove())));
811
delete
fmt0
;
/external/icu4c/test/intltest/
incaltst.cpp
887
DateFormat *
fmt0
= DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull);
local
[
all
...]
Completed in 95 milliseconds