Searched refs:fDateStyle (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | windtfmt.cpp | 81 glueIndex = (int32_t)(DateFormat::kDateTimeOffset + (fDateStyle - DateFormat::kDateOffset)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 97 …: DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale),… in Win32DateFormat() 129 this->fDateStyle = other.fDateStyle; in operator =() 169 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) { in format() 186 } else if (fDateStyle != DateFormat::kNone) { in format() 205 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) { in adoptCalendar() 242 …result = GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, STACK_BUFFER_S… in formatDate() 246 … int newLength = GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, NULL, 0); in formatDate() 249 GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, newLength); in formatDate()
|
D | reldtfmt.cpp | 46 fDateStyle(other.fDateStyle), fLocale(other.fLocale), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 75 fDateStyle(dateStyle), fLocale(locale), fDayMin(0), fDayMax(0), fDatesLen(0), fDates(NULL), in RelativeDateFormat() 145 return (fDateStyle==that->fDateStyle && in operator ==() 491 switch (fDateStyle) { in loadDates()
|
D | windtfmt.h | 123 DateFormat::EStyle fDateStyle; variable
|
D | reldtfmt.h | 255 UDateFormatStyle fDateStyle; variable
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | RelativeDateFormat.java | 66 fDateStyle = dateStyle; in RelativeDateFormat() 68 if (fDateStyle != DateFormat.NONE) { in RelativeDateFormat() 69 int newStyle = fDateStyle & ~DateFormat.RELATIVE; in RelativeDateFormat() 115 if (fDateStyle != DateFormat.NONE) { in format() 217 int fDateStyle; field in RelativeDateFormat 334 switch (fDateStyle) in initializeCombinedFormat()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | RelativeDateFormat.java | 64 fDateStyle = dateStyle; in RelativeDateFormat() 66 if (fDateStyle != DateFormat.NONE) { in RelativeDateFormat() 67 int newStyle = fDateStyle & ~DateFormat.RELATIVE; in RelativeDateFormat() 113 if (fDateStyle != DateFormat.NONE) { in format() 215 int fDateStyle; field in RelativeDateFormat 332 switch (fDateStyle) in initializeCombinedFormat()
|