Searched refs:otherVariant (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | pluralaffix.h | 83 PluralAffix(const DigitAffix &otherVariant) : affixes(otherVariant) { } in PluralAffix() argument
|
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
D | MessagePatternUtilDemo.java | 183 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/ |
D | pluralmap.h | 82 PluralMap(const T &otherVariant) : fOtherVariant(otherVariant) { in PluralMap() argument
|