23 #if U_SHOW_CPLUSPLUS_API 30 #if !UCONFIG_NO_FORMATTING 34 #ifndef U_HIDE_INTERNAL_API 43 #define UPLRULES_NO_UNIQUE_VALUE ((double)-0.00123456777) 50 class PluralRuleParser;
51 class PluralKeywordEnumeration;
53 class SharedPluralRules;
56 class FormattedNumber;
295 #ifndef U_HIDE_INTERNAL_API 325 static const SharedPluralRules* U_EXPORT2 createSharedInstance(
353 #ifndef U_HIDE_DRAFT_API 372 #ifndef U_HIDE_INTERNAL_API 391 #ifndef U_HIDE_DEPRECATED_API 425 double *dest, int32_t destCapacity,
448 double *dest, int32_t destCapacity,
471 #ifndef U_HIDE_INTERNAL_API 506 static UClassID U_EXPORT2 getStaticClassID(
void);
513 virtual UClassID getDynamicClassID()
const;
523 RuleChain *rulesForKeyword(
const UnicodeString &keyword)
const;
531 friend class PluralRuleParser;
U_EXPORT UBool operator==(const StringPiece &x, const StringPiece &y)
Global operator == for StringPiece.
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI.
Base class for 'pure' C++ implementations of uenum api.
Defines rules for mapping non-negative numeric values onto a small set of keywords.
#define U_I18N_API
Set to export library symbols from inside the i18n library, and to import them from outside...
C API: Plural rules, select plural keywords for numeric values.
UBool operator!=(const PluralRules &other) const
Compares the inequality of two PluralRules objects.
UErrorCode
Standard ICU4C error code type, a substitute for exceptions.
UPluralType
Type of plurals and PluralRules.
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.
UObject is the common ICU "boilerplate" class.
int8_t UBool
The ICU boolean type.
A Locale object represents a specific geographical, political, or cultural region.