Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumber_decimfmtprops.h152 bool equalsDefaultExceptFastFormat() const;
Dnumber_decimfmtprops.cpp139 bool DecimalFormatProperties::equalsDefaultExceptFastFormat() const { in equalsDefaultExceptFastFormat() function in DecimalFormatProperties
Ddecimfmt.cpp1279 if (!fields->properties->equalsDefaultExceptFastFormat()) { in setupFastFormat()