ICU 49.1.1  49.1.1
Public Member Functions
PluralFormat::PluralSelector Class Reference

#include <plurfmt.h>

Inheritance diagram for PluralFormat::PluralSelector:
UMemory PluralFormat::PluralSelectorAdapter

Public Member Functions

virtual UnicodeString select (double number, UErrorCode &ec) const =0
 Given a number, returns the appropriate PluralFormat keyword.

Detailed Description

Internal:
Do not use.

This API is for internal use only.

Definition at line 494 of file plurfmt.h.


Member Function Documentation

virtual UnicodeString PluralFormat::PluralSelector::select ( double  number,
UErrorCode ec 
) const [pure virtual]

Given a number, returns the appropriate PluralFormat keyword.

Parameters:
numberThe number to be plural-formatted.
ecError code.
Returns:
The selected PluralFormat keyword.

Implemented in PluralFormat::PluralSelectorAdapter.


The documentation for this class was generated from the following file: