Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dcompactdecimalformat.h407 UBool eqHelper(const CompactDecimalFormat& that) const;
/external/icu/icu4c/source/i18n/
Dcompactdecimalformat.cpp240 return (DecimalFormat::operator==(that) && eqHelper((const CompactDecimalFormat&) that)); in operator ==()
244 CompactDecimalFormat::eqHelper(const CompactDecimalFormat& that) const { in eqHelper() function in CompactDecimalFormat