ICU 4.8.1.1  4.8.1.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Macros
plurrule.h File Reference

C++ API: PluralRules object. More...

#include "unicode/utypes.h"
#include "unicode/format.h"

Go to the source code of this file.

Data Structures

class  PluralRules
 Defines rules for mapping non-negative numeric values onto a small set of keywords. More...

Macros

#define UPLRULES_NO_UNIQUE_VALUE   ((double)-0.00123456777)
 Value returned by PluralRules::getUniqueKeywordValue() when there is no unique value to return.

Detailed Description

C++ API: PluralRules object.

Definition in file plurrule.h.


Macro Definition Documentation

#define UPLRULES_NO_UNIQUE_VALUE   ((double)-0.00123456777)

Value returned by PluralRules::getUniqueKeywordValue() when there is no unique value to return.

Draft:
This API may be changed in the future versions and was introduced in ICU 4.8

Definition at line 35 of file plurrule.h.