Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumber_decimfmtprops.cpp19 char kRawDefaultProperties[sizeof(DecimalFormatProperties)]; variable
24 new(kRawDefaultProperties) DecimalFormatProperties(); // set to the default instance in initDefaultProperties()
142 return _equals(*reinterpret_cast<DecimalFormatProperties*>(kRawDefaultProperties), true); in equalsDefaultExceptFastFormat()