Home | History | Annotate | Download | only in i18n

Lines Matching refs:keyword

303 PluralRules::getUniqueKeywordValue(const UnicodeString& /* keyword */) {
309 PluralRules::getAllKeywordValues(const UnicodeString & /* keyword */, double * /* dest */,
378 // This results in test failures with values mapping back to a different keyword.
395 PluralRules::getSamples(const UnicodeString &keyword, double *dest,
397 RuleChain *rc = rulesForKeyword(keyword);
409 RuleChain *PluralRules::rulesForKeyword(const UnicodeString &keyword) const {
412 if (rc->fKeyword == keyword) {
421 PluralRules::isKeyword(const UnicodeString& keyword) const {
422 if (0 == keyword.compare(PLURAL_KEYWORD_OTHER, 5)) {
425 return rulesForKeyword(keyword) != NULL;
598 // unless there is an "other" keyword & chain. "other" must remain last.
789 // An empty AndConstraint, created by a rule with a keyword but no following expression.
1102 // keyword is expected.