]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/quant.h
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / i18n / quant.h
index 532a9fe0c0d50d11147626ce7683fe87ea09edd0..79388953172898b74c02bf274d025845218e3dd0 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (C) 2001-2004, International Business Machines Corporation
+ **********************************************************************
+ * Copyright (C) 2001-2007, International Business Machines Corporation
  * and others. All Rights Reserved.
  **********************************************************************
  *   Date        Name        Description
@@ -113,8 +114,6 @@ class Quantifier : public UnicodeFunctor, public UnicodeMatcher {
 
  private:
 
-    static void appendNumber(UnicodeString& result, int32_t n);
-
     UnicodeFunctor* matcher; // owned
 
     uint32_t minCount;