mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-4092 Allow this class to be tested directly from tests on Windows.
X-SVN-Rev: 17038
This commit is contained in:
parent
41f1e9ae96
commit
8ed12212b4
1 changed files with 1 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
class Quantifier : public UnicodeFunctor, public UnicodeMatcher {
|
||||
class U_I18N_API Quantifier : public UnicodeFunctor, public UnicodeMatcher {
|
||||
|
||||
public:
|
||||
|
||||
|
@ -113,8 +113,6 @@ class Quantifier : public UnicodeFunctor, public UnicodeMatcher {
|
|||
|
||||
private:
|
||||
|
||||
static void appendNumber(UnicodeString& result, int32_t n);
|
||||
|
||||
UnicodeFunctor* matcher; // owned
|
||||
|
||||
uint32_t minCount;
|
||||
|
|
Loading…
Add table
Reference in a new issue