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

  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 44 DateFormat(other), fDateTimeFormatter(NULL), fDatePattern(other.fDatePattern),
55 if(other.fDateTimeFormatter != NULL) {
56 fDateTimeFormatter = (SimpleDateFormat*)other.fDateTimeFormatter->clone();
74 DateFormat(), fDateTimeFormatter(NULL), fDatePattern(), fTimePattern(), fCombinedFormat(NULL),
91 // Get fDateTimeFormatter from either date or time style (does not matter, we will override the pattern).
95 fDateTimeFormatter=dynamic_cast<SimpleDateFormat *>(df);
96 if (fDateTimeFormatter == NULL) {
100 fDateTimeFormatter->toPattern(fDatePattern);
110 // does not matter whether timeStyle is UDAT_NONE, we need something for fDateTimeFormatter
    [all...]
reldtfmt.h 250 SimpleDateFormat *fDateTimeFormatter;

Completed in 269 milliseconds