Home
last modified time | relevance | path

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

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