Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dplurrule.cpp442 LocalPointer<StringEnumeration> otherKeywordList(other.getKeywords(status)); in operator ==() local
447 if (myKeywordList->count(status)!=otherKeywordList->count(status)) { in operator ==()
456 otherKeywordList->reset(status); in operator ==()
457 while ((ptrKeyword=otherKeywordList->snext(status))!=nullptr) { in operator ==()