X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/57a6839dcb3bba09e8228b822b290604668416fe..b331163bffd790ced0e88b73f44f86d49ccc48a5:/icuSources/i18n/unicode/plurfmt.h diff --git a/icuSources/i18n/unicode/plurfmt.h b/icuSources/i18n/unicode/plurfmt.h index bc5aff01..f7099d81 100644 --- a/icuSources/i18n/unicode/plurfmt.h +++ b/icuSources/i18n/unicode/plurfmt.h @@ -1,6 +1,6 @@ /* ******************************************************************************* -* Copyright (C) 2007-2013, International Business Machines Corporation and +* Copyright (C) 2007-2014, International Business Machines Corporation and * others. All Rights Reserved. ******************************************************************************* * @@ -28,6 +28,7 @@ U_NAMESPACE_BEGIN class Hashtable; +class NFRule; /** *

@@ -599,7 +600,11 @@ private: const MessagePattern& pattern, int32_t partIndex, const PluralSelector& selector, void *context, double number, UErrorCode& ec); /**< @internal */ + void parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner, + Formattable& result, FieldPosition& pos) const; + friend class MessageFormat; + friend class NFRule; }; U_NAMESPACE_END