]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/quant.h
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / i18n / quant.h
index 532a9fe0c0d50d11147626ce7683fe87ea09edd0..e10fb99e3c234357b35d7fd3180aec9f5acb5713 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001-2004, International Business Machines Corporation
+ * Copyright (C) 2001-2006, International Business Machines Corporation
  * and others. All Rights Reserved.
  **********************************************************************
  *   Date        Name        Description
@@ -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;