// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * Copyright (C) 2015, International Business Machines Corporation * and others. All Rights Reserved. ******************************************************************************* * standardplural.h * * created on: 2015dec14 * created by: Markus W. Scherer */ #ifndef __STANDARDPLURAL_H__ #define __STANDARDPLURAL_H__ #include "unicode/utypes.h" #if !UCONFIG_NO_FORMATTING U_NAMESPACE_BEGIN class UnicodeString; /** * Standard CLDR plural form/category constants. * See http://www.unicode.org/reports/tr35/tr35-numbers.html#Language_Plural_Rules */ class U_I18N_API StandardPlural { … }; U_NAMESPACE_END #endif // !UCONFIG_NO_FORMATTING #endif // __STANDARDPLURAL_H__