// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * Copyright (C) 2009-2015, International Business Machines Corporation and * others. All Rights Reserved. ******************************************************************************* * * File PLURFMT.CPP ******************************************************************************* */ #include "unicode/decimfmt.h" #include "unicode/messagepattern.h" #include "unicode/plurfmt.h" #include "unicode/plurrule.h" #include "unicode/utypes.h" #include "cmemory.h" #include "messageimpl.h" #include "nfrule.h" #include "plurrule_impl.h" #include "uassert.h" #include "uhash.h" #include "number_decimalquantity.h" #include "number_utils.h" #include "number_utypes.h" #if !UCONFIG_NO_FORMATTING U_NAMESPACE_BEGIN #endif /* #if !UCONFIG_NO_FORMATTING */ //eof