// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * Copyright (C) 1997-2015, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************* */ #ifndef NFRULE_H #define NFRULE_H #include "unicode/rbnf.h" #if U_HAVE_RBNF #include "unicode/utypes.h" #include "unicode/uobject.h" #include "unicode/unistr.h" U_NAMESPACE_BEGIN class FieldPosition; class Formattable; class NFRuleList; class NFRuleSet; class NFSubstitution; class ParsePosition; class PluralFormat; class RuleBasedNumberFormat; class UnicodeString; class NFRule : public UMemory { … }; U_NAMESPACE_END /* U_HAVE_RBNF */ #endif // NFRULE_H #endif