Lines Matching refs:fStyle
84 const UnicodeString& getAbsoluteUnitString(int32_t fStyle,
87 const SimpleFormatter* getRelativeUnitFormatter(int32_t fStyle,
91 const SimpleFormatter* getRelativeDateTimeUnitFormatter(int32_t fStyle,
132 int32_t fStyle, UDateAbsoluteUnit unit, UDateDirection direction) const { in getAbsoluteUnitString() argument
133 int32_t style = fStyle; in getAbsoluteUnitString()
144 int32_t fStyle, in getRelativeUnitFormatter() argument
161 return getRelativeDateTimeUnitFormatter(fStyle, rdtunit, pastFutureIndex, pluralUnit); in getRelativeUnitFormatter()
166 int32_t fStyle, in getRelativeDateTimeUnitFormatter() argument
171 int32_t style = fStyle; in getRelativeDateTimeUnitFormatter()
753 fStyle(UDAT_STYLE_LONG), in UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL()
764 fStyle(UDAT_STYLE_LONG), in RelativeDateTimeFormatter()
776 fStyle(UDAT_STYLE_LONG), in RelativeDateTimeFormatter()
792 fStyle(styl), in RelativeDateTimeFormatter()
820 fStyle(other.fStyle), in RelativeDateTimeFormatter()
839 fStyle = other.fStyle; in operator =()
870 return fStyle; in getFormatStyle()
966 fCache->getRelativeUnitFormatter(fStyle, unit, bFuture, pluralForm); in formatImpl()
1034 fCache->getRelativeDateTimeUnitFormatter(fStyle, unit, bFuture, pluralForm); in formatNumericImpl()
1085 fCache->getAbsoluteUnitString(fStyle, unit, direction), in formatAbsoluteImpl()