|
ICU 71.1 71.1
|
A NumberRangeFormatter that does not yet have a locale. More...
#include <numberrangeformatter.h>
Friends | |
| class | NumberRangeFormatterSettings< UnlocalizedNumberRangeFormatter > |
| class | NumberRangeFormatter |
A NumberRangeFormatter that does not yet have a locale.
In order to format, a locale must be specified.
Instances of this class are immutable and thread-safe.
Definition at line 392 of file numberrangeformatter.h.
|
default |
Default constructor: puts the formatter into a valid but undefined state.
Referenced by operator=(), operator=(), UnlocalizedNumberRangeFormatter(), and UnlocalizedNumberRangeFormatter().
| icu::number::UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter | ( | const UnlocalizedNumberRangeFormatter & | other | ) |
Returns a copy of this UnlocalizedNumberRangeFormatter.
References UnlocalizedNumberRangeFormatter().
| icu::number::UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter | ( | UnlocalizedNumberRangeFormatter && | src | ) |
Move constructor: The source UnlocalizedNumberRangeFormatter will be left in a valid but undefined state.
References U_NOEXCEPT, and UnlocalizedNumberRangeFormatter().
| LocalizedNumberRangeFormatter icu::number::UnlocalizedNumberRangeFormatter::locale | ( | const icu::Locale & | locale | ) | && |
| LocalizedNumberRangeFormatter icu::number::UnlocalizedNumberRangeFormatter::locale | ( | const icu::Locale & | locale | ) | const & |
| UnlocalizedNumberRangeFormatter & icu::number::UnlocalizedNumberRangeFormatter::operator= | ( | const UnlocalizedNumberRangeFormatter & | other | ) |
| UnlocalizedNumberRangeFormatter & icu::number::UnlocalizedNumberRangeFormatter::operator= | ( | UnlocalizedNumberRangeFormatter && | src | ) |
Move assignment operator: The source UnlocalizedNumberRangeFormatter will be left in a valid but undefined state.
References U_NOEXCEPT, and UnlocalizedNumberRangeFormatter().
|
friend |
Definition at line 462 of file numberrangeformatter.h.
|
friend |
Definition at line 455 of file numberrangeformatter.h.