/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtitvfmt.cpp | 124 fDateFormat(NULL), in DateIntervalFormat() 137 fDateFormat(NULL), in DateIntervalFormat() 151 delete fDateFormat; in operator =() 160 if ( itvfmt.fDateFormat ) { in operator =() 161 fDateFormat = (SimpleDateFormat*)itvfmt.fDateFormat->clone(); in operator =() 163 fDateFormat = NULL; in operator =() 197 delete fDateFormat; in ~DateIntervalFormat() 222 …if (fDateFormat != fmt->fDateFormat && (fDateFormat == NULL || fmt->fDateFormat == NULL)) {return … in operator ==() 223 if (fDateFormat && fmt->fDateFormat && (*fDateFormat != *fmt->fDateFormat)) {return FALSE;} in operator ==() 274 if (fFromCalendar == NULL || fToCalendar == NULL || fDateFormat == NULL || fInfo == NULL) { in format() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | dtitvfmt.cpp | 141 fDateFormat(nullptr), in DateIntervalFormat() 155 fDateFormat(nullptr), in DateIntervalFormat() 170 delete fDateFormat; in operator =() 179 if ( itvfmt.fDateFormat ) { in operator =() 180 fDateFormat = itvfmt.fDateFormat->clone(); in operator =() 182 fDateFormat = nullptr; in operator =() 217 delete fDateFormat; in ~DateIntervalFormat() 242 …if (fDateFormat != fmt->fDateFormat && (fDateFormat == nullptr || fmt->fDateFormat == nullptr)) {r… in operator ==() 243 if (fDateFormat && fmt->fDateFormat && (*fDateFormat != *fmt->fDateFormat)) {return FALSE;} in operator ==() 295 if (fDateFormat == nullptr || fInfo == nullptr) { in format() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtitvfmt.cpp | 141 fDateFormat(nullptr), in DateIntervalFormat() 155 fDateFormat(nullptr), in DateIntervalFormat() 170 delete fDateFormat; in operator =() 179 if ( itvfmt.fDateFormat ) { in operator =() 180 fDateFormat = itvfmt.fDateFormat->clone(); in operator =() 182 fDateFormat = nullptr; in operator =() 217 delete fDateFormat; in ~DateIntervalFormat() 242 …if (fDateFormat != fmt->fDateFormat && (fDateFormat == nullptr || fmt->fDateFormat == nullptr)) {r… in operator ==() 243 if (fDateFormat && fmt->fDateFormat && (*fDateFormat != *fmt->fDateFormat)) {return false;} in operator ==() 295 if (fDateFormat == nullptr || fInfo == nullptr) { in format() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtitvfmt.cpp | 141 fDateFormat(nullptr), in DateIntervalFormat() 155 fDateFormat(nullptr), in DateIntervalFormat() 170 delete fDateFormat; in operator =() 179 if ( itvfmt.fDateFormat ) { in operator =() 180 fDateFormat = itvfmt.fDateFormat->clone(); in operator =() 182 fDateFormat = nullptr; in operator =() 217 delete fDateFormat; in ~DateIntervalFormat() 242 …if (fDateFormat != fmt->fDateFormat && (fDateFormat == nullptr || fmt->fDateFormat == nullptr)) {r… in operator ==() 243 if (fDateFormat && fmt->fDateFormat && (*fDateFormat != *fmt->fDateFormat)) {return FALSE;} in operator ==() 295 if (fDateFormat == nullptr || fInfo == nullptr) { in format() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DateIntervalFormat.java | 438 private SimpleDateFormat fDateFormat; field in DateIntervalFormat 503 fDateFormat = simpleDateFormat; in DateIntervalFormat() 509 fFromCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat() 510 fToCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat() 517 fDateFormat = simpleDateFormat; in DateIntervalFormat() 521 fFromCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat() 522 fToCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat() 699 other.fDateFormat = (SimpleDateFormat) fDateFormat.clone(); in clone() 933 return fDateFormat.format(fromCalendar, appendTo, pos, attributes); in formatImpl() 942 if ( fDateFormat.isFieldUnitIgnored(field) ) { in formatImpl() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateIntervalFormat.java | 452 private SimpleDateFormat fDateFormat; field in DateIntervalFormat 520 fDateFormat = simpleDateFormat; in DateIntervalFormat() 526 fFromCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat() 527 fToCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat() 534 fDateFormat = simpleDateFormat; in DateIntervalFormat() 538 fFromCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat() 539 fToCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat() 723 other.fDateFormat = (SimpleDateFormat) fDateFormat.clone(); in clone() 931 fDateFormat.setContext(fCapitalizationSetting); in formatImpl() 966 return fDateFormat.format(fromCalendar, appendTo, pos, attributes); in formatImpl() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | RelativeDateFormat.java | 169 } else if (fDateFormat != null) { in format() 175 fDateFormat.format(cal, toAppendTo, fieldPosition); in format() 210 private DateFormat fDateFormat; // keep for serialization compatibility field in RelativeDateFormat
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | RelativeDateFormat.java | 172 } else if (fDateFormat != null) { in format() 178 fDateFormat.format(cal, toAppendTo, fieldPosition); in format() 213 private DateFormat fDateFormat; // keep for serialization compatibility field in RelativeDateFormat
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | dtitvfmt.h | 1010 SimpleDateFormat* fDateFormat; variable
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | dtitvfmt.h | 1171 SimpleDateFormat* fDateFormat; variable
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | dtitvfmt.h | 1169 SimpleDateFormat* fDateFormat; variable
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | dtitvfmt.h | 1171 SimpleDateFormat* fDateFormat; variable
|