#include "unicode/utypes.h"
#include "unicode/coll.h"
#include "unicode/dcfmtsym.h"
#include "unicode/fmtable.h"
#include "unicode/locid.h"
#include "unicode/numfmt.h"
#include "unicode/unistr.h"
#include "unicode/strenum.h"
Go to the source code of this file.
Data Structures | |
| class | RuleBasedNumberFormat |
| The RuleBasedNumberFormat class formats numbers according to a set of rules. More... | |
Defines | |
| #define | U_HAVE_RBNF 1 |
| This will be 0 if RBNF support is not included in ICU and 1 if it is. | |
Enumerations | |
| enum | URBNFRuleSetTag { URBNF_SPELLOUT, URBNF_ORDINAL, URBNF_DURATION, URBNF_NUMBERING_SYSTEM, URBNF_COUNT } |
| Tags for the predefined rulesets. More... | |
Definition in file rbnf.h.
| #define U_HAVE_RBNF 1 |
| enum URBNFRuleSetTag |
1.5.7.1