Lines Matching refs:fStyle
86 const UnicodeString& getAbsoluteUnitString(int32_t fStyle,
89 const SimpleFormatter* getRelativeUnitFormatter(int32_t fStyle,
93 const SimpleFormatter* getRelativeDateTimeUnitFormatter(int32_t fStyle,
134 int32_t fStyle, UDateAbsoluteUnit unit, UDateDirection direction) const { in getAbsoluteUnitString() argument
135 int32_t style = fStyle; in getAbsoluteUnitString()
146 int32_t fStyle, in getRelativeUnitFormatter() argument
163 return getRelativeDateTimeUnitFormatter(fStyle, rdtunit, pastFutureIndex, pluralUnit); in getRelativeUnitFormatter()
168 int32_t fStyle, in getRelativeDateTimeUnitFormatter() argument
173 int32_t style = fStyle; in getRelativeDateTimeUnitFormatter()
761 fStyle(UDAT_STYLE_LONG), in UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL()
772 fStyle(UDAT_STYLE_LONG), in RelativeDateTimeFormatter()
784 fStyle(UDAT_STYLE_LONG), in RelativeDateTimeFormatter()
800 fStyle(styl), in RelativeDateTimeFormatter()
832 fStyle(other.fStyle), in RelativeDateTimeFormatter()
851 fStyle = other.fStyle; in operator =()
882 return fStyle; in getFormatStyle()
978 fCache->getRelativeUnitFormatter(fStyle, unit, bFuture, pluralForm); in formatImpl()
1050 fCache->getRelativeDateTimeUnitFormatter(fStyle, unit, bFuture, pluralForm); in formatNumericImpl()
1101 fCache->getAbsoluteUnitString(fStyle, unit, direction), in formatAbsoluteImpl()