Searched refs:otherVariant (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
D | MessagePatternUtilDemo.java | 185 MessagePatternUtil.VariantNode otherVariant = in genCodeForPlural() local 199 genCode(otherVariant.getMessage(), depth, firstResult, pluralNumber); in genCodeForPlural() 214 … MessagePatternUtil.VariantNode otherVariant = style.getVariantsByType(null, keywordVariants); in genCodeForSelect() local 216 genCode(otherVariant.getMessage(), depth, firstResult, ""); in genCodeForSelect() 219 genCode(otherVariant.getMessage(), depth + 1, firstResult, ""); in genCodeForSelect()
|
/external/icu/icu4c/source/common/ |
D | pluralmap.h | 84 PluralMap(const T &otherVariant) : fOtherVariant(otherVariant) { in PluralMap() argument
|