Home
last modified time | relevance | path

Searched refs:fDateStyle (Results 1 – 12 of 12) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRelativeDateFormat.java67 fDateStyle = dateStyle; in RelativeDateFormat()
69 if (fDateStyle != DateFormat.NONE) { in RelativeDateFormat()
70 int newStyle = fDateStyle & ~DateFormat.RELATIVE; in RelativeDateFormat()
117 if (fDateStyle != DateFormat.NONE) { in format()
221 int fDateStyle; field in RelativeDateFormat
355 if (fDateStyle >= DateFormat.FULL && fDateStyle <= DateFormat.SHORT) { in initializeCombinedFormat()
356 glueIndex += fDateStyle + 1; in initializeCombinedFormat()
358 if (fDateStyle >= DateFormat.RELATIVE_FULL && in initializeCombinedFormat()
359 fDateStyle <= DateFormat.RELATIVE_SHORT) { in initializeCombinedFormat()
360 glueIndex += fDateStyle + 1 - DateFormat.RELATIVE; in initializeCombinedFormat()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelativeDateFormat.java64 fDateStyle = dateStyle; in RelativeDateFormat()
66 if (fDateStyle != DateFormat.NONE) { in RelativeDateFormat()
67 int newStyle = fDateStyle & ~DateFormat.RELATIVE; in RelativeDateFormat()
114 if (fDateStyle != DateFormat.NONE) { in format()
218 int fDateStyle; field in RelativeDateFormat
352 if (fDateStyle >= DateFormat.FULL && fDateStyle <= DateFormat.SHORT) { in initializeCombinedFormat()
353 glueIndex += fDateStyle + 1; in initializeCombinedFormat()
355 if (fDateStyle >= DateFormat.RELATIVE_FULL && in initializeCombinedFormat()
356 fDateStyle <= DateFormat.RELATIVE_SHORT) { in initializeCombinedFormat()
357 glueIndex += fDateStyle + 1 - DateFormat.RELATIVE; in initializeCombinedFormat()
/external/cronet/third_party/icu/source/i18n/
Dwindtfmt.cpp83 glueIndex = (int32_t)(DateFormat::kDateTimeOffset + (fDateStyle - DateFormat::kDateOffset)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
163 …: DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale),… in Win32DateFormat()
204 this->fDateStyle = other.fDateStyle; in operator =()
245 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) { in format()
258 } else if (fDateStyle != DateFormat::kNone) { in format()
277 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) { in adoptCalendar()
320 …result = GetDateFormatEx(localeName, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, STACK_BU… in formatDate()
324 …int newLength = GetDateFormatEx(localeName, dfFlags[fDateStyle - kDateOffset], st, NULL, NULL, 0, … in formatDate()
328 … GetDateFormatEx(localeName, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, newLength, NULL); in formatDate()
Dreldtfmt.cpp45 fDateStyle(other.fDateStyle), fLocale(other.fLocale), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
73 fDateStyle(dateStyle), fLocale(locale), fDatesLen(0), fDates(NULL), in RelativeDateFormat()
144 return (fDateStyle==that->fDateStyle && in operator ==()
530 int32_t offsetIncrement = (fDateStyle & ~kRelative); // Remove relative bit. in loadDates()
Dwindtfmt.h125 DateFormat::EStyle fDateStyle; variable
Dreldtfmt.h256 UDateFormatStyle fDateStyle; variable
/external/icu/icu4c/source/i18n/
Dwindtfmt.cpp83 glueIndex = (int32_t)(DateFormat::kDateTimeOffset + (fDateStyle - DateFormat::kDateOffset)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
163 …: DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale),… in Win32DateFormat()
204 this->fDateStyle = other.fDateStyle; in operator =()
245 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) { in format()
258 } else if (fDateStyle != DateFormat::kNone) { in format()
277 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) { in adoptCalendar()
320 …result = GetDateFormatEx(localeName, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, STACK_BU… in formatDate()
324 …int newLength = GetDateFormatEx(localeName, dfFlags[fDateStyle - kDateOffset], st, NULL, NULL, 0, … in formatDate()
328 … GetDateFormatEx(localeName, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, newLength, NULL); in formatDate()
Dreldtfmt.cpp45 fDateStyle(other.fDateStyle), fLocale(other.fLocale), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
73 fDateStyle(dateStyle), fLocale(locale), fDatesLen(0), fDates(NULL), in RelativeDateFormat()
144 return (fDateStyle==that->fDateStyle && in operator ==()
530 int32_t offsetIncrement = (fDateStyle & ~kRelative); // Remove relative bit. in loadDates()
Dwindtfmt.h125 DateFormat::EStyle fDateStyle; variable
Dreldtfmt.h256 UDateFormatStyle fDateStyle; variable
/external/icu/libicu/cts_headers/
Dwindtfmt.h125 DateFormat::EStyle fDateStyle; variable
Dreldtfmt.h256 UDateFormatStyle fDateStyle; variable