Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecfmtst.h37 static const DecimalFormatStaticSets *getStaticSets(UErrorCode &status);
Ddecfmtst.cpp221 const DecimalFormatStaticSets *DecimalFormatStaticSets::getStaticSets(UErrorCode &status) { in getStaticSets() function in DecimalFormatStaticSets
Dscientificnumberformatter.cpp259 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in ScientificNumberFormatter()
Ddecimfmt.cpp473 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in construct()
784 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in operator =()