Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

UNumberFormatSymbols Struct Reference

The UNumberFormatSymbols struct. More...

#include <unum.h>

List of all members.

Public Attributes

UChar decimalSeparator
 The decimal separator. More...

UChar groupingSeparator
 The grouping separator. More...

UChar patternSeparator
 The pattern separator. More...

UChar percent
 The percent sign. More...

UChar zeroDigit
 Zero. More...

UChar digit
 Character representing a digit in the pattern. More...

UChar minusSign
 The minus sign. More...

UChar plusSign
 The plus sign. More...

UChar currency [UNFSYMBOLSMAXSIZE]
 The currency symbol. More...

UChar intlCurrency [UNFSYMBOLSMAXSIZE]
 The international currency symbol. More...

UChar monetarySeparator
 The monetary separator. More...

UChar exponential
 The exponential symbol. More...

UChar perMill
 Per mill symbol. More...

UChar padEscape
 Escape padding character. More...

UChar infinity [UNFSYMBOLSMAXSIZE]
 Infinity symbol. More...

UChar naN [UNFSYMBOLSMAXSIZE]
 Nan symbol. More...


Detailed Description

The UNumberFormatSymbols struct.

Deprecated:
remove after 2000-dec-31. See UNumberFormatSymbol and unum_getSymbol() for a replacement.

Definition at line 551 of file unum.h.


Member Data Documentation

UChar UNumberFormatSymbols::currency[UNFSYMBOLSMAXSIZE]
 

The currency symbol.

Definition at line 569 of file unum.h.

UChar UNumberFormatSymbols::decimalSeparator
 

The decimal separator.

Definition at line 553 of file unum.h.

UChar UNumberFormatSymbols::digit
 

Character representing a digit in the pattern.

Definition at line 563 of file unum.h.

UChar UNumberFormatSymbols::exponential
 

The exponential symbol.

Definition at line 575 of file unum.h.

UChar UNumberFormatSymbols::groupingSeparator
 

The grouping separator.

Definition at line 555 of file unum.h.

UChar UNumberFormatSymbols::infinity[UNFSYMBOLSMAXSIZE]
 

Infinity symbol.

Definition at line 581 of file unum.h.

UChar UNumberFormatSymbols::intlCurrency[UNFSYMBOLSMAXSIZE]
 

The international currency symbol.

Definition at line 571 of file unum.h.

UChar UNumberFormatSymbols::minusSign
 

The minus sign.

Definition at line 565 of file unum.h.

UChar UNumberFormatSymbols::monetarySeparator
 

The monetary separator.

Definition at line 573 of file unum.h.

UChar UNumberFormatSymbols::naN[UNFSYMBOLSMAXSIZE]
 

Nan symbol.

Definition at line 583 of file unum.h.

UChar UNumberFormatSymbols::padEscape
 

Escape padding character.

Definition at line 579 of file unum.h.

UChar UNumberFormatSymbols::patternSeparator
 

The pattern separator.

Definition at line 557 of file unum.h.

UChar UNumberFormatSymbols::perMill
 

Per mill symbol.

Definition at line 577 of file unum.h.

UChar UNumberFormatSymbols::percent
 

The percent sign.

Definition at line 559 of file unum.h.

UChar UNumberFormatSymbols::plusSign
 

The plus sign.

Definition at line 567 of file unum.h.

UChar UNumberFormatSymbols::zeroDigit
 

Zero.

Definition at line 561 of file unum.h.


The documentation for this struct was generated from the following file:
Generated at Tue Jun 12 14:04:55 2001 for ICU 1.8.1 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000