Searched refs:altMsgfmtEn (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/samples/plurfmtsample/ |
D | plurfmtsample.cpp | 64 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/ |
D | PluralFormatSample.java | 67 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/ |
D | PluralFormatSample.java | 68 MessageFormat altMsgfmtEn = new MessageFormat(msgPatEn, locEn); in PluralFormatExample() local 76 altMsgfmtEn.format(new Object[] {num}, msgEn, new FieldPosition(0)); in PluralFormatExample()
|