Home | History | Annotate | Download | only in i18n

Lines Matching refs:keywords

532     // fully support it (for example, the returned keywords is a list and not a set).
1110 RuleChain::getKeywords(int32_t capacityOfKeywords, UnicodeString* keywords, int32_t& arraySize) const {
1112 keywords[arraySize++]=keyword;
1119 return next->getKeywords(capacityOfKeywords, keywords, arraySize);