adding @stable

X-SVN-Rev: 9671
This commit is contained in:
Syn Wee Quek 2002-08-12 16:20:26 +00:00
parent 45a88b17bb
commit 4534752929
3 changed files with 15 additions and 0 deletions

View File

@ -52,6 +52,9 @@
U_NAMESPACE_BEGIN
/**
* @stable
*/
class CollationKey;
/**

View File

@ -17,7 +17,13 @@
#include "unicode/brkiter.h"
#include "unicode/usearch.h"
/**
* @stable
*/
struct USearch;
/**
* @stable
*/
typedef struct USearch USearch;
U_NAMESPACE_BEGIN

View File

@ -60,7 +60,13 @@
U_NAMESPACE_BEGIN
/**
* @stable
*/
class StringSearch;
/**
* @stable
*/
class CollationElementIterator;
/**