Home | History | Annotate | Download | only in i18n

Lines Matching full:iskeyword

421 PluralRules::isKeyword(const UnicodeString& keyword) const {
452 if (!other.isKeyword(*ptrKeyword)) {
458 if (!this->isKeyword(*ptrKeyword)) {
1057 RuleChain::isKeyword(const UnicodeString& keywordParam) const {
1063 return fNext->isKeyword(keywordParam);