mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-6235 UnicodeSet to USet conversions
X-SVN-Rev: 25559
This commit is contained in:
parent
20f32241a0
commit
259961959e
1 changed files with 2 additions and 0 deletions
|
@ -495,6 +495,7 @@ public:
|
|||
* USet is the plain C type for UnicodeSet
|
||||
*
|
||||
* @return a USet pointer for this UnicodeSet
|
||||
* @draft ICU 4.2
|
||||
*/
|
||||
inline USet *toUSet();
|
||||
|
||||
|
@ -504,6 +505,7 @@ public:
|
|||
* USet is the plain C type for UnicodeSet
|
||||
*
|
||||
* @return a const USet pointer for this UnicodeSet
|
||||
* @draft ICU 4.2
|
||||
*/
|
||||
inline const USet * toUSet() const;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue