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