ICU-2023
adding @stable X-SVN-Rev: 9671
This commit is contained in:
parent
45a88b17bb
commit
4534752929
@ -52,6 +52,9 @@
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
/**
|
||||
* @stable
|
||||
*/
|
||||
class CollationKey;
|
||||
|
||||
/**
|
||||
|
@ -17,7 +17,13 @@
|
||||
#include "unicode/brkiter.h"
|
||||
#include "unicode/usearch.h"
|
||||
|
||||
/**
|
||||
* @stable
|
||||
*/
|
||||
struct USearch;
|
||||
/**
|
||||
* @stable
|
||||
*/
|
||||
typedef struct USearch USearch;
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
@ -60,7 +60,13 @@
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
/**
|
||||
* @stable
|
||||
*/
|
||||
class StringSearch;
|
||||
/**
|
||||
* @stable
|
||||
*/
|
||||
class CollationElementIterator;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user