28 #if !UCONFIG_NO_FORMATTING 32 #ifndef U_HIDE_INTERNAL_API 41 #define UPLRULES_NO_UNIQUE_VALUE ((double)-0.00123456777) 48 class PluralRuleParser;
49 class PluralKeywordEnumeration;
51 class SharedPluralRules;
54 class FormattedNumber;
293 #ifndef U_HIDE_INTERNAL_API 323 static const SharedPluralRules* U_EXPORT2 createSharedInstance(
351 #ifndef U_HIDE_DRAFT_API 370 #ifndef U_HIDE_INTERNAL_API 389 #ifndef U_HIDE_DEPRECATED_API 423 double *dest, int32_t destCapacity,
446 double *dest, int32_t destCapacity,
469 #ifndef U_HIDE_INTERNAL_API 504 static UClassID U_EXPORT2 getStaticClassID(
void);
511 virtual UClassID getDynamicClassID()
const;
521 RuleChain *rulesForKeyword(
const UnicodeString &keyword)
const;
529 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...
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
C API: Plural rules, select plural keywords for numeric values.
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
UBool operator!=(const PluralRules &other) const
Compares the inequality of two PluralRules objects.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers...
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.