Home | History | Annotate | Download | only in i18n

Lines Matching refs:isKeyword

324 PluralRules::isKeyword(const UnicodeString& keyword) const {
355 if (!other.isKeyword(*ptrKeyword)) {
361 if (!this->isKeyword(*ptrKeyword)) {
957 RuleChain::isKeyword(const UnicodeString& keywordParam) const {
963 return fNext->isKeyword(keywordParam);