Go to the documentation of this file.
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;
291 #ifndef U_HIDE_INTERNAL_API
321 static const SharedPluralRules* U_EXPORT2 createSharedInstance(
349 #ifndef U_HIDE_INTERNAL_API
368 #ifndef U_HIDE_DEPRECATED_API
402 double *dest, int32_t destCapacity,
425 double *dest, int32_t destCapacity,
448 #ifndef U_HIDE_INTERNAL_API
483 static UClassID U_EXPORT2 getStaticClassID(
void);
500 RuleChain *rulesForKeyword(
const UnicodeString &keyword)
const;
502 friend class PluralRuleParser;
UPluralType
Type of plurals and PluralRules.
Basic definitions for ICU, for both C and C++ APIs.
int8_t UBool
The ICU boolean type.
U_EXPORT UBool operator==(const StringPiece &x, const StringPiece &y)
Global operator == for StringPiece.
Defines rules for mapping non-negative numeric values onto a small set of keywords.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
UObject is the common ICU "boilerplate" class.
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers,...
Base class for 'pure' C++ implementations of uenum api.
virtual UClassID getDynamicClassID() const
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
C++ API: Compatibility APIs for number formatting.
UBool operator!=(const PluralRules &other) const
Compares the inequality of two PluralRules objects.
#define U_NAMESPACE_BEGIN
A Locale object represents a specific geographical, political, or cultural region.
C API: Plural rules, select plural keywords for numeric values.