Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/plurfmtsample/
Dplurfmtsample.cpp64 MessageFormat* altMsgfmtEn = new MessageFormat(msgPatEn, locEn,status); in PluralFormatExample() local
72 altMsgfmtEn->format(arg, 1, msgEn, fPos, status); in PluralFormatExample()
79 delete altMsgfmtEn; in PluralFormatExample()
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/pluralformat/
DPluralFormatSample.java67 MessageFormat altMsgfmtEn = new MessageFormat(msgPatEn, locEn); in PluralFormatExample() local
75 altMsgfmtEn.format(new Object[] {num}, msgEn, new FieldPosition(0)); in PluralFormatExample()
/external/icu/android_icu4j/src/samples/java/android/icu/samples/text/pluralformat/
DPluralFormatSample.java68 MessageFormat altMsgfmtEn = new MessageFormat(msgPatEn, locEn); in PluralFormatExample() local
76 altMsgfmtEn.format(new Object[] {num}, msgEn, new FieldPosition(0)); in PluralFormatExample()