Searched defs:PluralMap (Results 1 – 2 of 2) sorted by relevance
75 PluralMap() : fOtherVariant() { in PluralMap() function82 PluralMap(const T &otherVariant) : fOtherVariant(otherVariant) { in PluralMap() function86 PluralMap(const PluralMap<T> &other) : fOtherVariant(other.fOtherVariant) { in PluralMap() function
38 template class U_I18N_API PluralMap<DigitAffix>; variable