#include <numfmt.h>
Inheritance diagram for SimpleNumberFormatFactory:

Public Member Functions | |
| SimpleNumberFormatFactory (const Locale &locale, UBool visible=TRUE) | |
| virtual | ~SimpleNumberFormatFactory () |
| 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. | |
| UnicodeString | _id |
| The locale supported by this factory, as a UnicodeString. | |
It can be visible or invisible.
Definition at line 807 of file numfmt.h.
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
Implements NumberFormatFactory. |
|
|
Implements NumberFormatFactory. |
|
|
The locale supported by this factory, as a UnicodeString.
|
|
|
True if the locale supported by this factory is visible.
|
1.4.4