|
LocalizedNumberRangeFormatter | locale (const icu::Locale &locale) const & |
| Associate the given locale with the number range formatter.
|
|
LocalizedNumberRangeFormatter | locale (const icu::Locale &locale) && |
| Overload of locale() for use on an rvalue reference.
|
|
| UnlocalizedNumberRangeFormatter ()=default |
| Default constructor: puts the formatter into a valid but undefined state.
|
|
| UnlocalizedNumberRangeFormatter (const UnlocalizedNumberRangeFormatter &other) |
| Returns a copy of this UnlocalizedNumberRangeFormatter.
|
|
| UnlocalizedNumberRangeFormatter (UnlocalizedNumberRangeFormatter &&src) noexcept |
| Move constructor: The source UnlocalizedNumberRangeFormatter will be left in a valid but undefined state.
|
|
UnlocalizedNumberRangeFormatter & | operator= (const UnlocalizedNumberRangeFormatter &other) |
| Copy assignment operator.
|
|
UnlocalizedNumberRangeFormatter & | operator= (UnlocalizedNumberRangeFormatter &&src) noexcept |
| Move assignment operator: The source UnlocalizedNumberRangeFormatter will be left in a valid but undefined state.
|
|
UnlocalizedNumberRangeFormatter | numberFormatterBoth (const UnlocalizedNumberFormatter &formatter) const & |
| Sets the NumberFormatter instance to use for the numbers in the range.
|
|
UnlocalizedNumberRangeFormatter | numberFormatterBoth (const UnlocalizedNumberFormatter &formatter) && |
| Overload of numberFormatterBoth() for use on an rvalue reference.
|
|
UnlocalizedNumberRangeFormatter | numberFormatterBoth (UnlocalizedNumberFormatter &&formatter) const & |
| Overload of numberFormatterBoth() for use on an rvalue reference.
|
|
UnlocalizedNumberRangeFormatter | numberFormatterBoth (UnlocalizedNumberFormatter &&formatter) && |
| Overload of numberFormatterBoth() for use on an rvalue reference.
|
|
UnlocalizedNumberRangeFormatter | numberFormatterFirst (const UnlocalizedNumberFormatter &formatterFirst) const & |
| Sets the NumberFormatter instance to use for the first number in the range.
|
|
UnlocalizedNumberRangeFormatter | numberFormatterFirst (const UnlocalizedNumberFormatter &formatterFirst) && |
| Overload of numberFormatterFirst() for use on an rvalue reference.
|
|
UnlocalizedNumberRangeFormatter | numberFormatterFirst (UnlocalizedNumberFormatter &&formatterFirst) const & |
| Overload of numberFormatterFirst() for use on an rvalue reference.
|
|
UnlocalizedNumberRangeFormatter | numberFormatterFirst (UnlocalizedNumberFormatter &&formatterFirst) && |
| Overload of numberFormatterFirst() for use on an rvalue reference.
|
|
UnlocalizedNumberRangeFormatter | numberFormatterSecond (const UnlocalizedNumberFormatter &formatterSecond) const & |
| Sets the NumberFormatter instance to use for the second number in the range.
|
|
UnlocalizedNumberRangeFormatter | numberFormatterSecond (const UnlocalizedNumberFormatter &formatterSecond) && |
| Overload of numberFormatterSecond() for use on an rvalue reference.
|
|
UnlocalizedNumberRangeFormatter | numberFormatterSecond (UnlocalizedNumberFormatter &&formatterSecond) const & |
| Overload of numberFormatterSecond() for use on an rvalue reference.
|
|
UnlocalizedNumberRangeFormatter | numberFormatterSecond (UnlocalizedNumberFormatter &&formatterSecond) && |
| Overload of numberFormatterSecond() for use on an rvalue reference.
|
|
UnlocalizedNumberRangeFormatter | collapse (UNumberRangeCollapse collapse) const & |
| Sets the aggressiveness of "collapsing" fields across the range separator.
|
|
UnlocalizedNumberRangeFormatter | collapse (UNumberRangeCollapse collapse) && |
| Overload of collapse() for use on an rvalue reference.
|
|
UnlocalizedNumberRangeFormatter | identityFallback (UNumberRangeIdentityFallback identityFallback) const & |
| Sets the behavior when the two sides of the range are the same.
|
|
UnlocalizedNumberRangeFormatter | identityFallback (UNumberRangeIdentityFallback identityFallback) && |
| Overload of identityFallback() for use on an rvalue reference.
|
|
LocalPointer< UnlocalizedNumberRangeFormatter > | clone () const & |
| Returns the current (Un)LocalizedNumberRangeFormatter as a LocalPointer wrapping a heap-allocated copy of the current object.
|
|
LocalPointer< UnlocalizedNumberRangeFormatter > | clone () && |
| Overload of clone for use on an rvalue reference.
|
|
UBool | copyErrorTo (UErrorCode &outErrorCode) const |
| Sets the UErrorCode if an error occurred in the fluent chain.
|
|