Home | History | Annotate | Download | only in i18n

Lines Matching defs:getKeywords

291 PluralRules::getKeywords(UErrorCode& status) const {
441 LocalPointer<StringEnumeration> myKeywordList(getKeywords(status));
442 LocalPointer<StringEnumeration> otherKeywordList(other.getKeywords(status));
1040 RuleChain::getKeywords(int32_t capacityOfKeywords, UnicodeString* keywords, int32_t& arraySize) const {
1049 return fNext->getKeywords(capacityOfKeywords, keywords, arraySize);