Home | History | Annotate | Download | only in i18n

Lines Matching refs:isKeyword

427 PluralRules::isKeyword(const UnicodeString& keyword) const {
458 if (!other.isKeyword(*ptrKeyword)) {
464 if (!this->isKeyword(*ptrKeyword)) {
1060 RuleChain::isKeyword(const UnicodeString& keywordParam) const {
1066 return fNext->isKeyword(keywordParam);