OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defDateFormat
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
fmtable.cpp.noOrig
803
static DateFormat *
defDateFormat
= 0;
810
if (
defDateFormat
== 0) {
811
defDateFormat
= DateFormat::createInstance();
813
defDateFormat
->format(obj.getDate(), buffer);
fmtable.cpp
803
static DateFormat *
defDateFormat
= 0;
810
if (
defDateFormat
== 0) {
811
defDateFormat
= DateFormat::createInstance();
813
defDateFormat
->format(obj.getDate(), buffer);
/external/icu4c/test/intltest/
tmsgfmt.cpp
208
static DateFormat *
defDateFormat
= 0;
213
if (
defDateFormat
== 0) {
214
defDateFormat
= DateFormat::createInstance();
216
defDateFormat
->format(obj.getDate(), buffer);
[
all
...]
Completed in 70 milliseconds