Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/samples/plurfmtsample/
Dplurfmtsample.cpp67 MessageFormat* altMsgfmtSl = new MessageFormat(msgPatSl, locSl,status); in PluralFormatExample() local
75 altMsgfmtSl->format(arg, 1, msgSl, fPos,status); in PluralFormatExample()
82 delete altMsgfmtSl; in PluralFormatExample()
/third_party/flutter/skia/third_party/externals/icu/source/samples/plurfmtsample/
Dplurfmtsample.cpp67 MessageFormat* altMsgfmtSl = new MessageFormat(msgPatSl, locSl,status); in PluralFormatExample() local
75 altMsgfmtSl->format(arg, 1, msgSl, fPos,status); in PluralFormatExample()
82 delete altMsgfmtSl; in PluralFormatExample()
/third_party/skia/third_party/externals/icu/source/samples/plurfmtsample/
Dplurfmtsample.cpp67 MessageFormat* altMsgfmtSl = new MessageFormat(msgPatSl, locSl,status); in PluralFormatExample() local
75 altMsgfmtSl->format(arg, 1, msgSl, fPos,status); in PluralFormatExample()
82 delete altMsgfmtSl; in PluralFormatExample()
/third_party/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()