HomeSort by relevance Sort by last modified time
    Searched refs:fDateTimeFormatter (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
reldtfmt.cpp 40 DateFormat(other), fDateTimeFormatter(NULL), fDatePattern(other.fDatePattern),
46 if(other.fDateTimeFormatter != NULL) {
47 fDateTimeFormatter = (SimpleDateFormat*)other.fDateTimeFormatter->clone();
60 DateFormat(), fDateTimeFormatter(NULL), fDatePattern(), fTimePattern(), fCombinedFormat(NULL),
74 // Get fDateTimeFormatter from either date or time style (does not matter, we will override the pattern).
78 fDateTimeFormatter=dynamic_cast<SimpleDateFormat *>(df);
79 if (fDateTimeFormatter == NULL) {
83 fDateTimeFormatter->toPattern(fDatePattern);
93 // does not matter whether timeStyle is UDAT_NONE, we need something for fDateTimeFormatter
    [all...]
reldtfmt.h 237 SimpleDateFormat *fDateTimeFormatter;

Completed in 64 milliseconds