OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fDateFormat
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
reldtfmt.cpp
42
DateFormat(other),
fDateFormat
(NULL), fTimeFormat(NULL), fCombinedFormat(NULL),
47
if(other.
fDateFormat
!= NULL) {
48
fDateFormat
= (DateFormat*)other.
fDateFormat
->clone();
50
fDateFormat
= NULL;
67
: DateFormat(),
fDateFormat
(NULL), fTimeFormat(NULL), fCombinedFormat(NULL),
77
fDateFormat
= createDateInstance(newStyle, locale);
93
delete
fDateFormat
;
137
} else if(
fDateFormat
!= NULL) {
138
fDateFormat
->format(cal,appendTo,pos)
[
all
...]
dtitvfmt.cpp
117
fDateFormat
(NULL),
127
fDateFormat
(NULL),
138
delete
fDateFormat
;
143
if ( itvfmt.
fDateFormat
) {
144
fDateFormat
= (SimpleDateFormat*)itvfmt.
fDateFormat
->clone();
146
fDateFormat
= NULL;
178
delete
fDateFormat
;
200
equal = (*
fDateFormat
== *fmt->
fDateFormat
);
[
all
...]
reldtfmt.h
225
DateFormat *
fDateFormat
; // the held date format
/external/icu4c/i18n/unicode/
dtitvfmt.h
[
all
...]
Completed in 47 milliseconds