ICU-329 Remove applyPattern pure virtual function
X-SVN-Rev: 5596
This commit is contained in:
parent
cc7dd3911a
commit
bd9f2e898f
@ -468,21 +468,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
virtual void setMinimumFractionDigits(int32_t newValue);
|
virtual void setMinimumFractionDigits(int32_t newValue);
|
||||||
|
|
||||||
/**
|
|
||||||
* Applies the pattern to NumberFormat object. Pure virtual function
|
|
||||||
* subclasses must implement it
|
|
||||||
*
|
|
||||||
* @param pattern The pattern to be applied.
|
|
||||||
* @param parseError Struct to recieve information on position
|
|
||||||
* of error if an error is encountered
|
|
||||||
* @param status Output param set to success/failure code on
|
|
||||||
* exit. If the pattern is invalid, this will be
|
|
||||||
* set to a failure result.
|
|
||||||
* @stable
|
|
||||||
*/
|
|
||||||
virtual void applyPattern(const UnicodeString& pattern,
|
|
||||||
UParseError& parseError,
|
|
||||||
UErrorCode& status)=0;
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user