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