Inheritance diagram for URuleBasedFormat:
Public Member Functions | |
this (inout ULocale locale) | |
void | setLenientParse (bool yes) |
bool | isLenientParse () |
Private Types | |
typedef void * | UFieldPos |
typedef void * | ParseError |
enum | Rounding { Ceiling, Floor, Down, Up, HalfEven, HalfDown, HalfUp } |
enum | Pad { BeforePrefix, AfterPrefix, BeforeSuffix, AfterSuffix } |
Private Member Functions | |
this (Style style, char[] pattern, inout ULocale locale) | |
void | format (UString dst, int number, UFieldPos p=null) |
void | format (UString dst, long number, UFieldPos p=null) |
void | format (UString dst, double number, UFieldPos p=null) |
int | parseInteger (UText src, uint *index=null) |
long | parseLong (UText src, uint *index=null) |
double | parseDouble (UText src, uint *index=null) |
Static Private Member Functions | |
static | this () |
Private Attributes | |
package Handle | handle |
Static Private Attributes | |
static FunctionLoader Bind[] | targets |
|
Definition at line 683 of file UNumberFormat.d. |
|
Definition at line 684 of file UNumberFormat.d. |
|
Definition at line 687 of file UNumberFormat.d. |
|
Definition at line 698 of file UNumberFormat.d. |
|
Definition at line 218 of file UNumberFormat.d. |
|
Definition at line 227 of file UNumberFormat.d. |
|
Definition at line 237 of file UNumberFormat.d. |
|
Reimplemented in UCommonFormat. Definition at line 771 of file UNumberFormat.d. References ICU::testError(). |
|
Definition at line 918 of file UNumberFormat.d. |
|
Definition at line 792 of file UNumberFormat.d. References UString::format(). |
|
Definition at line 806 of file UNumberFormat.d. References UString::format(). |
|
Definition at line 820 of file UNumberFormat.d. References UString::format(). |
|
Definition at line 834 of file UNumberFormat.d. References UText::content, and UText::len. |
|
Definition at line 845 of file UNumberFormat.d. References UText::content, and UText::len. |
|
Definition at line 856 of file UNumberFormat.d. References UText::content, and UText::len. |
|
Definition at line 681 of file UNumberFormat.d. Referenced by UDateFormat::setNumberFormat(). |
|
Initial value: [ {cast(void**) &unum_open, "unum_open"} Definition at line 899 of file UNumberFormat.d. |