]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/quant.h
ICU-511.27.tar.gz
[apple/icu.git] / icuSources / i18n / quant.h
index 532a9fe0c0d50d11147626ce7683fe87ea09edd0..f84c43133254ec738ffed2d1b3c3cf39741231ec 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (C) 2001-2004, International Business Machines Corporation
+ **********************************************************************
+ * Copyright (C) 2001-2011, International Business Machines Corporation
  * and others. All Rights Reserved.
  **********************************************************************
  *   Date        Name        Description
@@ -99,22 +100,16 @@ class Quantifier : public UnicodeFunctor, public UnicodeMatcher {
 
     /**
      * ICU "poor man's RTTI", returns a UClassID for the actual class.
-     *
-     * @draft ICU 2.2
      */
     virtual UClassID getDynamicClassID() const;
 
     /**
      * ICU "poor man's RTTI", returns a UClassID for this class.
-     *
-     * @draft ICU 2.2
      */
     static UClassID U_EXPORT2 getStaticClassID();
 
  private:
 
-    static void appendNumber(UnicodeString& result, int32_t n);
-
     UnicodeFunctor* matcher; // owned
 
     uint32_t minCount;