Lines Matching refs:getKeywords
197 PluralRules::getKeywords(UErrorCode& status) const {
301 LocalPointer<StringEnumeration> myKeywordList(getKeywords(status));
302 LocalPointer<StringEnumeration> otherKeywordList(other.getKeywords(status));
1100 RuleChain::getKeywords(int32_t capacityOfKeywords, UnicodeString* keywords, int32_t& arraySize) const {
1109 return next->getKeywords(capacityOfKeywords, keywords, arraySize);