Lines Matching refs:DecimalFormatImpl
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);