Home
last modified time | relevance | path

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

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