X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..4f1e1a09ce4daed860e35d359ce2fceccb0764e8:/icuSources/i18n/quant.h?ds=sidebyside diff --git a/icuSources/i18n/quant.h b/icuSources/i18n/quant.h index 532a9fe0..1abb0db6 100644 --- a/icuSources/i18n/quant.h +++ b/icuSources/i18n/quant.h @@ -1,5 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* - * 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 +102,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;