|
ICU 78.3
78.3
|
See the main description in numberrangeformatter.h for documentation and examples. More...
#include <numberrangeformatter.h>
Public Member Functions | |
| NumberRangeFormatter ()=delete | |
| Use factory methods instead of the constructor to create a NumberFormatter. | |
Static Public Member Functions | |
| static UnlocalizedNumberRangeFormatter | with () |
| Call this method at the beginning of a NumberRangeFormatter fluent chain in which the locale is not currently known at the call site. More... | |
| static LocalizedNumberRangeFormatter | withLocale (const Locale &locale) |
| Call this method at the beginning of a NumberRangeFormatter fluent chain in which the locale is known at the call site. More... | |
See the main description in numberrangeformatter.h for documentation and examples.
Definition at line 740 of file numberrangeformatter.h.
|
static |
Call this method at the beginning of a NumberRangeFormatter fluent chain in which the locale is not currently known at the call site.
|
static |
Call this method at the beginning of a NumberRangeFormatter fluent chain in which the locale is known at the call site.
| locale | The locale from which to load formats and symbols for number range formatting. |
1.8.5