Searched refs:fTimeFormat (Results 1 – 4 of 4) sorted by relevance
/external/chromium/third_party/icu/source/i18n/ |
D | reldtfmt.cpp | 42 DateFormat(other), fDateFormat(NULL), fTimeFormat(NULL), fCombinedFormat(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 67 : DateFormat(), fDateFormat(NULL), fTimeFormat(NULL), fCombinedFormat(NULL), in RelativeDateFormat() 80 fTimeFormat = createTimeInstance((EStyle)fTimeStyle, locale); in RelativeDateFormat() 94 delete fTimeFormat; in ~RelativeDateFormat() 134 if(fTimeFormat == NULL || fCombinedFormat == 0) { in format() 146 fTimeFormat->format(cal,timeString,timepos); in format() 263 if (fTimeFormat == NULL || fCombinedFormat == 0) { in toPattern() 306 if ( fTimeFormat ) { in toPatternTime() 307 if ( fTimeFormat->getDynamicClassID()==SimpleDateFormat::getStaticClassID() ) { in toPatternTime() 308 ((SimpleDateFormat*)fTimeFormat)->toPattern(result); in toPatternTime() [all …]
|
D | reldtfmt.h | 222 DateFormat *fTimeFormat; // the held time format variable
|
/external/icu4c/i18n/ |
D | reldtfmt.cpp | 42 DateFormat(other), fDateFormat(NULL), fTimeFormat(NULL), fCombinedFormat(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 67 : DateFormat(), fDateFormat(NULL), fTimeFormat(NULL), fCombinedFormat(NULL), in RelativeDateFormat() 80 fTimeFormat = createTimeInstance((EStyle)fTimeStyle, locale); in RelativeDateFormat() 94 delete fTimeFormat; in ~RelativeDateFormat() 134 if(fTimeFormat == NULL || fCombinedFormat == 0) { in format() 146 fTimeFormat->format(cal,timeString,timepos); in format() 263 if (fTimeFormat == NULL || fCombinedFormat == 0) { in toPattern() 306 if ( fTimeFormat ) { in toPatternTime() 307 if ( fTimeFormat->getDynamicClassID()==SimpleDateFormat::getStaticClassID() ) { in toPatternTime() 308 ((SimpleDateFormat*)fTimeFormat)->toPattern(result); in toPatternTime() [all …]
|
D | reldtfmt.h | 226 DateFormat *fTimeFormat; // the held time format variable
|