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