Home
last modified time | relevance | path

Searched refs:ptrKeyword (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Dplurrule.cpp295 const UnicodeString *ptrKeyword; in operator ==() local
311 while ((ptrKeyword=myKeywordList->snext(status))!=NULL) { in operator ==()
312 if (!other.isKeyword(*ptrKeyword)) { in operator ==()
317 while ((ptrKeyword=otherKeywordList->snext(status))!=NULL) { in operator ==()
318 if (!this->isKeyword(*ptrKeyword)) { in operator ==()