Home | History | Annotate | Download | only in i18n

Lines Matching defs:DecimalFormatImpl

35  * DecimalFormatImpl is the glue code between the legacy DecimalFormat class
43 * getPadCharacterString() method, DecimalFormatImpl has a getPadCharacter()
48 * delegate to the DecimalFormat's DecimalFormatImpl method.
52 * instance. This way each DecimalFormatImpl instance can read or even modify
64 * independent attributes. DecimalFormatImpl often uses the derived
96 * For copy and assign, DecimalFormatImpl copies and assigns every attribute
154 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 {
349 DecimalFormatImpl(const DecimalFormatImpl &other);
350 DecimalFormatImpl &operator=(const DecimalFormatImpl &other);