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

/external/icu/icu4c/source/i18n/
H A Ddecimfmtimpl.cpp47 DecimalFormatImpl::DecimalFormatImpl( function in class:DecimalFormatImpl
73 DecimalFormatImpl::DecimalFormatImpl( function in class:DecimalFormatImpl
90 DecimalFormatImpl::DecimalFormatImpl( function in class:DecimalFormatImpl
91 NumberFormat *super, const DecimalFormatImpl &other, UErrorCode &status) :
129 DecimalFormatImpl &
130 DecimalFormatImpl::assign(const DecimalFormatImpl
[all...]
H A Ddecimfmtimpl.h37 * DecimalFormatImpl is the glue code between the legacy DecimalFormat class
45 * getPadCharacterString() method, DecimalFormatImpl has a getPadCharacter()
50 * delegate to the DecimalFormat's DecimalFormatImpl method.
54 * instance. This way each DecimalFormatImpl instance can read or even modify
66 * independent attributes. DecimalFormatImpl often uses the derived
98 * For copy and assign, DecimalFormatImpl copies and assigns every attribute
156 class DecimalFormatImpl : public UObject { class in inherits:UObject
159 DecimalFormatImpl(
164 DecimalFormatImpl(
170 DecimalFormatImpl(
[all...]
H A Ddecimfmt.cpp406 fImpl = new DecimalFormatImpl(this, *pattern, adoptedSymbols.getAlias(), parseErr, status);
626 fImpl = new DecimalFormatImpl(this, *rhs.fImpl, status);
/external/icu/icu4c/source/i18n/unicode/
H A Dcurrpinf.h196 friend class DecimalFormatImpl;
H A Ddecimfmt.h65 class DecimalFormatImpl;
2213 DecimalFormatImpl *fImpl;

Completed in 146 milliseconds