Home | History | Annotate | Download | only in i18n

Lines Matching refs:isKeyword

400 PluralRules::isKeyword(const UnicodeString& keyword) const {
431 if (!other.isKeyword(*ptrKeyword)) {
437 if (!this->isKeyword(*ptrKeyword)) {
1033 RuleChain::isKeyword(const UnicodeString& keywordParam) const {
1039 return fNext->isKeyword(keywordParam);