Home | History | Annotate | Download | only in i18n

Lines Matching refs:ptrKeyword

299     const UnicodeString *ptrKeyword;
315 while ((ptrKeyword=myKeywordList->snext(status))!=NULL) {
316 if (!other.isKeyword(*ptrKeyword)) {
321 while ((ptrKeyword=otherKeywordList->snext(status))!=NULL) {
322 if (!this->isKeyword(*ptrKeyword)) {