Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dplurrule.cpp401 const UnicodeString *ptrKeyword; in operator ==() local
417 while ((ptrKeyword=myKeywordList->snext(status))!=NULL) { in operator ==()
418 if (!other.isKeyword(*ptrKeyword)) { in operator ==()
423 while ((ptrKeyword=otherKeywordList->snext(status))!=NULL) { in operator ==()
424 if (!this->isKeyword(*ptrKeyword)) { in operator ==()