#include <numfmt.h>
Inheritance diagram for SimpleNumberFormatFactory::
Public Methods | |
SimpleNumberFormatFactory (const Locale &locale, UBool visible=TRUE) | |
virtual UBool | visible (void) const |
virtual const UnicodeString * | getSupportedIDs (int32_t &count, UErrorCode &status) const |
Protected Attributes | |
const UBool | _visible |
True if the locale supported by this factory is visible. More... | |
UnicodeString | _id |
The locale supported by this factory, as a UnicodeString. More... |
It can be visible or invisible. @prototype
Definition at line 764 of file numfmt.h.
|
|
|
Reimplemented from NumberFormatFactory. |
|
Reimplemented from NumberFormatFactory. |
|
The locale supported by this factory, as a UnicodeString.
|
|
True if the locale supported by this factory is visible.
|