Home | History | Annotate | Download | only in i18n

Lines Matching refs:isKeyword

277 PluralRules::isKeyword(const UnicodeString& keyword) const {
286 return mRules->isKeyword(keyword);
316 if (!other.isKeyword(*ptrKeyword)) {
322 if (!this->isKeyword(*ptrKeyword)) {
1127 RuleChain::isKeyword(const UnicodeString& keywordParam) const {
1133 return next->isKeyword(keywordParam);