Searched refs:fTimeStyle (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | windtfmt.cpp | 163 …: DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale),… in Win32DateFormat() 202 this->fTimeStyle = other.fTimeStyle; in operator =() 244 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) { in format() 259 } else if (fTimeStyle != DateFormat::kNone) { in format() 276 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) { in adoptCalendar() 352 result = GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, buffer, STACK_BUFFER_SIZE); in formatTime() 356 int newLength = GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, NULL, 0); in formatTime() 360 GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, buffer, newLength); in formatTime()
|
D | windtfmt.h | 124 DateFormat::EStyle fTimeStyle; variable
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | RelativeDateFormat.java | 63 fTimeStyle = timeStyle; in RelativeDateFormat() 75 if (fTimeStyle != DateFormat.NONE) { in RelativeDateFormat() 76 newStyle = fTimeStyle & ~DateFormat.RELATIVE; in RelativeDateFormat() 84 int newStyle = fTimeStyle & ~DateFormat.RELATIVE; in RelativeDateFormat() 219 int fTimeStyle; field in RelativeDateFormat
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | RelativeDateFormat.java | 66 fTimeStyle = timeStyle; in RelativeDateFormat() 78 if (fTimeStyle != DateFormat.NONE) { in RelativeDateFormat() 79 newStyle = fTimeStyle & ~DateFormat.RELATIVE; in RelativeDateFormat() 87 int newStyle = fTimeStyle & ~DateFormat.RELATIVE; in RelativeDateFormat() 222 int fTimeStyle; field in RelativeDateFormat
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |