Home | History | Annotate | Download | only in i18n

Lines Matching defs:select

967         // number needs to be set even when select() is not called.
1926 UnicodeString MessageFormat::PluralSelectorProvider::select(void *ctx, double number,
1938 // Select a sub-message according to how the number is formatted,
1964 return rules->select(digits);
1966 return rules->select(number);