mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-1962 fix bad conflict merge
X-SVN-Rev: 8978
This commit is contained in:
parent
11948b52df
commit
c16c9ab43e
1 changed files with 7 additions and 7 deletions
|
@ -148,6 +148,13 @@ public:
|
|||
*/
|
||||
static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; }
|
||||
|
||||
/**
|
||||
* Return the set of all characters that may be modified
|
||||
* (getTarget=false) or emitted (getTarget=true) by this set.
|
||||
*/
|
||||
UnicodeSet& getSourceTargetSet(UnicodeSet& result,
|
||||
UBool getTarget) const;
|
||||
|
||||
private:
|
||||
|
||||
/**
|
||||
|
@ -155,13 +162,6 @@ private:
|
|||
* for ICU "poor man's RTTI".
|
||||
*/
|
||||
static const char fgClassID;
|
||||
|
||||
/**
|
||||
* Return the set of all characters that may be modified
|
||||
* (getTarget=false) or emitted (getTarget=true) by this set.
|
||||
*/
|
||||
UnicodeSet& getSourceTargetSet(UnicodeSet& result,
|
||||
UBool getTarget) const;
|
||||
};
|
||||
|
||||
U_NAMESPACE_END
|
||||
|
|
Loading…
Add table
Reference in a new issue