Home
last modified time | relevance | path

Searched refs:fDateStyle (Results 1 - 15 of 15) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A 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 < in initializeCombinedFormat()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A 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 < in initializeCombinedFormat()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dwindtfmt.cpp86 glueIndex = (int32_t)(DateFormat::kDateTimeOffset + (fDateStyle - DateFormat::kDateOffset)); in getTimeDateFormat()
169 : DateFormat(), fDateTimeMsg(nullptr), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale), fZoneID(), fWindowsLocaleName(nullptr) in Win32DateFormat()
210 this->fDateStyle = other.fDateStyle; in operator =()
251 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) { in format()
264 } else if (fDateStyle != DateFormat::kNone) { in format()
283 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) { in adoptCalendar()
326 result = GetDateFormatEx(localeName, dfFlags[fDateStyle - kDateOffset], st, nullptr, buffer, STACK_BUFFER_SIZE, nullptr); in formatDate()
330 int newLength = GetDateFormatEx(localeName, dfFlags[fDateStyle - kDateOffset], st, nullptr, nullptr, 0, nullptr); in formatDate()
334 GetDateFormatEx(localeName, dfFlags[fDateStyle in formatDate()
[all...]
H A Dreldtfmt.cpp45 fDateStyle(other.fDateStyle), fLocale(other.fLocale), in RelativeDateFormat()
73 fDateStyle(dateStyle), fLocale(locale), fDatesLen(0), fDates(nullptr), in RelativeDateFormat()
152 return (fDateStyle==that->fDateStyle && in operator ==()
538 int32_t offsetIncrement = (fDateStyle & ~kRelative); // Remove relative bit. in loadDates()
H A Dwindtfmt.h125 DateFormat::EStyle fDateStyle; member in Win32DateFormat
H A Dreldtfmt.h256 UDateFormatStyle fDateStyle; member in RelativeDateFormat
/third_party/icu/icu4c/source/i18n/
H A Dwindtfmt.cpp83 glueIndex = (int32_t)(DateFormat::kDateTimeOffset + (fDateStyle - DateFormat::kDateOffset)); in getTimeDateFormat()
168 : DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale), fZoneID(), fWindowsLocaleName(nullptr) in Win32DateFormat()
209 this->fDateStyle = other.fDateStyle; in operator =()
250 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) { in format()
263 } else if (fDateStyle != DateFormat::kNone) { in format()
282 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) { in adoptCalendar()
325 result = GetDateFormatEx(localeName, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, STACK_BUFFER_SIZE, NULL); in formatDate()
329 int newLength = GetDateFormatEx(localeName, dfFlags[fDateStyle - kDateOffset], st, NULL, NULL, 0, NULL); in formatDate()
333 GetDateFormatEx(localeName, dfFlags[fDateStyle in formatDate()
[all...]
H A Dreldtfmt.cpp45 fDateStyle(other.fDateStyle), fLocale(other.fLocale), in RelativeDateFormat()
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()
H A Dwindtfmt.h125 DateFormat::EStyle fDateStyle; member in Win32DateFormat
H A Dreldtfmt.h256 UDateFormatStyle fDateStyle; member in RelativeDateFormat
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dwindtfmt.cpp83 glueIndex = (int32_t)(DateFormat::kDateTimeOffset + (fDateStyle - DateFormat::kDateOffset)); in getTimeDateFormat()
163 : DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale), fZoneID(), fWindowsLocaleName(nullptr) 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_BUFFER_SIZE, NULL); in formatDate()
324 int newLength = GetDateFormatEx(localeName, dfFlags[fDateStyle - kDateOffset], st, NULL, NULL, 0, NULL); in formatDate()
328 GetDateFormatEx(localeName, dfFlags[fDateStyle in formatDate()
[all...]
H A Dreldtfmt.cpp45 fDateStyle(other.fDateStyle), fLocale(other.fLocale), in RelativeDateFormat()
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()
H A Dwindtfmt.h125 DateFormat::EStyle fDateStyle; member in Win32DateFormat
H A Dreldtfmt.h256 UDateFormatStyle fDateStyle; member in RelativeDateFormat
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 10 milliseconds