Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimfmtimpl.cpp45 DecimalFormatImpl::DecimalFormatImpl( in DecimalFormatImpl() function in DecimalFormatImpl
71 DecimalFormatImpl::DecimalFormatImpl( in DecimalFormatImpl() function in DecimalFormatImpl
88 DecimalFormatImpl::DecimalFormatImpl( in DecimalFormatImpl() function in DecimalFormatImpl
89 NumberFormat *super, const DecimalFormatImpl &other, UErrorCode &status) : in DecimalFormatImpl()
127 DecimalFormatImpl &
128 DecimalFormatImpl::assign(const DecimalFormatImpl &other, UErrorCode &status) { in assign()
172 DecimalFormatImpl::operator==(const DecimalFormatImpl &other) const { in operator ==()
203 DecimalFormatImpl::~DecimalFormatImpl() { in ~DecimalFormatImpl()
209 DecimalFormatImpl::prepareValueFormatter(ValueFormatter &vf) const { in prepareValueFormatter()
221 DecimalFormatImpl::getPatternScale() const { in getPatternScale()
[all …]
Ddecimfmtimpl.h154 class DecimalFormatImpl : public UObject {
157 DecimalFormatImpl(
162 DecimalFormatImpl(
168 DecimalFormatImpl(
170 const DecimalFormatImpl &other,
172 DecimalFormatImpl &assign(
173 const DecimalFormatImpl &other, UErrorCode &status);
174 virtual ~DecimalFormatImpl();
235 UBool operator==(const DecimalFormatImpl &) const;
237 UBool operator!=(const DecimalFormatImpl &other) const {
[all …]
Ddecimfmt.cpp404 fImpl = new DecimalFormatImpl(this, *pattern, adoptedSymbols.getAlias(), parseErr, status); in construct()
612 fImpl = new DecimalFormatImpl(this, *rhs.fImpl, status); in operator =()
/external/icu/icu4c/source/i18n/unicode/
Dcurrpinf.h194 friend class DecimalFormatImpl; variable
Ddecimfmt.h64 class DecimalFormatImpl; variable
2208 DecimalFormatImpl *fImpl;