Home
last modified time | relevance | path

Searched refs:otherVariant (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dpluralaffix.h83 PluralAffix(const DigitAffix &otherVariant) : affixes(otherVariant) { } in PluralAffix() argument
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
DMessagePatternUtilDemo.java183 MessagePatternUtil.VariantNode otherVariant = in genCodeForPlural() local
197 genCode(otherVariant.getMessage(), depth, firstResult, pluralNumber); in genCodeForPlural()
212 … MessagePatternUtil.VariantNode otherVariant = style.getVariantsByType(null, keywordVariants); in genCodeForSelect() local
214 genCode(otherVariant.getMessage(), depth, firstResult, ""); in genCodeForSelect()
217 genCode(otherVariant.getMessage(), depth + 1, firstResult, ""); in genCodeForSelect()
/external/icu/icu4c/source/common/
Dpluralmap.h82 PluralMap(const T &otherVariant) : fOtherVariant(otherVariant) { in PluralMap() argument