Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

UPercentFormat Class Reference

Inheritance diagram for UPercentFormat:

UCommonFormat List of all members.

Public Member Functions

 this (inout ULocale locale)

Private Member Functions

 this (Style style, char[] pattern, inout ULocale locale)
bool isParseIntegerOnly ()
bool isGroupingUsed ()
bool isDecimalSeparatorAlwaysShown ()
void setParseIntegerOnly (bool yes)
void setGroupingUsed (bool yes)
void setDecimalSeparatorAlwaysShown (bool yes)
void setMaxIntegerDigits (uint x)
void setMinIntegerDigits (uint x)
void setIntegerDigits (uint x)
void setMaxFractionDigits (uint x)
void setMinFractionDigits (uint x)
void setFractionDigits (uint x)
void setMultiplier (uint x)
void setGroupingSize (uint x)
void setRoundingMode (Rounding x)
void setRoundingIncrement (uint x)
void setFormatWidth (uint x)
void setPaddingPosition (Pad x)
void setSecondaryGroupingSize (uint x)
void setSignificantDigitsUsed (uint x)
void setMinSignificantDigits (uint x)
void setMaxSignificantDigits (uint x)
uint getMaxIntegerDigits ()
uint getMinIntegerDigits ()
uint getIntegerDigits ()
uint getMaxFractionDigits ()
uint getMinFractionDigits ()
uint getFractionDigits ()
uint getMultiplier ()
uint getGroupingSize ()
Rounding getRoundingMode ()
uint getRoundingIncrement ()
uint getFormatWidth ()
Pad getPaddingPosition ()
uint getSecondaryGroupingSize ()
uint getSignificantDigitsUsed ()
uint getMinSignificantDigits ()
uint getMaxSignificantDigits ()
void getPattern (UString dst, bool localize)

Member Function Documentation

this inout ULocale  locale  )  [inline]
 

Definition at line 147 of file UNumberFormat.d.

this Style  style,
char[]  pattern,
inout ULocale  locale
[inline, inherited]
 

Reimplemented from UNumberFormat.

Definition at line 251 of file UNumberFormat.d.

bool isParseIntegerOnly  )  [inline, inherited]
 

Return true if this format will parse numbers as integers only

Definition at line 263 of file UNumberFormat.d.

bool isGroupingUsed  )  [inline, inherited]
 

Returns true if grouping is used in this format.

Definition at line 274 of file UNumberFormat.d.

bool isDecimalSeparatorAlwaysShown  )  [inline, inherited]
 

Always show decimal point?

Definition at line 285 of file UNumberFormat.d.

void setParseIntegerOnly bool  yes  )  [inline, inherited]
 

Sets whether or not numbers should be parsed as integers only

Definition at line 297 of file UNumberFormat.d.

void setGroupingUsed bool  yes  )  [inline, inherited]
 

Set whether or not grouping will be used in this format.

Definition at line 308 of file UNumberFormat.d.

void setDecimalSeparatorAlwaysShown bool  yes  )  [inline, inherited]
 

Always show decimal point.

Definition at line 319 of file UNumberFormat.d.

void setMaxIntegerDigits uint  x  )  [inline, inherited]
 

Sets the maximum number of digits allowed in the integer portion of a number.

Definition at line 331 of file UNumberFormat.d.

void setMinIntegerDigits uint  x  )  [inline, inherited]
 

Sets the minimum number of digits allowed in the integer portion of a number.

Definition at line 343 of file UNumberFormat.d.

void setIntegerDigits uint  x  )  [inline, inherited]
 

Integer digits displayed

Definition at line 354 of file UNumberFormat.d.

void setMaxFractionDigits uint  x  )  [inline, inherited]
 

Sets the maximum number of digits allowed in the fraction portion of a number.

Definition at line 366 of file UNumberFormat.d.

void setMinFractionDigits uint  x  )  [inline, inherited]
 

