15 #if U_SHOW_CPLUSPLUS_API 29 #if UCONFIG_NO_FORMATTING 47 class LocalizationInfo;
49 class RuleBasedCollator;
67 #ifndef U_HIDE_DEPRECATED_API 73 #endif // U_HIDE_DERECATED_API 81 #ifndef U_HIDE_DEPRECATED_API 87 #endif // U_HIDE_DEPRECATED_API 751 virtual int32_t getNumberOfRuleSetNames()
const;
767 virtual int32_t getNumberOfRuleSetDisplayNameLocales(
void)
const;
777 virtual Locale getRuleSetDisplayNameLocale(int32_t index,
UErrorCode& status)
const;
793 const Locale& locale = Locale::getDefault());
804 const Locale& locale = Locale::getDefault());
937 #if !UCONFIG_NO_COLLATION 1074 void initCapitalizationContextInfo(
const Locale& thelocale);
1077 void initDefaultRuleSet();
1081 friend class NFSubstitution;
1082 friend class NFRule;
1083 friend class NFRuleSet;
1084 friend class FractionalPartSubstitution;
1086 inline NFRuleSet * getDefaultRuleSet()
const;
1090 NFRule * initializeDefaultInfinityRule(
UErrorCode &status);
1091 const NFRule * getDefaultInfinityRule()
const;
1092 NFRule * initializeDefaultNaNRule(
UErrorCode &status);
1093 const NFRule * getDefaultNaNRule()
const;
1100 NFRuleSet **fRuleSets;
1102 int32_t numRuleSets;
1103 NFRuleSet *defaultRuleSet;
1107 NFRule *defaultInfinityRule;
1108 NFRule *defaultNaNRule;
1109 ERoundingMode fRoundingMode;
1112 LocalizationInfo* localizations;
1114 UBool capitalizationInfoSet;
1115 UBool capitalizationForUIListMenu;
1116 UBool capitalizationForStandAlone;
1122 #if !UCONFIG_NO_COLLATION 1125 RuleBasedNumberFormat::isLenient(
void)
const {
1132 RuleBasedNumberFormat::getDefaultRuleSet()
const {
1133 return defaultRuleSet;
UDisplayContext
Display context settings.
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI.
Requests predefined ruleset for various non-place-value numbering systems.
#define U_I18N_API
Set to export library symbols from inside the i18n library, and to import them from outside...
URBNFRuleSetTag
Tags for the predefined rulesets.
One more than the highest normal URBNFRuleSetTag value.
The RuleBasedCollator class provides the implementation of Collator, using data-driven tables...
The BreakIterator class implements methods for finding the location of boundaries in text...
C API: Plural rules, select plural keywords for numeric values.
UErrorCode
Standard ICU4C error code type, a substitute for exceptions.
FieldPosition is a simple class used by Format and its subclasses to identify fields in formatted out...
UPluralType
Type of plurals and PluralRules.
C++ API: Symbols for formatting numbers.
C++ API: String Enumeration.
ParsePosition is a simple class used by Format and its subclasses to keep track of the current positi...
C++ API: Locale ID object.
Requests predefined ruleset for spelling out numeric values in words.
Requests predefined ruleset for formatting a value as a duration in hours, minutes, and seconds.
A UParseError struct is used to returned detailed information about parsing errors.
Basic definitions for ICU, for both C and C++ APIs.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
C++ API: Compatibility APIs for number formatting.
Requests predefined ruleset for the ordinal form of a number.
int8_t UBool
The ICU boolean type, a signed-byte integer.
C++ API: Formattable is a thin wrapper for primitive types used for formatting and parsing...
A Locale object represents a specific geographical, political, or cultural region.