Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp422 auto* otherDF = dynamic_cast<const DecimalFormat*>(&other); in operator ==() local
423 if (otherDF == nullptr) { in operator ==()
426 …return *fields->properties == *otherDF->fields->properties && *fields->symbols == *otherDF->fields… in operator ==()