ICU 49.1.1
49.1.1
|
#include <plurfmt.h>
Public Member Functions | |
virtual UnicodeString | select (double number, UErrorCode &ec) const =0 |
Given a number, returns the appropriate PluralFormat keyword. |
virtual UnicodeString PluralFormat::PluralSelector::select | ( | double | number, |
UErrorCode & | ec | ||
) | const [pure virtual] |
Given a number, returns the appropriate PluralFormat keyword.
number | The number to be plural-formatted. |
ec | Error code. |
Implemented in PluralFormat::PluralSelectorAdapter.