Sets the minimum number of digits allowed in the fraction portion of a number.

Definition at line 378 of file UNumberFormat.d.

void setFractionDigits uint  x  )  [inline, inherited]
 

Fraction digits.

Definition at line 389 of file UNumberFormat.d.

void setMultiplier uint  x  )  [inline, inherited]
 

Definition at line 398 of file UNumberFormat.d.

void setGroupingSize uint  x  )  [inline, inherited]
 

Definition at line 407 of file UNumberFormat.d.

void setRoundingMode Rounding  x  )  [inline, inherited]
 

Definition at line 416 of file UNumberFormat.d.

void setRoundingIncrement uint  x  )  [inline, inherited]
 

Definition at line 425 of file UNumberFormat.d.

void setFormatWidth uint  x  )  [inline, inherited]
 

The width to which the output of format() is padded

Definition at line 436 of file UNumberFormat.d.

void setPaddingPosition Pad  x  )  [inline, inherited]
 

The position at which padding will take place.

Definition at line 447 of file UNumberFormat.d.

void setSecondaryGroupingSize uint  x  )  [inline, inherited]
 

Definition at line 456 of file UNumberFormat.d.

void setSignificantDigitsUsed uint  x  )  [inline, inherited]
 

Definition at line 465 of file UNumberFormat.d.

void setMinSignificantDigits uint  x  )  [inline, inherited]
 

Definition at line 474 of file UNumberFormat.d.

void setMaxSignificantDigits uint  x  )  [inline, inherited]
 

Definition at line 483 of file UNumberFormat.d.

uint getMaxIntegerDigits  )  [inline, inherited]
 

Returns the maximum number of digits allowed in the integer portion of a number.

Definition at line 496 of file UNumberFormat.d.

uint getMinIntegerDigits  )  [inline, inherited]
 

Returns the minimum number of digits allowed in the integer portion of a number.

Definition at line 508 of file UNumberFormat.d.

uint getIntegerDigits  )  [inline, inherited]
 

Definition at line 517 of file UNumberFormat.d.

uint getMaxFractionDigits  )  [inline, inherited]
 

Returns the maximum number of digits allowed in the fraction portion of a number.

Definition at line 529 of file UNumberFormat.d.

uint getMinFractionDigits  )  [inline, inherited]
 

Definition at line 538 of file UNumberFormat.d.

uint getFractionDigits  )  [inline, inherited]
 

Definition at line 547 of file UNumberFormat.d.

uint getMultiplier  )  [inline, inherited]
 

Definition at line 556 of file UNumberFormat.d.

uint getGroupingSize  )  [inline, inherited]
 

Definition at line 565 of file UNumberFormat.d.

Rounding getRoundingMode  )  [inline, inherited]
 

Definition at line 574 of file UNumberFormat.d.

uint getRoundingIncrement  )  [inline, inherited]
 

Definition at line 583 of file UNumberFormat.d.

uint getFormatWidth  )  [inline, inherited]
 

Definition at line 592 of file UNumberFormat.d.

Pad getPaddingPosition  )  [inline, inherited]
 

Definition at line 601 of file UNumberFormat.d.

uint getSecondaryGroupingSize  )  [inline, inherited]
 

Definition at line 610 of file UNumberFormat.d.

uint getSignificantDigitsUsed  )  [inline, inherited]
 

Definition at line 619 of file UNumberFormat.d.

uint getMinSignificantDigits  )  [inline, inherited]
 

Definition at line 628 of file UNumberFormat.d.

uint getMaxSignificantDigits  )  [inline, inherited]
 

Definition at line 637 of file UNumberFormat.d.

void getPattern UString  dst,
bool  localize
[inline, inherited]
 

Definition at line 646 of file UNumberFormat.d.

References UString::format().


The documentation for this class was generated from the following file:
Generated on Sun Nov 7 19:07:13 2004 for Mango by doxygen 1.3.6