Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dplurrule.cpp414 const UnicodeString *ptrKeyword; in operator ==() local
430 while ((ptrKeyword=myKeywordList->snext(status))!=NULL) { in operator ==()
431 if (!other.isKeyword(*ptrKeyword)) { in operator ==()
436 while ((ptrKeyword=otherKeywordList->snext(status))!=NULL) { in operator ==()
437 if (!this->isKeyword(*ptrKeyword)) { in operator ==()