godot/thirdparty/icu4c/common/pluralmap.cpp

// © 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.
 */

#include "unicode/unistr.h"
#include "charstr.h"
#include "cstring.h"
#include "pluralmap.h"

U_NAMESPACE_BEGIN

static const char * const gPluralForms[] =;

PluralMapBase::Category
PluralMapBase::toCategory(const char *pluralForm) {}

PluralMapBase::Category
PluralMapBase::toCategory(const UnicodeString &pluralForm) {}

const char *PluralMapBase::getCategoryName(Category c) {}


U_NAMESPACE_END