ICU 68.2
68.2
|
Manages NumberFormatterSettings::usage()'s char* instance on the heap. More...
#include <numberformatter.h>
Public Member Functions | |
Usage (const Usage &other) | |
Usage & | operator= (const Usage &other) |
Usage (Usage &&src) U_NOEXCEPT | |
Usage & | operator= (Usage &&src) U_NOEXCEPT |
~Usage () | |
int16_t | length () const |
void | set (StringPiece value) |
bool | isSet () const |
Friends | |
class | impl::NumberFormatterImpl |
class | impl::GeneratorHelpers |
struct | impl::MacroProps |
Manages NumberFormatterSettings::usage()'s char* instance on the heap.
Definition at line 1139 of file numberformatter.h.
icu::number::impl::Usage::Usage | ( | const Usage & | other | ) |
This API is for internal use only.
icu::number::impl::Usage::Usage | ( | Usage && | src | ) |
This API is for internal use only.
icu::number::impl::Usage::~Usage | ( | ) |
This API is for internal use only.
|
inline |
This API is for internal use only.
Definition at line 1168 of file numberformatter.h.
|
inline |
This API is for internal use only.
Definition at line 1160 of file numberformatter.h.
This API is for internal use only.
This API is for internal use only.
void icu::number::impl::Usage::set | ( | StringPiece | value | ) |
This API is for internal use only. Makes a copy of value. Set to "" to unset.