Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/plurfmtsample/
Dplurfmtsample.cpp65 MessageFormat* altMsgfmtSl = new MessageFormat(msgPatSl, locSl,status); in PluralFormatExample() local
73 altMsgfmtSl->format(arg, 1, msgSl, fPos,status); in PluralFormatExample()
80 delete altMsgfmtSl; in PluralFormatExample()
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/pluralformat/
DPluralFormatSample.java68 MessageFormat altMsgfmtSl = new MessageFormat(msgPatSl, locSl); in PluralFormatExample() local
76 altMsgfmtSl.format(new Object[] {num}, msgSl, new FieldPosition(0)); in PluralFormatExample()
/external/icu/android_icu4j/src/samples/java/android/icu/samples/text/pluralformat/
DPluralFormatSample.java69 MessageFormat altMsgfmtSl = new MessageFormat(msgPatSl, locSl); in PluralFormatExample() local
77 altMsgfmtSl.format(new Object[] {num}, msgSl, new FieldPosition(0)); in PluralFormatExample()