Home | History | Annotate | Download | only in i18n

Lines Matching refs:keywords

392     StringEnumeration* keywords = fPluralRules->getKeywords(err);
397 while ((pluralCount = const_cast<UnicodeString*>(keywords->snext(err))) != NULL) {
404 delete keywords;
575 StringEnumeration* keywords = fPluralRules->getKeywords(err);
578 while ((pluralCount = keywords->snext(err)) != NULL) {
607 delete keywords;