#include <numberformatter.h>
Public Member Functions | |
| SymbolsWrapper () | |
| SymbolsWrapper & | operator= (const SymbolsWrapper &other) |
| SymbolsWrapper (SymbolsWrapper &&src) U_NOEXCEPT | |
| SymbolsWrapper & | operator= (SymbolsWrapper &&src) U_NOEXCEPT |
| ~SymbolsWrapper () | |
| void | setTo (const DecimalFormatSymbols &dfs) |
| The provided object is copied, but we do not adopt it. | |
| void | setTo (const NumberingSystem *ns) |
| Adopt the provided object. | |
| bool | isDecimalFormatSymbols () const |
| Whether the object is currently holding a DecimalFormatSymbols. | |
| bool | isNumberingSystem () const |
| Whether the object is currently holding a NumberingSystem. | |
| const DecimalFormatSymbols * | getDecimalFormatSymbols () const |
| Get the DecimalFormatSymbols pointer. | |
| const NumberingSystem * | getNumberingSystem () const |
| Get the NumberingSystem pointer. | |
| UBool | copyErrorTo (UErrorCode &status) const |
Definition at line 1123 of file numberformatter.h.
| icu::number::impl::SymbolsWrapper::SymbolsWrapper | ( | ) | [inline] |
Definition at line 1126 of file numberformatter.h.
| icu::number::impl::SymbolsWrapper::SymbolsWrapper | ( | SymbolsWrapper && | src | ) |
| icu::number::impl::SymbolsWrapper::~SymbolsWrapper | ( | ) |
| UBool icu::number::impl::SymbolsWrapper::copyErrorTo | ( | UErrorCode & | status | ) | const [inline] |
Definition at line 1184 of file numberformatter.h.
References FALSE, TRUE, and U_MEMORY_ALLOCATION_ERROR.
| const DecimalFormatSymbols* icu::number::impl::SymbolsWrapper::getDecimalFormatSymbols | ( | ) | const |
Get the DecimalFormatSymbols pointer.
No ownership change.
| const NumberingSystem* icu::number::impl::SymbolsWrapper::getNumberingSystem | ( | ) | const |
Get the NumberingSystem pointer.
No ownership change.
| bool icu::number::impl::SymbolsWrapper::isDecimalFormatSymbols | ( | ) | const |
Whether the object is currently holding a DecimalFormatSymbols.
| bool icu::number::impl::SymbolsWrapper::isNumberingSystem | ( | ) | const |
Whether the object is currently holding a NumberingSystem.
| SymbolsWrapper& icu::number::impl::SymbolsWrapper::operator= | ( | SymbolsWrapper && | src | ) |
| SymbolsWrapper& icu::number::impl::SymbolsWrapper::operator= | ( | const SymbolsWrapper & | other | ) |
| void icu::number::impl::SymbolsWrapper::setTo | ( | const NumberingSystem * | ns | ) |
Adopt the provided object.
| void icu::number::impl::SymbolsWrapper::setTo | ( | const DecimalFormatSymbols & | dfs | ) |
The provided object is copied, but we do not adopt it.
1.6.1