Searched refs:altMsgfmtEn (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/samples/plurfmtsample/ |
D | plurfmtsample.cpp | 66 MessageFormat* altMsgfmtEn = new MessageFormat(msgPatEn, locEn,status); in PluralFormatExample() local 74 altMsgfmtEn->format(arg, 1, msgEn, fPos, status); in PluralFormatExample() 81 delete altMsgfmtEn; in PluralFormatExample()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/plurfmtsample/ |
D | plurfmtsample.cpp | 66 MessageFormat* altMsgfmtEn = new MessageFormat(msgPatEn, locEn,status); in PluralFormatExample() local 74 altMsgfmtEn->format(arg, 1, msgEn, fPos, status); in PluralFormatExample() 81 delete altMsgfmtEn; in PluralFormatExample()
|
/third_party/skia/third_party/externals/icu/source/samples/plurfmtsample/ |
D | plurfmtsample.cpp | 66 MessageFormat* altMsgfmtEn = new MessageFormat(msgPatEn, locEn,status); in PluralFormatExample() local 74 altMsgfmtEn->format(arg, 1, msgEn, fPos, status); in PluralFormatExample() 81 delete altMsgfmtEn; in PluralFormatExample()
|
/third_party/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()
|