Searched refs:gPluralForms (Results 1 – 1 of 1) sorted by relevance
13 static const char * const gPluralForms[] = { variable18 for (int32_t i = 0; i < UPRV_LENGTHOF(gPluralForms); ++i) { in toCategory()19 if (uprv_strcmp(pluralForm, gPluralForms[i]) == 0) { in toCategory()36 return (index < 0 || index >= UPRV_LENGTHOF(gPluralForms)) ? in getCategoryName()37 NULL : gPluralForms[index]; in getCategoryName()