ICU-6235 UnicodeSet to USet conversions

X-SVN-Rev: 25559
This commit is contained in:
Andy Heninger 2009-03-12 16:36:34 +00:00
parent 20f32241a0
commit 259961959e

View file

@ -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;